The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Signature Image System Hack - Version 3.0+... Details »» | |||||||||||||||||||||||||||
Signature Image System Hack - Version 3.0+...
Developer Last Online: Feb 2013
This hack is now a Full Release!!!...You can visit the BETA thread here - I will still be using that thread to test out upcoming versions!
Please do the following before attempting to install: 1.) Backup your Files & Database before doing anything 2.) Be aware that although I have tested this myself, there may still be problems...If you do not backup your files & database, I cannot condone your install of this hack... The files you should have are: In the main folder modifications.php templates.php queries.php 3.0 - Show Signatures.php 3.0 - Usergroup override - permissions.php NEW INSTALL.php In the root folder signature.php In the admin folder signature.php *================================================= ================================================== ==================* Please Note: The install files are in the ".php" format, as vBulletin.org Parses all "{ imagesfolder }" and other replacment variables used in the code - With .php extensions, it does not. *================================================= ================================================== ==================* Install Info: Hack Version: 3.0+ Files to edit: 9 (admin/functions.php, admin/user.php, root/member.php, root/showthread.php, root/register.php, root/online.php, root/global.php, root/usercp.php, admin/index.php) Templates to add: 19 Templates to edit: 5 Time to install: Approx 10-15 Minutes Thanks Special thanks should go to the following people: N9ne - For providing template modifications, and for being a BETA tester Minifreunde - For requesting this hack, and for being a BETA tester DrkFusion - For being a BETA tester NTLDR - For helping with a few errors during the BETA testing stage... mADmAX`- For providing the missing code to the root/usercp.php file...You can find his manual change here Support - I am offering support, but only in THIS THREAD...I unfortunately cannot be here during the coming weeks (Mon-Fri), so therefore you will have to rely on others for assitance, should it be urgent...If you do require assitance, please - Only reply in this thread Screenshots Screenshots will be coming in the next post in a .zip file of their own... Updating from BETA Depending on what version you are updating from, I recommend the following: Version 1.0Beta - 2.1Beta - Complete re-install Version 2.2Beta - Follow the instructions for the .php files starting "3.0", and there is one register.php modification and one usercp.php modification in the "modifications.php" file Version 3.0Beta - There is one register.php modification and one usercp.php modification in the "modifications.php" file v3+ comes out! v3+ is really just the following: Converting of all install files to .php format (to prevent code parsing) Creation of an extra folder (root) to house the root/signature.php file (so you dont get confused with the install .php files) The root/usercp.php modifcation I forgot to include Enjoy! Satan Show Your Support
|
Comments |
#132
|
|||
|
|||
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? |
#133
|
||||
|
||||
You have to modify the styles in the "images path" section...
Also make sure you have the "Bulletin Board Url" section filled in Satan |
#134
|
|||
|
|||
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.
|
#135
|
||||
|
||||
Hmmm...
Im not sure whats wrong then Satan |
#136
|
|||
|
|||
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 |
#137
|
|||
|
|||
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. |
#138
|
||||
|
||||
I see
Thank you for that I will update the file Satan |
#139
|
|||
|
|||
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. |
#140
|
||||
|
||||
Have you made sure that you ran the MySQL Queries?
Satan |
#141
|
|||
|
|||
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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|