The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
I removed the spoiler and signature mod and the error seems to be gone
these were the mods, Open includes/function_showthread.php, find: $post['signature'] = $sigcache["$post[userid]"]; Replace with: //$post['signature'] = $sigcache["$post[userid]"]; $post['signature'] = ""; That's it! Upload the file. and // Spoiler-Hack v 1.0.0 // This hack was developed by one of our users, TheSmallOne for use on www.comicforum.de // The hack adds a spoiler-tag to the vbCode and displays the entered text between the tags // as a button, displaying only "Show Spoiler". Once clicked, the spoiler is displayed. // Very useful to hide postings on movie- or comicbook-forums, in which secrets about a // story are revealed - in order to keep it up to every user, whether he would like to read // it or not. // // Features: - own image on editor // - button with javascript // // Templates to be changed: 1 (headinclude) // New phrases to be added: 2 (showspoiler, showspoilerwithtitle) // New custom BB Codes to be added: 2 Step 1: ===================================== Upload the gif in this ZIP: ===================================== spoiler.gif upload to: images/editor/ Step 2: ===================================== Search in template "headinclude" for: ===================================== var IMGDIR_MISC = "$stylevar[imgdir_misc]"; // --> </script> ===================================== replace with: ===================================== var IMGDIR_MISC = "$stylevar[imgdir_misc]"; // --> function showSpoiler(block) { // by The Small One block.nextSibling.nextSibling.style.display ="block"; block.parentNode.removeChild(block); } </script> Step 3: ===================================== Add this new BB Codes: ===================================== Title: Spoiler Tag: spoiler Replacement: <div class="spoiler"> <input type="button" class="button" onClick="showSpoiler(this);" value="Show spoiler"> <span class="content" style="display:none">{param}</span> </div> Example: [spoiler]Spoilertext[/spoiler] Description: If you would like to reviel any information, which could spoiler other users, please use this spoiler-tag. Use {option}: NO Picture for this button: Don't insert anything here. Step 4: ===================================== Add this new BB Codes: ===================================== Title: Spoiler with title Tag: spoiler Replacement: <div class="spoiler"> <input type="button" class="button" onClick="showSpoiler(this);" value="Show Spoiler about {option}"> <span class="content" style="display:none">{param}</span> </div> Example: [spoiler]Spoilertext[/spoiler] Description: If you would like to reviel any information, which could spoiler other users, please use this spoiler-tag. You can use a title, if you wish. Just write spoiler=title or something else. Use {option}: YES Picture for this button: images/editor/spoiler.gif ===================================== That's all folks. Any questions go to: admin@comicforum.de |
#12
|
|||
|
|||
You most likely broke something while installing the hacks, sounds more like a server wide error tho. I don't see how a vBulletin php file could trip off phpmyadmin and webmail
|
#13
|
|||
|
|||
yeah, only if vbulletin pretty much took down the server that it would affect the others...
I'd double and triple check you installed the hack properly. |
#14
|
|||
|
|||
thankx awesome... I was woundering can you make it so you can give a title to the spolier. ex: instead of showing "show spolier" you can give it whatever name you want it like "favorite members, my other sig, cool people... basically anything. I hope this makes a little sense and someone can make it I would really preshiate it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|