Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
  #1  
Old 04-09-2002, 05:11 AM
Gutspiller's Avatar
Gutspiller Gutspiller is offline
 
Join Date: Dec 2001
Posts: 1,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default How do I make it force to show all PMs?

Here is my code from my priv_dateselect template:

PHP Code:

<table cellspacing="0" cellpadding="0" border="0">
<
form action="private$privpage.php" method="post">
<
tr>
<
td><input type="hidden" name="s" value="$session[sessionhash]"><input type="hidden" name="$folderidvalue="$folderid">
<
smallfont><b>Show Messages From:</b>
<
nobr><select name="daysprune" onchange="window.location=('private$privpage.php?s=$session[sessionhash]&folderid=$folderid&daysprune=' + this.options[this.selectedIndex].value)">
    <!-- <
option value="1" $daysprunesel[1]>last day</option>
    <
option value="2" $daysprunesel[2]>last 2 days</option>
    <
option value="5" $daysprunesel[5]>last 5 days</option>
    <
option value="10" $daysprunesel[10]>last 10 days</option>
    <
option value="20" $daysprunesel[20]>last 20 days</option>
    <
option value="30" $daysprunesel[30]>last 30 days</option>
    <
option value="45" $daysprunesel[45]>last 45 days</option>
    <
option value="60" $daysprunesel[60]>last 60 days</option>
    <
option value="75" $daysprunesel[75]>last 75 days</option>
    <
option value="100" $daysprunesel[100]>last 100 days</option>
    <
option value="365" $daysprunesel[365]>the last year</option> -->
    <
option value="1000" $daysprunesel[1000]>the beginning</option>
</
select> <input type="image" src="{imagesfolder}/go.gif" border="0" align="absbottom"></nobr></smallfont></td>
</
tr>
</
form>
</
table
I remarked out all the options except the 1000, is all that does is show that as the only option, but it doesn't work until you click go then it will show all, and if you refresh the page it goes back to normal. How to I force the system to show all PMs with no other settings?

I am close, but I don't know what I am doing wrong?

Any help would be great.

Thanks!
Reply With Quote
  #2  
Old 04-09-2002, 11:11 AM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In private.php replace this:
Code:
  // generate days prune sql condition
  if (!$daysprune) {
    if ($bbuserinfo[daysprune] == -1) {
      $daysprune = "all";
    } else {
      $daysprune = $bbuserinfo[daysprune];
    }
  }
with this:
Code:
  // generate days prune sql condition
  if (!$daysprune) {
      $daysprune = 'all';
  }
Or just remove the if statement and leave the middle line, but then your users won't be able to change the daysprune.
Reply With Quote
  #3  
Old 04-09-2002, 07:55 PM
Gutspiller's Avatar
Gutspiller Gutspiller is offline
 
Join Date: Dec 2001
Posts: 1,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ALL HAIL FIREFLY!





Thanks.
Reply With Quote
  #4  
Old 04-10-2002, 09:57 AM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No problems Guts.
Reply With Quote
Reply

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:02 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.03481 seconds
  • Memory Usage 2,197KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete