PDA

View Full Version : [Release v2] Bump without Post (Moderators-Only Version)



tubedogg
Thu 29th Mar '01, 7:49am
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 (http://www.vbulletin.com/forum/showthread.php?threadid=12571).

There is no demo or screenshot, but trust me, it works and looks lovely. :D

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

require("./global.php");
insert the contents of posttingsadd.txt.
4] Create a new template called redirect_bump and add the contents of redirect_bump_template.txt.
5] In the showthread template, find

Stick / Unstick</a></smallfont>
and replace it with

Stick / Unstick</a><br>
<a href="postings.php?s=$session[sessionhash]&action=bump&threadid=$threadid">Bump</a></smallfont>

That's it.

Instructions are also included in the zip file (bump.txt).

FEEDBACK WANTED! :D Likes/dislikes/modification requests all gladly accepted.

PeF
Thu 29th Mar '01, 8:03am
If you wish, there is also a version in which you can allow any registered user, the first poster, or the last poster of any given thread to bump it. That is located here.


The link doesn't work. :) <http:///>

Suggestion:
It'd be good if it can be enabled / disabled using the control panel.

tubedogg
Thu 29th Mar '01, 8:06am
Yeah sorry about the link :D 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. ;)

GameGalaxy
Thu 29th Mar '01, 10:54pm
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.

Cygnus
Sat 14th Apr '01, 3:52pm
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

CJ
Sat 21st Apr '01, 2:35pm
great hack tubedogg!

tubedogg
Sat 21st Apr '01, 4:22pm
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.

markrt
Fri 27th Jul '01, 11:52pm
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

GB
Sat 28th Jul '01, 12:11am
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


In the showthread template, find

Stick / Unstick</a></smallfont>
and replace it with

Stick / Unstick</a><br>
<a href="postings.php?s=$session[sessionhash]&action=bump&threadid=$threadid">Bump</a></smallfont>

Thomas P
Sat 28th Jul '01, 4:05am
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:


<option value="stick">Stick / Unstick Thread</option>


below that add (you can place it wherever you want between the <select> statements):


<option value="bump">Bump</option>


Very easy...

Thanks for that great hack, tube!
cu,
-Tom

markrt
Sat 28th Jul '01, 7:26am
Thanks works wel now.

Great little hack.

mark

GB
Sat 28th Jul '01, 11:40am
thanks ThomasP....works like a charm now

Chen
Mon 6th Aug '01, 6:38am
Superb! Perfect hack! :D

dxb
Sun 2nd Sep '01, 3:26pm
dose this work with 2.0.3 i didnt try but i want to know if somebody tried it

FWC
Mon 3rd Sep '01, 5:05am
Originally posted by dxb
dose this work with 2.0.3 i didnt try but i want to know if somebody tried it

I installed in on 2.0.3 a few days ago. Works great!