vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Bump without Post (Moderators-Only Version) (https://vborg.vbsupport.ru/showthread.php?t=12568)

tubedogg 03-28-2001 10:00 PM

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. :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
PHP Code:

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
Code:

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

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.

03-29-2001 11:03 AM

Quote:

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.

03-29-2001 11:06 AM

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. ;)

03-30-2001 01:54 AM

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 04-14-2001 06:52 PM

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 04-21-2001 05:35 PM

great hack tubedogg!

tubedogg 04-21-2001 07:22 PM

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 07-28-2001 02:52 AM

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 07-28-2001 03:11 AM

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>
and replace it with
Code:

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

[/QUOTE]

ThomasP 07-28-2001 07:05 AM

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>
below that add (you can place it wherever you want between the <select> statements):
Code:

<option value="bump">Bump</option>
Very easy...

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

markrt 07-28-2001 10:26 AM

Thanks works wel now.

Great little hack.

mark

GB 07-28-2001 02:40 PM

thanks ThomasP....works like a charm now

Admin 08-06-2001 09:38 AM

Superb! Perfect hack! :D

dxb 09-02-2001 06:26 PM

dose this work with 2.0.3 i didnt try but i want to know if somebody tried it

FWC 09-03-2001 08:05 AM

Quote:

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!

dahamsta 11-02-2001 05:49 PM

Installed on 2.2, seems to be working ok.

adam

Dark Blaze 12-05-2001 06:40 PM

Great hack tubbedog, well done :)

I can't wait to install it as soon as I can. Is it available for 2.2.1 forum version?

Thanks for reading,

Arie 01-03-2002 12:25 PM

Great hack! I changed 1 thing however:

in postings.php:

PHP Code:

eval("standardredirect(\"".gettemplate("redirect_bump")."\",\"showthread.php?s=$session[sessionhash]&threadid=$threadid\");"); 

TO:

PHP Code:

eval("standardredirect(\"".gettemplate("redirect_bump")."\",\"forumdisplay.php?s=$session[sessionhash]&forumid=$threadinfo[forumid]\");"); 

Because I see no reason why you would want to redirect to the thread when you obviously don't want to post in it!

You should also change the text from the new redirect_bump template to:

Thank you for bumping the thread. You will now be returned to the index of the current forum.

Sadie Frost 01-11-2002 01:55 AM

Works great in 2.2.1 - just be sure to do the showthread_adminoptions template edit that ThomasP outlined on page one :)

Joshua Clinard 01-22-2002 05:16 AM

Does this work on 2.2.1?

Stretchr 01-22-2002 11:06 AM

According to this it should work since 2.2.1 was a bug fix. HTH :pleased:
Quote:

Originally posted by dahamsta
Installed on 2.2, seems to be working ok.

adam


Xelation 01-25-2002 10:10 PM

Just installed it and it works fine! I added the modifications that Arie made to. Keep up the good work!

irn-bru 02-11-2002 08:09 PM

thanx for the nice hack works well

cheers

Austin Dea 02-12-2002 12:48 AM

Does it work on 2.2.2?

FWC 02-12-2002 02:21 AM

Quote:

Originally posted by Austin Dea
Does it work on 2.2.2?
Yes.

CloudBurst 02-14-2002 04:10 PM

2.2.2 , works fine :D cool hack!

Joshua Clinard 02-24-2002 10:22 PM

I couldn't find this text

code:
Stick / Unstick</a></smallfont>

Or anything similar in the template, so I couldn't install it!

FWC 02-25-2002 02:36 AM

Quote:

Originally posted by Joshua Clinard
I couldn't find this text

code:
Stick / Unstick</a></smallfont>

Or anything similar in the template, so I couldn't install it!

Try showthread_adminoptions.

ZiRu$ 03-19-2002 01:36 AM

Great Hack I will test it on 2.2.4

Joshua Clinard 03-19-2002 01:47 AM

It's not in that template either. Sorry.

FWC 03-19-2002 05:38 AM

Quote:

Originally posted by Joshua Clinard
It's not in that template either. Sorry.
Yes it is. Look again. You will see:

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

You want to put it under that.

ZiRu$ 03-19-2002 01:23 PM

thats right

you'll see

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

in showthread_adminoptions

put THIS under it.....

not what it says

<option value="postings.php?s=$session[sessionhash]&action=bump&threadid=$threadid">Bump Thread</option>

Joshua Clinard 03-19-2002 03:32 PM

Well mine doesn't have it. I searched for the word stick, and and instick and neither one of them are there. I have reverted my templates as well. Maybe my upgrade didn't overwrite that template or somthing. I'll create a support ticket, and see if they can fix it.

xamu 07-01-2002 04:19 PM

Nice Hack but the zip file needs to have updated instructions. If not for reading all the way through this thread this hack would not work. Editing/updating the first post with current info would be wise, too. ;)

N9ne 07-01-2002 04:33 PM

Or someone else could just re-write it as I suppose files have changed A LOT since 2.0.0 to 2.2.6

Link14716 07-02-2002 04:03 AM

I want this hack, but figuring it was made for vB2 beta 3 and I have 2.2.6, I am kind of ify that it will work right....

FWC 07-02-2002 04:37 AM

If you do everything right, it will work. Read the whole thread.

Zelda-King 03-24-2003 08:31 PM

The text file says to add the bump code to the showthread template. You must mean showthread_adminoptions. I'm using vB 2.2.9. The code that works in that template for that is;

under
Code:

<option value="stick">Stick / Unstick Thread</option>
add
Code:

<option value="bump"><a href="postings.php?s=$session[sessionhash]&action=bump&threadid=$threadid">Bump</a></option>

Reoplex 06-23-2003 08:20 PM

this hack works on v2.3.0 :) nice job.

padblaz 08-12-2003 07:38 AM

great hack, i've just installed it on 2.3.0 :)


All times are GMT. The time now is 04:43 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02524 seconds
  • Memory Usage 1,815KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (3)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete