vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - [AJAX] vB Pager 3.0.4 (https://vborg.vbsupport.ru/showthread.php?t=104609)

Terminatoronly 01-01-2007 07:43 AM

installed :D

tekstylez 01-09-2007 04:01 PM

Quote:

Originally Posted by blind-eddie (Post 1145920)
In the readme it says :In the template: postbit (Optional)
Find:
<if condition="$show['reputationlink']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a> &nbsp;</if>
------------------------------------------------------
But, I dont have that, I have :
<if condition="$show['reputationlink']">
<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
----------------------------------------
Do I edit this or just add it below?


Also In the template: postbit_legacy (Optional)
=============================
FIND:
=============================
<if condition="$show['reputationlink']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a></if>


I have:
<if condition="$show['reputationlink']">
<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>


Any help would be great

same here :confused:

blind-eddie 01-09-2007 08:22 PM

Good luck getting an answer.....

gothicuser 01-10-2007 04:27 AM

Quote:

Originally Posted by blind-eddie (Post 1145920)
In the readme it says :In the template: postbit (Optional)
Find:
<if condition="$show['reputationlink']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a> &nbsp;</if>
------------------------------------------------------
But, I dont have that, I have :
<if condition="$show['reputationlink']">
<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
----------------------------------------
Do I edit this or just add it below?


Also In the template: postbit_legacy (Optional)
=============================
FIND:
=============================
<if condition="$show['reputationlink']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a></if>


I have:
<if condition="$show['reputationlink']">
<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>


Any help would be great

What you have is the code from 3.6.4
All you have to do is for 'postbit' find:

Code:

            <if condition="$show['reputationlink']">
                <span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
                <if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>&nbsp;
            </if>

and add the hack code after that, and for 'postbit_legacy' find:
Code:

        <if condition="$show['reputationlink']">
            <span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
            <if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>
        </if>

and again, add the hack code after that.

netmagic 01-10-2007 04:36 AM

HI,

I´ve got the following prob with 3.0.4 on a 3.5.4 System.
I can sent messages and I can see on topnavi that I´ve got x new messages.
But when I open the Messenger-Window there will be shown only the "youve got no messages" text. Can anyone help me?

Thanks alot!
netmagic

tekstylez 01-10-2007 02:29 PM

Quote:

Originally Posted by gothicuser (Post 1155223)
and again, add the hack code after that.

Also, I am having trouble with the navbar template...

Where do I ad the navbar code for 3.6.4?

gothicuser 01-10-2007 03:24 PM

Quote:

Originally Posted by tekstylez (Post 1155517)
Also, I am having trouble with the navbar template...

Where do I ad the navbar code for 3.6.4?

Ah.... I'm not sure I can answer that one! My navbar is so modded as to make it almost unrecognisable.
I'll have a butchers at the code and try and get back m8.

NuclioN 01-11-2007 06:40 AM

This is a great hack! In the sms addon their whas an option to send messages to guests/not logged in users. Can you make it work with vbpager? :)

utw-Mephisto 01-27-2007 11:11 AM

I am getting the following error when trying to download messages as XML :

Code:

Warning: Missing argument 1 for vB_XML_Builder::vB_XML_Builder(), called in /forums/pager.php on line 1451 and defined in /includes/class_xml.php on line 354

Fatal error: vB_XML_Builder::Registry object is not an object in /includes/class_xml.php on line 362

Anyone has the same ?

alfaowner 01-27-2007 01:38 PM

Quote:

Originally Posted by redwinger (Post 1136129)
Got it working in 3.6.4 but am for some reason missing the icon to click in the postbit. Edited the template but it just isn't there. Otherwise it works fine. Any suggestions?

Was it a big job to get it working bro? I just upgraded and tomorrow was going to see if I could get it to work

Ian

sait.dogan 01-28-2007 12:14 AM

Thanks Installing Now. :up:

infinitiiz 01-28-2007 03:25 PM

Oooppps .. never mind .. error

Lionel 01-29-2007 03:55 PM

I have been using this hack for a while without any problems. Recently I had a surge of visitors on my site and the server load has been shooting sometimes up to 30.00. Finally I disabled the pager thinking that 200 users every 5 seconds checking for new pages could kill the server. Sure enough load went down to below 1.0. Does that make sense? Is there a way around it?

Rickeo 01-30-2007 07:14 PM

TY So muc I love it so much best mod ever in the world ty

Ramsesx 01-31-2007 08:07 AM

Quote:

Originally Posted by Cyricx (Post 866111)
One other bug.

It looks like the permissions are not being inherited from secondary usergroups. It's not letting them overwrite.

For example, the primary usergroup (Registered Member) is set needing to post 5 posts per day to reply. The secondary usergroup (Donating Member) is set to be able to use the pager without having to post. Yes, the donating member usergroup is set to override the primary group.

However, my users that are also donating members, are still being told they must make 5 posts before they can use the pager. :(

Anybody knows how to fix this? Thanks.

blind-eddie 01-31-2007 01:58 PM

Change their secondary to primary & edit permissions

tekstylez 02-02-2007 02:52 PM

I am having a problem with multiple users stating that, when entering text in the pager window, it is disappearing..

tekstylez 02-03-2007 12:12 PM

Quote:

Originally Posted by tekstylez (Post 1172984)
I am having a problem with multiple users stating that, when entering text in the pager window, it is disappearing..

support on this, please?

TTG 02-03-2007 12:21 PM

Quote:

Originally Posted by tekstylez (Post 1172984)
I am having a problem with multiple users stating that, when entering text in the pager window, it is disappearing..

Not try to send / reply while viewing the who's online page on your forum ?
If they are, the text will disappear when the page refreshes !

princeedward 02-03-2007 08:39 PM

thanks.,nice hack...install clicked....;)

Baron Von Chris 02-15-2007 07:58 AM

Hi, I'm kind of a newbie so I hope my questions are not ignorant. I got through about 10 pages of posts when I realized I had 60 to go, so I'm just going to ask my questions. If they have already been asked/answered then please copy/paste the solutions for me. Thanks!

-So, I'm running vb 3.6.4 and I just installed this hack. Seems to work fine in the Default Style template. I have other templates loaded and I can't use the pager when I have one of the other style templates on. None of the icons show up in the postbit and although I can send pages when looking at another persons profile, they never receive them. Is there a way to get the pager working with the other templates?

Hope this isn't redundant, thanks for your time!

blind-eddie 02-15-2007 03:18 PM

I have many styles on my site, And even when you do all template edits in default, some edits dont apply to other styles. You have to double check that each style template edit was changed during install. You will have to edit each styles even if done in default, if they are not working on that style.

Baron Von Chris 02-15-2007 03:36 PM

Not to sound like a total noob, but how exactly do I do that. I keep getting the same answer and I understand the problem, but I need someone to help me through one of them so I can do the rest. Basically the instructions for the hack have me copy/paste a bunch of code in specified places. How do I find those same places in other skins?

blind-eddie 02-15-2007 04:10 PM

Go to your admincp/styles & Templates/search in templates, when you follow mod/hack instructions it tell you to edit templates, when you search in templates at the top drop down box it allows you to chose which style to edit, pick the one in question, repeat these steps on each template edit as per mod/hack in that style.

Baron Von Chris 02-15-2007 04:13 PM

Dude, you rule. That was easy enough, why was it so hard to get that answer from anyone else?

Thanks man, you are my new best friend.

blind-eddie 02-15-2007 04:16 PM

Glad I could help...Answers are hard to get here at times......

Baron Von Chris 02-15-2007 04:23 PM

Well, thanks for taking the time. Hopefully once I become more familiar with this then I can start contributing too.

Mischievious 02-22-2007 09:36 PM

My forum is in the root directory, so what should I put in the Forum Directory Name field of the vB Pager options?

mrcrx 02-23-2007 11:01 AM

Does this load up the server and will it be released on vb3.6 verisons?

blind-eddie 02-23-2007 01:01 PM

It uses some resources, and yes it works on 3.6

TheGoaT 02-27-2007 01:43 PM

I just installed this word for word, and I am having a problem in my admincp panel. The vb options in my usergroup manager is not there. I cant give any usergroup permission to use it. Any ideas?

I am using vb 3.5.5 with vbadvanced.

blind-eddie 02-27-2007 02:15 PM

I should be there....refresh admin cp page,

TheGoaT 02-27-2007 02:33 PM

I have several times, its just not there.

blind-eddie 02-27-2007 04:50 PM

Then you need to re-read readme....you missed admincp file uploads

TheGoaT 02-27-2007 05:59 PM

I uploaded every file in the zip.

JD210 03-05-2007 12:08 AM

Quote:

Originally Posted by netmagic (Post 1155230)
HI,

I?ve got the following prob with 3.0.4 on a 3.5.4 System.
I can sent messages and I can see on topnavi that I?ve got x new messages.
But when I open the Messenger-Window there will be shown only the "youve got no messages" text. Can anyone help me?

Thanks alot!
netmagic

I have this exact same problem. I am running 3.5.5, and when I get a Pager Message, it shows in the display that there is one waiting but when I open Pager there is nothing there. I know that there is a message because I can go to the database and read it, but that is the only way. I have had this installed for some months now, and it was working fine, now it is not. Anyone have any ideas?

blind-eddie 03-05-2007 12:14 AM

Look back about 40 pages or so....I have & still have that problem, pager messages wont open on vba pages or front page...You have to go to forums or whos online to get them to pop up. Somewhere in these 80 pages is a remedy to correct this issue, but it didnt work for me , so I still use the pager but open it on non- vba pages

JD210 03-05-2007 08:42 AM

Thanks for the reply. I will dig through these pages and see what I can do to make it work. As much as I enjoy the pager, if I can't get it to work correctly, I would just rather uninstall it.

whiteeagle0 03-05-2007 10:36 AM

help

when i click to page a uer that pop up comes up but then when i click page user after clciking on the check box nothing happens

Elenna 03-05-2007 03:27 PM

WhiteEagle0 - I had this same issue. In the settings, I removed the / from the forums location (just left it blank), then it started working for me.


All times are GMT. The time now is 05:32 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.02392 seconds
  • Memory Usage 1,832KB
  • 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
  • (9)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
  • (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