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)
-   -   Admins creates threads which are actually links (https://vborg.vbsupport.ru/showthread.php?t=36891)

Admin 04-01-2002 10:00 PM

Admins creates threads which are actually links
 
Ok this is a really neat idea requested by e_dove here:
https://vborg.vbsupport.ru/showthrea...threadid=36862

New version![/b]
Now includes links to Delete Thread as well as Stick/Unstick Thread.
If you already installed the hack, open forumdisplay.php and replace this:
Code:

    if (empty($thread['link'])) {
        $thread['link'] = "showthread.php?s=$session[sessionhash]&threadid=$thread[threadid]";
    }

with this:
Code:

        $thread['deletelink'] = '';
        if (empty($thread['link'])) {
                $thread['link'] = "showthread.php?s=$session[sessionhash]&threadid=$thread[threadid]";
        } else {
                $thread['link'] = $thread['link'];
                if ($bbuserinfo['usergroupid'] == 6) {
                        $thread['deletelink'] = "(<a href=\"postings.php?s=$session[sessionhash]&action=deletethread&threadid=$thread[threadid]\">delete</a> | <a href=\"postings.php?s=$session[sessionhash]&action=stick&threadid=$thread[threadid]\">stick / unstick</a>)";
                }
        }

And in your forumdisplaybit template add $thread[deletelink] after $thread[pagenav].

It gives admins the option to create threads, in any forum, which are actually links to someplace else.
Really basic, when admins create a new thread they have a box to enter URL. If the box isn't empty, whenever the thread is accessed the user will be redirected to that URL.

Using vbHacker as always, edits newthread.php, showthread.php and forumdisplay.php. Adds a field to thread table, creates a new template and edits 2 existing templates.

Have fun. :)

E 04-02-2002 10:18 AM

Thank you.. and people it doies work.. he tested it on my thread,, ill install tommorow

Admin 04-02-2002 10:21 AM

Here's an example of this hack:
https://vborg.vbsupport.ru/forumdisp...?s=&forumid=13
Click the thread "vBulletin 2.2.5 released".

Mutt 04-02-2002 10:28 AM

I did this same thing a while ago but never wrote up any directions.

I used the edit thread option of postings.php so you'd have to start a thread then go into postings and edit it to enter the redirect url. It was very simple to add to postings. I used a redirect page to send you to the new url. the views hit counter still works. I made a simple cp script which lists all threads with redirects with edit links. that admins script can also be used to list all stickies, all threads with polls, and all news threads (another hack).

I'd be happy to write it up if you wanted it. I feel the need to contribute since I started using vbhacker. damn handy tool.

snyx 04-02-2002 02:24 PM

I LOVE IT! Just what I wanted... and vbhacker! *drool*
thanks firefly! anyway you could make my "attachments on calendar events" hack? :D

cheer mate!
-Myles

LouChipher 04-02-2002 08:02 PM

let's count views?!

E 04-02-2002 08:43 PM

175...... i installed.. works great :)

nafae 04-02-2002 11:20 PM

Works fantastic!

er, how do I delete a thread that is a link? :nervous:

E 04-03-2002 01:49 AM

lol... i was wondering the same....lol... i saw u edited the first thread u tested it on and took the link off it again... may i ask how?

TheCaver 04-03-2002 03:32 AM

Great hack. Firefly, is it possible to target a new window? If not, it's still a cool hack :)

JC


All times are GMT. The time now is 04:22 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.01179 seconds
  • Memory Usage 1,737KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete