vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   vB Pager 2.0.4 (https://vborg.vbsupport.ru/showthread.php?t=72823)

Polo 12-16-2004 11:36 PM

Quote:

Originally Posted by Polo
Insalled succesfully with tons of hacks installed in my site... seems to work ok... but i'm also having the problem other member had of not viewing the pager in the memberinfo template....

Ok, never mind.. the image and info is there in the template is just that if you look at your own profile you wont see it... so far this is the best pager around congratulations uae

Polo 12-16-2004 11:40 PM

One last thing... how can I make the little "Allow Reply" box to be checked by default... I know this must be exremely easy right... thanks in advance...

Polo 12-16-2004 11:48 PM

Ok, this pager works great, however, i'm having some displaying errors... i have attached an image of what seems to be errors... can someone direct me in the right direction of where I can fix those displaying errors?

Please view attachment...

docvader 12-17-2004 12:21 AM

How did you get it to work, and we didn't? LOL. Can you see the VbPager options in the admincp??? I'm not sure why that is not showing, what file makes that appear?

Polo 12-17-2004 12:23 AM

Quote:

Originally Posted by docvader
How did you get it to work, and we didn't? LOL. Can you see the VbPager options in the admincp??? I'm not sure why that is not showing, what file makes that appear?

in the installation you need to make the changes to the admincp/index.php files... unless you edit that file, you wont see the menu in your admincp

docvader 12-17-2004 12:56 AM

I see the menu in the admin cp; that's not the problem. Two items are there in that litle menu section, one is vbpager options, the other is the messages list. The vbpager options section does not show (it calls to ./options.php, which we don't edit in this install), the messages list section does (it does not call to ./options.php). So, I'm a bit bewildered at this. I have all the phrases in my phrase manager, the three templates were transcribed, the file edits have all been done (for the fifth or so time), but I can't seem to get the vbpager options showing in the admin cp. Which is what the other guys (twindad and drjamal) seem to be having problems with.

Any ideas Polo?? You've got an elaborate forum man, I have no doubt that you can figure this out. What did you do differently than the rest of us?

Thanks!
rich
russbo.com

TwinsX2Dad 12-17-2004 04:22 AM

It seems to be one of a couple of possible issues, Rich - and I am not certain which one it is.

My assumption is that it is either table prefixes or a conflict with another mod. I use prefixes and have a heavily modified board. I tried it on a plain vanilla test board and got it to work, but with the same issues Polo is now bringing up.

Once I started adding mods, the board locked up. The odd thing is that I added a mod at a time until I had DB issues, then removed the last mod. I still got the DB issues. I double and triple checked the coding, even restoring the files I just modified and still I had the problems. This leads me to believe that the root issue is in DB changes. But, as we all know, a vB database is a rather large creature and I don't have all the time in the world to figure out where things are breaking.

docvader 12-17-2004 04:34 AM

I'm not sure it would be a conflict with another mod, I"ve got a bunch of hacks on my board, and they all peacefully coexist with each other. Why this one shouldn't, with relatively minor file edits, is beyond me. I think that your idea of the table prefixes is a good one; but, I agree, I wouldn't be delving into that monster either.

Sure hope Uae figures this out. It looks like it could be an awesome hack to have. I'll leave it "installed" for now....

(The installer that was provided with this hack was by far, very pretty, and well thought out, but, most definitely hard to work with when going back to reinstall and evaluate. In my opinion, simple text files are much easier to deal with when doing template and file edits).

boo.3 12-19-2004 01:46 AM

Can't wait for full version for this! :)

uae 12-19-2004 05:26 AM

Quote:

Originally Posted by Polo
One last thing... how can I make the little "Allow Reply" box to be checked by default... I know this must be exremely easy right... thanks in advance...

in the TEMPLATE vbpager FIND

Code:


<input class="button" type="checkbox" id="pager_reply" name="usercanreply" value="1">$vbphrase[vbpager_allow_reply]</label>

Replace it with

Code:


<input class="button" type="checkbox" id="pager_reply" name="usercanreply" value="1" checked>$vbphrase[vbpager_allow_reply]</label>



All times are GMT. The time now is 04:03 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.01384 seconds
  • Memory Usage 1,741KB
  • 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
  • (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