 | [Solved] Strange Problem! |  |
Posted: 04/10/2007 6:02 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 8:02 PM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
Hello NightRider,
I installed the MOD Colorize Forumtitle 1.00 past 2-3 days and it was working fine. I changed the color of every forum title by ACP, Forum Admin, Management and now on index page the colors are normal eventhough the MOD is installed and I can even see all the colorized forum title in ACP, Forum Admin, Management and all forum titles are colorized but only on index i can't see. So it means the codes are there but something is wrong in index.php yeah ? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Strange Problem! |  |
Posted: 04/10/2007 10:16 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 12:02 PM
Location: St Pete, FL
|

|
|
|
|
 |
This line of code was missing from your index.php file. It's fixed now:
| Code:
|
|
'FORUM_COLOR' => ( $forum_data[$j]['forum_color'] != '' ) ? 'style="color: #'.$forum_data[$j]['forum_color'].'"' : '',
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Strange Problem! |  |
Posted: 04/10/2007 11:46 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 8:02 PM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
| Ohhh. I think this all happened because the overwritten on index file or because of i restored the backup of old MOD |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Strange Problem! |  |
Posted: 04/11/2007 11:37 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 12:02 PM
Location: St Pete, FL
|

|
|
|
|
 |
Yep, that would do it. You really want to be careful when restoring older phpBB files because there is always a chance that you will be losing important code for other installed MODs and breaking them too...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Strange Problem! |  |
Posted: 04/11/2007 11:47 AM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 8:02 PM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
| I knew today and will be careful next time in future not to remove any old MOD installed long time back... |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|