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.


All times are GMT. The time now is 12:54 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.01469 seconds
  • Memory Usage 1,747KB
  • 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
  • (3)bbcode_code_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