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)

Hyrel 06-16-2005 10:04 PM

*cough* *cough* yeah Lone was right...I had put the edit in both files by accident ^_^

PixelFx 06-20-2005 09:10 PM

any news or updates on this? how stable is it on first install with vbulletin 3.0.7?

Hyrel 06-20-2005 10:48 PM

There is like a huge delay in message delivery, any suggestions?

Fusion.nl 06-20-2005 11:10 PM

Messages only pop-up if a person refreshes a forumpage or opens a page that isnt in his or her cache.

Quote:

Originally Posted by PixelFx
any news or updates on this? how stable is it on first install with vbulletin 3.0.7?

We've been using it for two months now with no problems. Our board is 3.0.7 with some other hacks.

mustang_lex 06-27-2005 10:27 PM

Well. This hack took longer then my VBChat and IBproArcade combined hahaha. But it works super!!!!!!! My only request would be, to let users turn on and off the pager through their CP.

flee2 06-29-2005 11:47 AM

I want to report, many users from my board, had reported, that the Pager makes an explorer fault, and then closes.. i don't believe that, but since yesterday, makes me too, the same error.. i must logon on firefox, and disable completely the pager system, and of course, set to pager = 0 in user table in db to ALL.

The error apears randomly ONLY in Internet Explorer 6 in Windows XP.

Thanks, this is a great hack..

PD: I modified an instance of your hack, let's the user to send messages indefinidly, ej,

Actually:
user1 -> page -> user2
user2 -> page -> user1 (and here the chains cut)

My mod:
user1 -> page -> user2
user2 -> page -> user1
user1 -> page -> user2 (infinitly)
and i disabled.. the anonymous messages (let's set usergroups for anonymous and userids, not only userids) and disabled the check box thats allow reply.

greetz!

Senza 06-29-2005 06:00 PM

I've also had to disable it on my forum due to the IE crashing error.

As a note, if that happens to you, you can just reload IE, and go directly to your admincp, and into the pager settings, and remove the message.

dsboyce8624 06-29-2005 06:38 PM

Only problem I have is the apostrophy in user names, which still happens despite the fix.

RichieBoy67 06-29-2005 08:25 PM

Has the IE bug been fixed yet or has anyone found a fix??? I don't feel like reading the whole thread again... :)

dsboyce8624 06-30-2005 02:52 AM

Quote:

Originally Posted by RichieBoy67
Has the IE bug been fixed yet or has anyone found a fix??? I don't feel like reading the whole thread again... :)

Not sure what it is. My users use the hell out of this on IE and XP, never had a single complaint.

Might be a combination of hacks?

ssabmud 07-04-2005 06:36 AM

I have the same IE bug can someone look in to this..

mahiraminc 07-04-2005 10:20 PM

I get the following error message (see attachment) when users click on the IM icon on the postbit.

What could be wrong here?

mahiraminc 07-05-2005 07:35 PM

Quote:

Originally Posted by mahiraminc
I get the following error message (see attachment) when users click on the IM icon on the postbit.

What could be wrong here?


Okay, I fixed this. I didn't have the script loaded into the proper template.

mahiraminc 07-07-2005 10:22 PM

Quote:

Originally Posted by mahiraminc
Okay, I fixed this. I didn't have the script loaded into the proper template.

Can anybody assist in making this pager implement unlimited messaging...

Currently,

pager1 > pager2
pager2 > pager1 .... end of cycle.

I'd like this to continue forever.

Renada 07-07-2005 11:19 PM

Quote:

Originally Posted by flee2
I want to report, many users from my board, had reported, that the Pager makes an explorer fault, and then closes.. i don't believe that, but since yesterday, makes me too, the same error.. i must logon on firefox, and disable completely the pager system, and of course, set to pager = 0 in user table in db to ALL.

The error apears randomly ONLY in Internet Explorer 6 in Windows XP.

Thanks, this is a great hack..

PD: I modified an instance of your hack, let's the user to send messages indefinidly, ej,

Actually:
user1 -> page -> user2
user2 -> page -> user1 (and here the chains cut)

My mod:
user1 -> page -> user2
user2 -> page -> user1
user1 -> page -> user2 (infinitly)
and i disabled.. the anonymous messages (let's set usergroups for anonymous and userids, not only userids) and disabled the check box thats allow reply.

greetz!

Hi,

What is the code to do that and which file does it go in?

Thanks,
Renada

mahiraminc 07-08-2005 06:45 PM

Quote:

Originally Posted by Renada
Hi,

What is the code to do that and which file does it go in?

Thanks,
Renada

I'd like to know that too (above post). Please advise!

Mr. Brian 07-09-2005 10:45 AM

How come it only allows u to reply to message for only 2x? Anything thing more that I can only see a "close" button.

Anyway to slove this?

mahiraminc 07-13-2005 01:19 AM

Quote:

Originally Posted by Mr. Brian
How come it only allows u to reply to message for only 2x? Anything thing more that I can only see a "close" button.

Anyway to slove this?

This is what I've been asking for. Somebody was able to modify the code and get it working for infinite replies but apparently their code is not posted yet or not being shared.

qualif 07-18-2005 08:06 PM

Hmm all bug the zip is not has in the daytime

csidlernet 07-20-2005 08:45 AM

thanks man

Vizionz 07-21-2005 03:31 AM

okay i got a problem.. i can send the messages they see them they send them back then i get a javascript error saying i can t clo0se it ... so i have to delete it from the admin,,

how can i fix that and if not how can i set it so i can send the messages and they either cant send them back or it submits it as a pm instead as the reply but i would rather fix it cause this is bad ass

Chandler 07-22-2005 05:23 AM

Code:

Database error in vBulletin 3.0.7:

Invalid SQL: select pagerid, parentpid, tosessionid, fromsessionid, touserid, fromuserid, message, msgdate, deliverdate, canreply, hidden, delread, delsent, active, username from pager as p left join user as u on (p.touserid=u.userid) where  active=0  order by msgdate desc LIMIT -15, 15
mysql error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-15, 15' at line 1

mysql error number: 1064

Date: Thursday 21st of July 2005 11:18:21 PM
Script: http://url/forum/admincp/pageradmin.php?doshow=read
Referer: http://url/forum/admincp/index.php?do=nav


Any ideas on how to fix this?

D|ver 08-08-2005 04:49 PM

will there be a version for vb 3.5? maybe even as a plugin? :)

uae 08-08-2005 06:14 PM

Quote:

Originally Posted by D|ver
will there be a version for vb 3.5? maybe even as a plugin? :)

Yup, a whole new rewriten version coming out soon for vB 3.5.x
Plugin, surrrre :)

Cyricx 08-08-2005 08:06 PM

Awesome UAE, can't wait. This is one of my users most favored hacks :)

NuclioN 08-08-2005 11:24 PM

Would be nice :)

SlipNslide281 08-09-2005 01:17 PM

This hack works great, I love it. But yes it does cause a page fault in IE, and other browsers. I use "AM browser" and it crashes too.

SlipNslide281 08-09-2005 02:20 PM

Quote:

Originally Posted by flee2
I want to report, many users from my board, had reported, that the Pager makes an explorer fault, and then closes.. i don't believe that, but since yesterday, makes me too, the same error.. i must logon on firefox, and disable completely the pager system, and of course, set to pager = 0 in user table in db to ALL.

The error apears randomly ONLY in Internet Explorer 6 in Windows XP.

Thanks, this is a great hack..

PD: I modified an instance of your hack, let's the user to send messages indefinidly, ej,

Actually:
user1 -> page -> user2
user2 -> page -> user1 (and here the chains cut)

My mod:
user1 -> page -> user2
user2 -> page -> user1
user1 -> page -> user2 (infinitly)
and i disabled.. the anonymous messages (let's set usergroups for anonymous and userids, not only userids) and disabled the check box thats allow reply.

greetz!

Did a search in the instructions and template changes and still can't find where to edit this. :ermm:

Gutspiller 08-09-2005 02:44 PM

Has anybody gotten this to work on 3.0.7? I installed it and I have the icons and everything and changed the settings to allow admins and mods to send and put in there user ids into the settings, but it still wont work. It pops up with the pager popup box, and I can click send and it looks like it send, but the users never get the pages. I have double checked all my template edits and file edits and have reuploaded all the edited files and it does the same thing. Can anybody confirm to have gotten this to work on 3.0.7? Perhaps this hack is buggy and doesn't work for anybody?

SlipNslide281 08-09-2005 03:26 PM

Quote:

Originally Posted by Gutspiller
Has anybody gotten this to work on 3.0.7? I installed it and I have the icons and everything and changed the settings to allow admins and mods to send and put in there user ids into the settings, but it still wont work. It pops up with the pager popup box, and I can click send and it looks like it send, but the users never get the pages. I have double checked all my template edits and file edits and have reuploaded all the edited files and it does the same thing. Can anybody confirm to have gotten this to work on 3.0.7? Perhaps this hack is buggy and doesn't work for anybody?

Im using 3.0.8 and it works, so I don't see why it wont work for 3.0.7 The Its works very fast, pops up as soon as they refresh there window. I just get the IE page fault and IE closes. the page fault doesn't happen everytime but is annoying.

Gutspiller 08-09-2005 06:38 PM

So even when it works, it sometimes errors out? Yeah, I think I'm going to uninstall it then. IMO this should be in the beta release forum.

osariase 08-09-2005 07:13 PM

I have it working right now and its working great man but its on 3.7

SlipNslide281 08-09-2005 10:27 PM

It will work with our error for a few times, but keep replying back and forth and about the 5 page you will get the IE page fault and IE or firefox, or am browser will shut down. Its a great hack. Just wish it would work 100%

SlipNslide281 08-10-2005 02:57 PM

Does anyone have the fix to this pager to keep it from crashing your browser?

Gutspiller 08-13-2005 08:25 PM

I noticed that the vb_pager template isn't cached. Should we cache it and if so, how do I cache it?

Thank you.

Gutspiller 08-19-2005 03:03 AM

How do I get this hack to work with iframes? Whenever I try to use an iframe in my header it errors out and messes up the entire page.

The error reads:

Code:

Not Found
The requested URL /includes/new/top_banner.htm></iframe> </div><!-- logo --><a name= was not found on this

and then under it it shows the popup that is suppose to be the pager popup and it has "*****" in the top graphic.

What's the problem?

Gutspiller 08-20-2005 07:05 PM

bumpty bump

ambumann 09-02-2005 01:33 PM

Whatever happened to the mod that enabled indefinate messaging?

Also I got a problem getting the navbar menu to work, it doesn't show at all...

b00k 09-09-2005 09:14 AM

Quote:

Originally Posted by ambumann
Whatever happened to the mod that enabled indefinate messaging?

Looking for the same modification, would be nice to have..

So far the HACK seems to be working good, only 1 issue i ran into was the FOOTER code not being inputed on child styles. Not a big deal realy :squareeyed:

DannyMilner 09-09-2005 08:25 PM

Will this work in 3.0.8 with no problems?


All times are GMT. The time now is 02:25 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.01670 seconds
  • Memory Usage 1,824KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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