![]() |
the styles?
you mean templates? no matter what I do the path to the image remains http://images/clear.gif without the proper branching for my forum. did i miss something, you think? |
You have to modify the styles in the "images path" section...
Also make sure you have the "Bulletin Board Url" section filled in:) Satan |
i do. i've got both of those filled out. doyou mean the url info in the signature.php...if so im pretty sure i have that done as well...my board is http://ladder.iglnet.com/forums if youd like to have a look.
|
Hmmm...
Im not sure whats wrong then:confused: Satan |
me neither, but its driving me nuts!! haha one little thing and ill be done
the problem seems to be that its looking for http://images/clear.gif instead of just images/clear.gif...but im not sure where to look to change that..its not in the templates, i dont think |
found it. it was in usercp.php
the section beginning // ############################### start signature ############################### $bbuserinfo[signatureurl]=getsignatureurl($bbuserinfo[userid]); if ($bbuserinfo[signatureurl]=="") { $bbuserinfo[signatureurl]="http://images/clear.gif"; } needed to be replaced with this: // ############################### start signature ############################### $bbuserinfo[signatureurl]=getsignatureurl($bbuserinfo[userid]); if ($bbuserinfo[signatureurl]=="") { $bbuserinfo[signatureurl]="images/clear.gif"; } where "images" = {"imagesfolder"} without "" (this board wont let me type in the exact code. |
I see:)
Thank you for that;) I will update the file:) Satan |
Thanks for the hack, but I got an error.
When I go to my user cp it gives this error: Database error in vBulletin 2.2.8: Invalid SQL: SELECT user.signatureid,signaturepath,NOT ISNULL(signaturedata) AS hascustom,customsignature.dateline FROM user LEFT JOIN signature ON signature.signatureid=user.signatureid LEFT JOIN customsignature ON customsignature.userid=user.userid WHERE user.userid='1' mysql error: Unknown column 'user.signatureid' in 'field list' mysql error number: 1054 Date: Sunday 08th of December 2002 12:36:53 AM Script: http://localhost/public/test/forum/p...um/usercp.php? Referer: http://localhost/public/test/forum/s...php?postid=101 What did I do wrong? I followed all the instructions.. Thanks in advance. |
Have you made sure that you ran the MySQL Queries?
Satan |
Wow fast responce, I'm pretty sure I've added them all. Any idea what I could do? Add them again or so?
Thanks in advance. |
All times are GMT. The time now is 12:00 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|