vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   "getdaily" and "getnew" in forum jump (https://vborg.vbsupport.ru/showthread.php?t=53998)

Salazar 06-08-2003 01:16 AM

"getdaily" and "getnew" in forum jump
 
Hello everybody!

Is there a way to put search.php?s=&action=getdaily and search.php?s=&action=getnew into the forum jump? And if so... how is it done?

Salazar

Erwin 06-08-2003 08:00 AM

Yes you can, because I've done it.

Do this:

1) Open the template "forumjump", and find:

Code:

                <option value="search" $frmjmpsel[search]>Search Forums</option>
                <option value="home" $frmjmpsel[home]>Forums Home</option>

Underneath, ADD:

Code:

                                <option value="getnp" $frmjmpsel[getnp]>Get New Posts</option>
                                <option value="gettp" $frmjmpsel[gettp]>Get Past 24hr Posts</option>

2) Then, edit forumdisplay.php

Find:

PHP Code:

    case 'home'$goto 'index'; break;
    case 
'search'$goto 'search'; break; 

Below, ADD:

PHP Code:

    case 'getnp'$goto 'search'$goto2='?action=getnew'; break;
    case 
'gettp'$goto 'search'$goto2='?action=getdaily'; break; 

3) Then in the same file, find:

PHP Code:

    header("Location: $goto.php?s=$sessionhash"); 

REPLACE with:

PHP Code:

               header("Location: $goto.php$goto2"); 

Done! :)

Salazar 06-08-2003 09:08 AM

Thank you very much! :)

Salazar


All times are GMT. The time now is 10:02 AM.

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.02079 seconds
  • Memory Usage 1,719KB
  • 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
  • (4)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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