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 |
#112
|
||||
|
||||
Oooops. Wrong thread.
|
#113
|
|||
|
|||
heres a question maybe someone can help me with
got the hack installed on ym board (2.2.9) and works fine. ive got alot of peeps on the board using flash sigs and what have you. what id like to do is grandafather them in somehow i can remove the manual signature fields in the edit profiles stuff, so new peeps would have to go through the signature system hack to put in new signatures. the problem is, when old users want to replace their sigs using the signature hack functions, it doesnt delete the old one, it just displays both signatures. any ideas? also, has this hack been made to support flash sigs yet? |
#114
|
||||
|
||||
@Palyntir - Unfortunately, I dont know how to add a Flash function to the allowed files - I dont know if it is wise either...
You will have to edit the member.php, register.php, and admin/user.php files, and remove the update queries on a Signature field - It isnt advisable - Just delete the signature field from the template, and then run a Query to set all user signatures to blank... [sql]UPDATE user SET signature='0'[/sql] That will set all the signatures to blank (not the signature images though) If you want to do it on a user by user basis, do the following query for the specific user (Remember to replace "X" with the userid) [sql]UPDATE user SET signature='0' WHERE userid=X[/sql] Satan |
#115
|
|||
|
|||
thansk, hell...your query worked, but it left a big "0" where ever sig used to be...is there a way to just remove that?
nm, i got it /me slaps forehead great hack, thanks. |
#116
|
|||
|
|||
How about allowing blank text sigs and sig images (now if the text sig is blank the sig image doesn't show).
I thought I was close, but ended up with it working in all but the initial post of the thread. Ideas? LangTuDaTinh, I appear to have the size check problem as well. What other hacks are you running? |
#117
|
|||
|
|||
nevermind, i havent fixed it
i can set the sig field to " " or blank in the query, but then it wont show a sig when i put in a new one. if i set it to "0", it will show the sig, but it will also show the "0" above it... thoughts? |
#118
|
|||
|
|||
That's the problem I've been posting about. If the text sig is blank, the sig image doesn't show.
There's got to be some conditional where it checks for the sig being blank that we can add a check for sig image (I thought I found it in the functions.php, but it doesn't seem to work 100%) |
#119
|
||||
|
||||
You can just do the following:
Edit the "postbit_signature" template: Remove: Code:
$post[signatureimg] Add: Code:
$post[signatureimg] Satan |
#120
|
|||
|
|||
Quote:
|
#121
|
|||
|
|||
the alterations work, hellsatan, but i gues its a less than elegant solution. it'll work until something better comes along. thanks alot!
one more thing, what about people who just want text sigs? i mean quotes or words instead of images? the biggest problem with this hack seems to be that its just a flat out war to get it reconciled with the existing sig functions in vbb... if i wipe every existing sig and remove the existing sig functions, i get that blasted ")" in my sig fields on the boards... if i move that to code to postbit, i have to manually insert the white barrier above the sig code into the html... if i then go back and try to put in an old sig via the admin panel, the old functions insert a new white barrier above that sig, while the one i had to manually insert into the postbit template appears below... plus, putting sigs in manually using the admin cp, they dont show up in the sig panel in the usercp, just the dead link. its just gonna confuse the hell out of people. and, now, with the postbit hack, sigs put in the admin cp only appear in some posts....i gotta guy with four posts on one thread, the sig shows in some posts, like first, third and fourth, but not second...no idea whats causing that... this is a great hack and it would really be usedful if it was possible to work it into the existing site functionality, or have them interact somehow. or, this would fix everything, if you could have one or the other work by default or by user, that way, you could use the admin panel to handle text sigs and flash or anything, and have the usercp hack for new members...or whatever...a function to disable basic sig functionality on the board without disabling the hack and vice versa... is this possible? as it is, its just a monster headache getting it to work properly. still havent been able to do it. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|