vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vB Pager 2.0.4 (https://vborg.vbsupport.ru/showthread.php?t=66744)

rhymeline 04-01-2005 09:28 PM

didnt work on my board but it sure did ++++ my board up.

T3MEDIA 04-02-2005 02:37 PM

Quote:

Originally Posted by uae
Run the hack Uninstaller, then Reinstall it :sleep:

may I ask what is causing the errors? I would love to install this hack just need to make sure all is good.

osariase 04-06-2005 06:22 PM

Unfortunately it is buggy. Is there anything been done to make it at least 99% bug free let us know thanks

dcarr 04-06-2005 06:47 PM

I started geting the guest 1969 thing today...after a month of error free paging...any thoughts?

defi 04-08-2005 07:41 PM

Yesterday, my board began generating the following alert to my account only, (Userid: 1 and Super Administrator)
Quote:

Alert message from Guest @ 12-31-1969 07:00 PM
It's a blank message... And where the hell does it get 1969 from?

Marco van Herwaarden 04-08-2005 08:11 PM

12-31-1969 is 1 day before start os a unix timestamp (ie timestamp = -1).

defi 04-11-2005 06:14 PM

Quote:

Originally Posted by MarcoH64
12-31-1969 is 1 day before start os a unix timestamp (ie timestamp = -1).

Well that clears up one question :p thanks;

But it'd still be nice to know how to fix this.

Marco van Herwaarden 04-11-2005 09:09 PM

Sorry not using this hack, so can't help you with it.

wirewolf 04-12-2005 02:12 PM

One minor bug, if you want to call it that. But a easy fix. I had a friend go to my forum as a guest. I wanted to try out Paging to a guest to see how it works. In playing around, he kept entering text in the reply box with out any carriage returns. When I went to see his reply, the reply pop up ran off the screen to the right as where I coundn't see or get to the 'Close' button. Not that this is likely to happen offen, or at all, but a problem as you can't close the pop up. I just went and edited the vbpager_popup template, and in the thead tag and the one td tag, aligned them to the left. See attachment (this is after the fix).
HTML Code:

<td class="thead" align="left" height="13">$vbphrase[vbpager_message_from] <i>$pagerinfo[username]</i><font class="smallfont">
@ $pagerinfo[timesent]</font>
</td>

, and
HTML Code:

<form method="POST" action="$vboptions[bburl]/pager.php" name="frmpager" target="ipager" onsubmit="return SubmitForm();">
  <tr><td align="left" width="100%">
<if condition="$pagerinfo[canreply]">

BTW, I have V 3.0.7 and this mod works fine. I've been testing with some of my members, using different browsers, and they report no problems.

One other minor langauge error. In the pager.php file these two lines refer to the phrase - 'vbpager_nat', (N/A):
line 122:
PHP Code:

if (!($pagerinfo['username']))
              
$pagerinfo['username'] = $vbphrase['guest'];
            if (
$pagerinfo['hidden'])
              
$pagerinfo['username'] = $vbphrase['vbpager_nat']; 

and line 202:
PHP Code:

if ($pagerinfo['parentpid'])
                if (
$DB_site->query_first("select * from " .  TABLE_PREFIX "pager where pagerid="$pagerinfo['parentpid'] ." and hidden=1"))
              
$pagerinfo['username'] = $vbphrase['vbpager_nat'];
                if (
$pagerinfo['deliverdate']) 

However there was no phrase 'vbpager_nat' in the phrase table. The actual phrase is ''vbpager_na' in the phrase database table. I just changed the pager.php for both to ''vbpager_na", and it fixed the error.

John

uae 04-14-2005 03:42 AM

Quote:

Originally Posted by wirewolf
One minor bug, if you want to ....

John

wirewolf, Thanks :)

Zip file has been updated.


All times are GMT. The time now is 07:38 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.01562 seconds
  • Memory Usage 1,750KB
  • 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_html_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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