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)

Cold Steel 07-05-2004 07:38 AM

Can't wait, nexialys. Thanks to you and uae for this.

solboy 07-05-2004 11:41 AM

Is there any word on the upgrade?

nexialys 07-05-2004 11:44 AM

yeah, the word is: don't worry...

i was not able to do any work this week-end, we all have a life to live, remember...

i will start my upgrade in the next hours or tomorrow, if my family matters don't take all my time. i don't plan to have finished before wednesday, due to my occupations... anyway, the tool is working for the guys that are really in need...

solboy 07-05-2004 04:45 PM

Ok great.
Here is the problem that I am having with the current version.
I don't see any options listed in the Admin Control Panel.
Why is this?

teksigns 07-08-2004 03:01 AM

any idea when a new version will be released ?

solboy 07-08-2004 05:19 AM

I visited nexialys website (mini-services.com) and I think that there was a tragedy with someone close to the mini-services team. My condolences to everyone affected. :(

The hack can wait.

teksigns 07-08-2004 03:09 PM

how to fix this bug ?


when it says replace :

Code:

        <td class="alt1" width="35%">
                <span class="smallfont" style="float:$stylevar[right]"><span class="time">$userinfo[time]</span></span>
                <if condition="$show['loggedinuser']">
                        <a href="member.php?$session[sessionurl]u=$userinfo[userid]" target="_blank">$userinfo[musername]</a>$userinfo[hidden]<if condition="$show['buddy']">+</if>
                <else />
                        <if condition="$show['spider']"><phrase 1="$userinfo[spider]">$vbphrase[x_spider]</phrase><else />$userinfo[musername]</if>
                </if>
        </td>




replace with :

Code:

<!-- [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.0' CHANGEID= 9 ] -->
        <td class="alt1" width="35%">
                <span class="smallfont" style="float:$stylevar[right]"><span class="time">$userinfo[time]</span></span>
                <if condition="$show['loggedinuser']">
                        <a href="member.php?$session[sessionurl]u=$userinfo[userid]" target="_blank">$userinfo[musername]</a>$userinfo[hidden]<if condition="$show['buddy']">+</if>
<if condition="$vboptions[vbpager_canpager]">
<if condition="$bbuserinfo[userid]!=$userinfo[userid]">
<a href="#" onClick='window.open("pager.php?action=pager&do=newpager&touserid=$userinfo[userid]","pager","width=330,height=177");return false;'>
<img class="inlineimg" src="$stylevar[imgdir_button]/vbpager.gif" border="0" alt="$vbphrase[vbpager_send_pager_to] $userinfo[username]" /></a>
</if>
</if>
                <else />
                        <if condition="$show['spider']"><phrase 1="$userinfo[spider]">$vbphrase[x_spider]</phrase><else />$userinfo[musername]
<if condition="$vboptions[vbpager_canpager]">
<a href="#" onClick='window.open("pager.php?action=pager&do=newpager&guestid=$userinfo[sessionid]","pager","width=330,height=177");return false;'>
<img class="inlineimg" src="$stylevar[imgdir_button]/vbpager.gif" border="0" alt="$vbphrase[vbpager_send_pager_to] $userinfo[username]" /></a>
</if>
</if>
                </if> $show[pager]
        </td>
<!-- [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.0' CHANGEID= 9 ] -->



when i do this spiders no longer show there name in the whos online .
it just displayes a blank like the variable is empty .....


how do i fix this ?

teksigns 07-08-2004 08:14 PM

FIXED :


i used this code in the whosonlinebit

instead of the code given ....


this fixes the problem with the spiders not showing up


Code:

<!-- [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.0' CHANGEID= 9 ] -->
        <td class="alt1" width="35%">
                <span class="smallfont" style="float:$stylevar[right]"><span class="time">$userinfo[time]</span></span>
                <if condition="$show['loggedinuser']">
                        <a href="member.php?$session[sessionurl]u=$userinfo[userid]" target="_blank">$userinfo[musername]</a>$userinfo[hidden]<if condition="$show['buddy']">+</if>
<if condition="$vboptions[vbpager_canpager]">
<if condition="$bbuserinfo[userid]!=$userinfo[userid]">
<a href="#" onClick='window.open("pager.php?action=pager&do=newpager&touserid=$userinfo[userid]","pager","width=330,height=177");return false;'>
<img class="inlineimg" src="$stylevar[imgdir_button]/vbpager.gif" border="0" alt="$vbphrase[vbpager_send_pager_to] $userinfo[username]" /></a>
</if>
</if>
                <else />
                        <if condition="$show['spider']">$userinfo[spider] $vbphrase[spider]<else />$userinfo[musername]
<if condition="$vboptions[vbpager_canpager]">
<a href="#" onClick='window.open("pager.php?action=pager&do=newpager&guestid=$userinfo[sessionid]","pager","width=330,height=177");return false;'>
<img class="inlineimg" src="$stylevar[imgdir_button]/vbpager.gif" border="0" alt="$vbphrase[vbpager_send_pager_to] $userinfo[username]" /></a>
</if>
</if>
                </if> $show[pager]
        </td>
<!-- [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.0' CHANGEID= 9 ] -->


turbidblue 07-08-2004 10:27 PM

I installed everything correctly, went through all the steps, but when i uploaded my global.php, i try to view my forums, and this error is shown

Fatal error: Call to undefined function: can_pager() in /home/virtual/site83/fst/var/www/html/forum/global.php on line 263

I used the normal installer and i am on vb 3.0.1

any help?

thanks

:)

Sadie Frost 07-14-2004 06:02 AM

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

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.

mrboz 09-19-2004 05:57 PM

just after the file edits i get this message:

Code:


Parse error: parse error, unexpected ']' in /home/bozzy/public_html/msg/includes/functions.php on line 1842

i used dreamweaver forgetting that it doesn't agree with functions.php

any ideas, i get this message when i visit any part of my forums

Bolas 09-19-2004 09:14 PM

check that line (1842) and find ']' char.
Maybe it's an error in a string... missing " or '...

Check the validity of the PHP in that line (also in previous and in next one).

Bolas 09-19-2004 10:41 PM

Quote:

Originally Posted by we_are_borg
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.


U forget to edit include/function.php ;-)

mrboz 09-20-2004 01:07 PM

ok now, i had a recent backup of the file and i used that.

thanks anyway! :squareeyed:

teksigns 09-22-2004 02:25 AM

Quote:

Originally Posted by nexialys
i'm reworking the tool by this week-end, to make a new release by monday... i think i will have that dhtml thing in it anyway...

for now, anybody is free to TRY this hack, but the next release will be built with a different structure for the template and lang files, so you'll be able to install a better version... no HTL, but the HTML version will be easier to understand, with less code changes... so for the ones that installed it, i hope you backed up !!!


what ever happened to the dhtml popup ?????

Bolas 09-22-2004 07:00 AM

I don't know, but I'm mixing pager 2.0 code with dhtml. For now user receive dhtml pager, but I'm working for the other features. If the hack will work and Pager author allow me, I will share it.

mrboz 09-23-2004 07:05 PM

the popup window is not big enough fo it's contents and the buttons are half hidden and sometimes completly hidden! - and there are no scrollbars

how do i make it so it fits? - see picture for example...

D|ver 09-24-2004 08:15 AM

i had the same problem. just increase the height of the popup by 20-50 px :)

ForYou 09-25-2004 07:37 AM

Quote:

Originally Posted by solboy
Ok great.
Here is the problem that I am having with the current version.
I don't see any options listed in the Admin Control Panel.
Why is this?

Hello uae ,

Please Help for this problem i have the same problem ,

Help please
Regards

uae 09-26-2004 08:03 AM

Quote:

Originally Posted by D|ver
i got it working now with the message popup
just add this code to your footer template instead of your existing one

Thanks D|ver, this looks better.

Installer has been updated.

uae 09-26-2004 08:06 AM

Quote:

Originally Posted by ForYou
Hello uae ,

Please Help for this problem i have the same problem ,

Help please
Regards

Can you try installing it one more time with the updated installer.

It should work with all vB 3.X.X

kr?mel 09-26-2004 02:35 PM

Datenbankfehler in vBulletin 3.0.0:

Ungueltige SQL-Abfrage: INSERT INTO setting VALUES ('vbpager_on_off', 'vbpager','1','1', 'yesno', 10, 0, 0)
mysql error: Column count doesn't match value count at row 1

mysql error number: 1136

Datum: 26.09.2004 17:30:06
Skript: http://www.kuruboard.de/vBB/admincp/...tep=dosettings

:(

ForYou 09-26-2004 09:15 PM

Sir Uae ,

Look at my problem please , evry thing is ok with install but when i need to see the option's there is no options :( what can i do please :)

Regards

D|ver 10-05-2004 08:57 AM

how about the problem that users get blank messages from guests?

is there already any fix?
that would be really great :)

kr?mel 10-06-2004 07:48 AM

Quote:

Originally Posted by kr?mel
Datenbankfehler in vBulletin 3.0.0:

Ungueltige SQL-Abfrage: INSERT INTO setting VALUES ('vbpager_on_off', 'vbpager','1','1', 'yesno', 10, 0, 0)
mysql error: Column count doesn't match value count at row 1

mysql error number: 1136

Datum: 26.09.2004 17:30:06
Skript: http://www.kuruboard.de/vBB/admincp/...tep=dosettings

:(

hello? :ermm:

mikeee 11-01-2004 02:00 AM

Anyone know where the code is to resize the pager pop up? You cant see the buttons.

uae 11-02-2004 03:29 PM

Quote:

Originally Posted by D|ver
how about the problem that users get blank messages from guests?

is there already any fix?
that would be really great :)

I'll post a fix for this problem.

uae 11-02-2004 03:32 PM

Quote:

Originally Posted by mikeee
Anyone know where the code is to resize the pager pop up? You cant see the buttons.

That would be in "pager" template.

Search for all
w =
and
h =
change it to whatever you like.

freeshares1 11-02-2004 03:43 PM

Hi,

Would this be possible in vb pager.

Restrict a usergroup sending pagers to only one group. Example only allow groups 11,10 and 5,6 to use the pager. (10, 11 being custom groups) and have 10 and 11 just send pages to groups 5 and 6 and not to other groups 10 and 11 members)

In other words members in 10 and 11 could page admins and super mod's but not other members

bendigo-tech 11-03-2004 06:07 AM

Quote:

Originally Posted by solboy
Ok great.
Here is the problem that I am having with the current version.
I don't see any options listed in the Admin Control Panel.
Why is this?

I have this problem too. Has anyone found a fix for it yet??


All times are GMT. The time now is 07:49 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.01442 seconds
  • Memory Usage 1,840KB
  • 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
  • (7)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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