Welcome, Guest. Please Login or Register.
September 27, 2023, 04:36:43 AM
Home Help Search Login Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  Topic: [Done 1.5.1] Skins mod advanced « previous next »
Pages: 1 ... 7 8 [9] Reply Ignore Print
Author Topic: [Done 1.5.1] Skins mod advanced  (Read 42062 times)
Lyr
Noobie
*
Posts: 4


Ya sovsem ne Llama!!!


Re:[Done 1.5.1] Skins mod advanced
« Reply #120 on: November 02, 2003, 02:17:12 AM »
Reply with quote

Ohrenet'!!! (russian sentence... like a american "wow") Thanks for fully recommendation, but i know how it work, i'm not llama :)... So... BIG THANKS!!!!! :)
Logged

....i togda vse budet cool!!! :)
jonson
Jr. Member
**
Posts: 56


Ich kann nix!


WWW
Re:[Done 1.5.1] Skins mod advanced
« Reply #121 on: November 28, 2003, 04:38:27 PM »
Reply with quote

Somebody said that the MOD orks with YabbSE 1.5.4 and somebody said no. Is anybody here who cann give a report? Does it works now or not?
Logged
1979Z28
Sr. Member
****
Posts: 324



WWW
Re:[Done 1.5.1] Skins mod advanced
« Reply #122 on: November 30, 2003, 04:01:12 AM »
Reply with quote

It's always worked with 1.5.4.
Logged
jonson
Jr. Member
**
Posts: 56


Ich kann nix!


WWW
Re:[Done 1.5.1] Skins mod advanced
« Reply #123 on: December 01, 2003, 03:54:49 PM »
Reply with quote

where can i download the newest version?
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.


WWW
Re:[Done 1.5.1] Skins mod advanced
« Reply #124 on: December 01, 2003, 04:52:58 PM »
Reply with quote

In the first post of this topic is a link to the file.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
crash5456
Guest
Re:[Done 1.5.1] Skins mod advanced
« Reply #125 on: December 06, 2003, 04:51:11 PM »
Reply with quote

I can get everything to modify by hand but I have one tiny problem with the subs.php when I go to modify it.

My subs php says in the file:

   if (!$theTemplate) {
     $templateFile = $boarddir."/template.php";
   Â Â Â if (!file_exists($templateFile))
            $templateFile = $boarddir."/template.html";

   $file = fopen($templateFile,"r");
   $theTemplate = fread($file,filesize($templateFile));
   fclose($file);

I tried replacing ( the highlighted in red )with:

   $skinname = ($username == 'Guest' || $settings['24'] == '')?$modSettings['default_skin']:$settings['24'];

   $templateFile = $boarddir.'/Skins/'.$skinname.'/template.php';

   if (!file_exists($templateFile))

      $templateFile = $boarddir.'/Skins/'.$skinname.'/template.html';


and I get a sub.php error. Is there away around this problem?

Any help would be appreciated :)
« Last Edit: December 06, 2003, 05:23:49 PM by crash5456 » Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.


WWW
Re:[Done 1.5.1] Skins mod advanced
« Reply #126 on: December 08, 2003, 11:32:26 PM »
Reply with quote

Please tell us the error or we can't really help you out.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Winters
Jr. Member
**
Posts: 88


I'm a llama!


Re:[Done 1.5.1] Skins mod advanced
« Reply #127 on: January 16, 2004, 07:33:16 AM »
Reply with quote

OK... I tried to install this manually but seem to have screwed up profile.php somehow....

Now, when I click on my Profile, I get these errors:

Parse error: parse error, unexpected T_STRING in /www/htdocs/nameofdatabase/forum/Sources/Profile.php on line 705

and:

You have an error in your SQL syntax near ' memberGroup='', ICQ='', MSN='', AIM='', YIM='', gender='', personalText='', ava' at line 3
File: /www/htdocs/databasename/forum/Sources/Profile.php
Line: 46

I'm using 1.5.4 .

Adding:

When I click on another user's name to view their profile, I get:

Parse error: parse error, unexpected T_STRING in /www/htdocs/databasename/forum/Sources/Profile.php on line 705

Fatal error: Call to undefined function: viewprofile() in /www/htdocs/databasename/forum/index.php on line 312

« Last Edit: January 16, 2004, 07:54:15 AM by Winters » Logged
Pages: 1 ... 7 8 [9] Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  Topic: [Done 1.5.1] Skins mod advanced « previous next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.0.19 | SMF © 2021, Simple Machines
Valid XHTML 1.0! Valid CSS!
Page created in 0.069 seconds with 36 queries.