Results 1 to 15 of 15

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

  1. #1
    Senior Member tubedogg has disabled reputation tubedogg's Avatar
    Join Date
    Feb 2001
    Location
    Medina, OH
    Age
    28
    Posts
    13,647
    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:
    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! Likes/dislikes/modification requests all gladly accepted.
    Last edited by tubedogg; Thu 29th Mar '01 at 9:05am.
     

  2. #2
    Senior Member PeF is on a distinguished road PeF's Avatar
    Join Date
    Oct 2000
    Location
    Prague, CZE
    Age
    32
    Posts
    768
    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.
    Hacks:
    News Fader (vB 2.0) | Hidden Admin Options (vB 2.0) | Gender Hack (vB 2.0) | Auto Refresh (vB 2.0)
    >- Hello, are you there? >- Yes, who are you please? >- I'm Watt. >- What's your name? >- Watt's my name. >- Yes, what's your name? >- My name is John Watt. >- John what? >- Yes, are you Jones? >- No I'm Knott. >- Will you tell me your name then? >- Will Knott. >- Why not? >- My name is Knott. >- Not what? >- Not Watt, Knott. >- What?
     

  3. #3
    Senior Member tubedogg has disabled reputation tubedogg's Avatar
    Join Date
    Feb 2001
    Location
    Medina, OH
    Age
    28
    Posts
    13,647
    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. #4
    New Member GameGalaxy is on a distinguished road
    Join Date
    Mar 2001
    Location
    So Cal
    Age
    37
    Posts
    24
    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. #5
    Member Cygnus is on a distinguished road
    Join Date
    Dec 2000
    Location
    Portland, OR
    Posts
    86
    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. #6
    Member CJ is on a distinguished road
    Join Date
    Nov 2000
    Location
    Mechelen >> Belgium
    Age
    25
    Posts
    81
    great hack tubedogg!
    Christophe Johanns
    eDevBoards - Community for webmasters, web developers and web designers.
    Evolution Z - Be sexy. Be cool. Be god. Be like Zita.
     

  7. #7
    Senior Member tubedogg has disabled reputation tubedogg's Avatar
    Join Date
    Feb 2001
    Location
    Medina, OH
    Age
    28
    Posts
    13,647
    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. #8
    Member markrt is on a distinguished road
    Join Date
    Jun 2001
    Posts
    45
    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. #9
    Member GB is on a distinguished road GB's Avatar
    Join Date
    Feb 2001
    Location
    Pattaya Beach, Thailand
    Posts
    95
    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]
     

  10. #10
    Senior Member Thomas P is on a distinguished road Thomas P's Avatar
    Join Date
    Apr 2001
    Location
    Munich, DE
    Posts
    1,489
    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
    Last edited by Thomas P; Sat 28th Jul '01 at 5:08am.
    www.MCSEboard.de
    German Windows Server & IT Pro Community dedicated to Windows Client & Server Systems. MVPs inside
     

  11. #11
    Member markrt is on a distinguished road
    Join Date
    Jun 2001
    Posts
    45
    Thanks works wel now.

    Great little hack.

    mark
     

  12. #12
    Member GB is on a distinguished road GB's Avatar
    Join Date
    Feb 2001
    Location
    Pattaya Beach, Thailand
    Posts
    95
    thanks ThomasP....works like a charm now
     

  13. #13
    Senior Member Chen is on a distinguished road Chen's Avatar
    Join Date
    Jun 2001
    Location
    Israel
    Posts
    8,395
    Superb! Perfect hack!
     

  14. #14
    Senior Member dxb is on a distinguished road
    Join Date
    Mar 2001
    Age
    31
    Posts
    126
    dose this work with 2.0.3 i didnt try but i want to know if somebody tried it
     

  15. #15
    Senior Member FWC has disabled reputation FWC's Avatar
    Join Date
    Jul 2001
    Location
    Silicon Valley
    Age
    52
    Posts
    282
    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!
     

Similar Threads

  1. [Release] Remove Moderators
    By GetMeHosted.com in forum vBulletin Templates, Graphics & Styles
    Replies: 38
    Last Post: Wed 17th Jul '02, 8:27pm
  2. Replies: 67
    Last Post: Thu 11th Oct '01, 7:23pm
  3. [Release] Last post on forum home, working version
    By Scott MacVicar in forum Releases: Version 2.x
    Replies: 30
    Last Post: Sun 23rd Sep '01, 12:23pm
  4. [Release v2] Bump without Post (Any Authorized User Version)
    By tubedogg in forum Releases: Version 2.x
    Replies: 12
    Last Post: Thu 30th Aug '01, 1:31pm
  5. Release date: Version 2.0 (PHP3 version)
    By Caesar in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 3
    Last Post: Thu 22nd Feb '01, 11:08am

Bookmarks

Posting Permissions

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts