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)

Tracer Gun Kata 02-20-2006 01:00 PM

Quote:

Originally Posted by docvader
When Uae was testing this on my site, he also found that removing the css scroll code helped prevent the IE crashing.

How was this done? I use an Ambience Skin and I am having the IE crashing problem.

snakes1100 02-20-2006 02:38 PM

Here's one i havent seen anyone post.

Warning: Division by zero in /includes/functions.php on line 1821

This is appearing in the popups when trying to delete your messages.

This is happening in IE and FF.

Also, an issue with this only working when someone is in the usercp, on the forum index page the system doesnt work.

----------------------------------------

Not sure on the first issue, most likely mkportal is causing all your issues.

The deleted issue and messages still showing up in the navbar is this. This total is actually the amount of messages the user has sent in total on the system and is not deleteable by the user, to remove that total you need to prune the system.

Im assuming maybe eau is grabbing the wrong info for that total from the DB, it should be grabbing the total from the amount of messages in the users inbox/sent box and combine that total together.

You can simply remove that call from the navbar or eau needs to grab the correct info. Ill look into it more as i dont like it either.

RFViet 02-20-2006 02:38 PM

Is it possible to see member's pager massages ??

LadyJo 02-20-2006 09:46 PM

installed, works perfectly..... couldnt live without this hack, much better than Ypager.

***clicks install

TTG 02-20-2006 10:26 PM

I'm sometimes replying to 4 or 5 pager messages and some of them don't send a reply until the next day .. would it be possible to add a quote of the last pager message, similar to a reply PM ?

Tracer Gun Kata 02-21-2006 11:01 AM

Quote:

Originally Posted by docvader
When Uae was testing this on my site, he also found that removing the css scroll code helped prevent the IE crashing.

Bump.. anyone know how to remove the css scroll code. I am using a skin and receive the error while using IE.

ronak_143 02-21-2006 11:07 AM

unable to download :( how to download :confused:

wolfyman 02-21-2006 12:34 PM

First off - AWESOME hack, I love the heck out of it!!!

I recently installed the pager, and around the same time my paid subscriptions stopped working. Could this have anything to do with it? The pager is only available to my paid subscribers.

m-e-h.com 02-21-2006 02:20 PM

Quote:

Originally Posted by m-e-h.com
Second possible solution: The reload-time or the whole reload-options could be set by the user within preset - admin-defined - ranges. Maybe with a hint like "This can produce additional traffic...".

Well I found a way to realize that - it's just "quick and dirty" but the problem is solved:

I added a profile-field (text) where you can enter a refresh-time in seconds and in Template "PAGER" I replaced
Code:

        var refreshtime = {$vboptions['vbpager_ajax_refresh']};
with
Code:

  var refreshtime = (parseInt("0$bbuserinfo[field14]",10) > $vboptions[vbpager_ajax_refresh]) ? parseInt("0$bbuserinfo[field14]",10) : $vboptions[vbpager_ajax_refresh];
What's going up?
The user enters a time X in the UserCP. It's been compared with the preset time Y defiened by the admin. If the user-time is higher than the admin-time, the refresh is done all X seconds.
If the user enters a time which is lower than the Y or anything other than a nuber, teh refres will be done all Y secons.

Maybe you could possibly include a function like that in the next version?!

cm

alfaowner 02-21-2006 06:52 PM

im running a heavily modded site with 1gb+ database with no problems, worked straight out of the bag. (Now this is rare for me but does feel good)

Do what u can to make it work people... Its a fabulous addition to my board.

Thanks


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