The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#52
|
||||
|
||||
nope... doesn't make any sense whatsoever to me :-p but that's okay doesn't have to, i don't mind using this hack *presses the install button*
|
#53
|
|||
|
|||
I've run into a problem after installing this hack... Noone's signatures are showing up at all now..
Any insight? |
#54
|
||||
|
||||
Quote:
|
#55
|
|||
|
|||
I have tried uninstalling this hack, but still cannot see any signatures on threads/posts... Not getting any errors, just not able to see sigs...
Help! |
#56
|
|||
|
|||
Can someone please install this hack for me? If you can help me out, please contact me via email at: Pandora@Sweet-November.Net
Thanx! |
#57
|
|||
|
|||
I installed this hack and it wont let me change the second signature nor would it save...it just stays on the first one.
What is wrong? Can someone help me out plz? |
#58
|
|||
|
|||
Okay, am gettin error messages in my threads...when I go to view them I get this:
Parse error: parse error, unexpected ',', expecting ']' in /home/pandy/public_html/boards/includes/functions_showthread.php on line 546 Can someone please look at this coding and tell me if everything is correct and if not, how can I fix it? This is from my functions_showthread.php file that we are suppose to modify for this pacific hack: // Multiple Signatures Hack by Ethan -- Start of Code Block // choose a random signature if ($post['showsignature'] == 127) { $sigtries = N; $post['showsignature'] = rand(1, N); while (($post['signature' . $post['showsignature']] == '') AND ($sigtries> 0)) { $post['showsignature'] = ($post['showsignature'] % N) + 1; --$sigtries; } if ($sigtries == 0) $post['showsignature'] = 0; } $post['signature'] = $post['signature' . $post['showsignature']]; // Multiple Signatures Hack by Ethan -- End of Code Block // get signature if ($post['showsignature'] AND $vboptions['allowsignatures'] AND trim($post['signature']) != '' AND (!$bbuserinfo['userid'] OR $bbuserinfo['showsignatures']) AND $sigperms[$post['userid']]) { // Modified by Multiple Signature Hack, to uninstall change $sigcache["$post[userid]_$post[showsignature]"] to $sigcache["$post[userid]"] if (!isset($sigcache["$post[userid]_$post[showsignature]"])) { $parsed_postcache['skip'] = true; $post['signature'] = parse_bbcode($post['signature' . $post[showsignature], 'nonforum', $vboptions['allowsmilies']); // Modified by Multiple Signature Hack, to uninstall change $sigcache["$post[userid]_$post[showsignature]"] to $sigcache["$post[userid]"] $sigcache["$post[userid]_$post[showsignature]"] = $post['signature']; } else { // Modified by Multiple Signature Hack, to uninstall change $sigcache["$post[userid]_$post[showsignature]"] to $sigcache["$post[userid]"] $post['signature'] = $sigcache["$post[userid]_$post[showsignature]"]; } } else { $post['signature'] = ''; } |
#59
|
|||
|
|||
threads on my forum are now messed up...
I am gettin these parse error messages... Here is the link to my forum: http://www.underworld-chaos.net/boards |
#60
|
|||
|
|||
What kind of hack is this if u can't freaking get support?! esp from the creator themselves who created this hack???? My forum is all screwed up now...
|
#61
|
||||
|
||||
Scerina - No author is obided to provide support for their modification. Note this author has not ticked the box to offer support. This community is a forum for volunteers to help each other and share their work. Please be more polite in future when making posts as after all you modify your board at your own risk and no-one but you is responsible for that Also please don't quadruple-post ! Thankyou for understanding
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|