The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
This hack allows your moderators to bump a thread without posting in it. This is different from making a thread sticky in two ways: First, this will not append the thread title with "Sticky", and second, the thread will only be at the top of the thread list until another post is made, at which point it becomes second, so this is somewhat temporary (moreso on larger boards ).
If you wish, there is also a version in which you can allow any registered user, and/or the first, last, or any poster of any given thread to bump it. That is located here. There is no demo or screenshot, but trust me, it works and looks lovely. For version: v2 beta 3 (may also work on beta 1 and beta 2, but it is untested on those versions). Files needed: postingsadd.txt, redirect_bump_template.txt (see attached zip file). Files to edit: postingsadd.txt, postings.php, showthread.php (see instructions below). Templates to edit/create: showthread, redirect_bump (see instructions below). Instructions 1] Unzip the file posttingsadd.txt and redirect_bump_template.txt to your hard drive. 2] Open postings.php in an ASCII text editor, such as Notepad (Windows), SimpleText (Mac), EditPlus, UltraEdit, TextPad, etc. (DO NOT use WYSIWYG HTML editors such as FrontPage, HotDog, DreamWeaver, etc. They will in all likelyhood screw up the file! I will not be able to support you if you edit the file in one of these programs.) 3] Right below PHP Code:
4] Create a new template called redirect_bump and add the contents of redirect_bump_template.txt. 5] In the showthread template, find Code:
Stick / Unstick</a></smallfont> Code:
Stick / Unstick</a><br> <a href="postings.php?s=$session[sessionhash]&action=bump&threadid=$threadid">Bump</a></smallfont> Instructions are also included in the zip file (bump.txt). FEEDBACK WANTED! Likes/dislikes/modification requests all gladly accepted. Show Your Support
|
Comments |
#2
|
|||
|
|||
Quote:
Suggestion: It'd be good if it can be enabled / disabled using the control panel. |
#3
|
|||
|
|||
Yeah sorry about the link I was in the process of posting the other one and didn't have the link yet. hehe
As for the suggestion, I think that would take someone with a bit more knowledge than me. |
#4
|
|||
|
|||
Why would you need to have it on/off?
Don't you trust your mods enough to know they won't just go bumping threads. Thanks alot for making these 2 hacks, now I just need to decide which to use, the mod or the user one. |
#5
|
|||
|
|||
Tried this for 1.1.5 and it was a no go.
Any ideas what I would need to change to make this work? Thanks! Cygnus |
#6
|
|||
|
|||
great hack tubedogg!
|
#7
|
||||
|
||||
Thanks, CJ!
Cygnus: I have no idea. I started working with vB at v2 beta 2, so I have no idea what the nuances of vB1 are. Sorry. |
#8
|
|||
|
|||
Hi
I am installing your Auto bump for admins hack. I am having trouble finding Stick / Unstick</a></smallfont> in the showthread template?? Please can you give me some idea where this is located as I cant even find the word Stick in this template? Thanks Mark |
#9
|
|||
|
|||
I dont see that code in the showthread template either. The only template i find something remotely close to that is the showthread admin template
[QUOTE5] In the showthread template, find Code:
Stick / Unstick</a></smallfont> Code:
Stick / Unstick</a><br> <a href="postings.php?s=$session[sessionhash]&action=bump&threadid=$threadid">Bump</a></smallfont> |
#10
|
|||
|
|||
Hi there,
in vB 2.0 Gold the admin options for showthread went to the showthread_adminoptions template. Since it isn't a link based thingy anymore, you have to add the following to get it into the dropdown box: find: Code:
<option value="stick">Stick / Unstick Thread</option> Code:
<option value="bump">Bump</option> Thanks for that great hack, tube! cu, -Tom |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|