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)

TheRayden 07-14-2004 09:15 AM

Is there a way to send a pager message to an entire usergroup?

BarHopper 07-17-2004 05:54 PM

In theory this is excellant. So, well done to you. But i just spent 1 hours and 30 minutes of my time, and there was quite a few errors.

remlle 07-29-2004 11:45 AM

these errors are probably mine but I have gone through the entire install a few times and still get the same issues.

1 when going to http://www.ratemylover.com/forum/online.php? trying to view who is online, I get the below error.

There seems to have been a slight problem with the Amateurchronicles.com database.
Please try again by pressing the refresh button in your browser.

An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.

We apologise for any inconvenience.

Database error in vBulletin 3.0.3:

Invalid SQL:
// [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.CoM' VERSION='2.0.0' CHANGEID= 7 ]
SELECT user.username, session.useragent, session.sessionhash,
// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.CoM' VERSION='2.0.0' CHANGEID= 7 ]
FROM session AS session
LEFT JOIN user AS user USING (userid)
WHERE session.lastactivity > 1091103964

ORDER BY user.username asc

mysql error: You have an error in your SQL syntax near '// [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.CoM' VERSION='2.0.0' CHANGEID= 7 ]
' at line 2

mysql error number: 1064

Date: Thursday 29th of July 2004 07:41:04 AM
Script: http://www.ratemylover.com/forum/online.php?
Referer: http://www.ratemylover.com/forum/
Username: Remlle
IP Address: 159.251.88.50

2 when the window opens it does not have the right demensions and some of the buttons are hidden.

if anyone could shed some light on the above errors I Woudl appreciate it very much thanks

remlle 07-31-2004 01:27 PM

to fix this I just used the code from the original online.php. in this section. I can not send messages to the guests but it works for members and thats all I really care about,. would stlll like to find out the sizing issue.
thanks

aranthorn 08-14-2004 12:38 AM

Quote:

Originally Posted by Sadie Frost
I keep getting blank messages from Guests (though they are not enabled to send messages). Not sure what that's about.

Got the same problem. Getting ready to disable the system...

Shame, because this is a great hack

pf69.com 08-25-2004 08:26 PM

does it work for 3.0.3?

pf69.com 08-25-2004 08:29 PM

this is what i am getting when I am trying to install it....
There seems to have been a slight problem with the xxxx and its content database.

D|ver 09-12-2004 12:51 PM

thanks for this hack, i am testing it out now :)

but the vbpager.gif images in the zip file is not working for me


hmm has anyone solved the problem with those popup killers?

maybe a small box like you get when you recieve private messages would solve this or not?

D|ver 09-12-2004 06:29 PM

i got it working now with the message popup
just add this code to your footer template instead of your existing one

Code:

<!-- [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.0' CHANGEID= 1 ] -->
<if condition="$pagermessage">
<script type="text/javascript">
<!--
// script to show new pager message popup

        // Output when OK is clicked
        if (confirm("You have a new message. Open it?"))
        {

    function openPager()
      {
 url = "$vboptions[bburl]/pager.php?action=pager&do=showpager&s=$session[dbsessionhash]";

PG = window.open(url,'pager','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=no,width=1,height=1');
      }

 openPager();

        }
        else
        {
        }
// end pager popup script
//-->
</script>
</if>
<!-- [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.0' CHANGEID= 1 ] -->


we_are_borg 09-19-2004 01:13 PM

I'm getting a error in pager.php

Code:

Fatal error: Call to undefined function:
can_pager() in /home/dwsgeb/public_html/forum/pager.php on line 344

What have i missed.


All times are GMT. The time now is 07:37 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.01354 seconds
  • Memory Usage 1,741KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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