Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 93
Search took 0.00 seconds.
Search: Posts Made By: larryd
Forum: vBulletin 3.7 Add-ons 03-18-2011, 10:25 AM
Replies: 347
Miscellaneous Hacks - Cyb - Advanced Forum Rules
Views: 99,375
Posted By larryd
Is there a max amount of characters in the rule...

Is there a max amount of characters in the rule field? I'm trying to copy my rules from an existing thread and they are getting cut off each time.

If there is a limit, how can I expand it?
Forum: vB4 Programming Discussions 12-30-2010, 04:02 PM
Replies: 0
Views: 588
Posted By larryd
Issue with navbits

Just as a test I have the following on my custom vb page.

$navbits = construct_navbits(array('index.php' => 'Forum Home', '' => 'Sub Page1 below forum home', '' => 'Sub Page2 below forum home', ''...
Forum: vBulletin 4 Articles 12-29-2010, 07:38 PM
Replies: 543
Views: 112,661
Posted By larryd
I've added a tab called Features which works...

I've added a tab called Features which works great thanks..

Question is now that I am calling custom vb pages that I'm creating from this tab how do I get the tab to be the highlighted tab?

For...
Forum: vBulletin 4 Articles 12-29-2010, 12:09 PM
Replies: 1,120
Views: 258,387
Posted By larryd
Can you tell me what I'm doing wrong here? This...

Can you tell me what I'm doing wrong here? This script should be returning and printing out the id field from all entries in the database yet it only returns and prints the last id.
...
Forum: vB3 General Discussions 07-30-2008, 09:25 PM
Replies: 1
Views: 700
Posted By larryd
Google Adsense After Second Category

How would I go about adding Google Adsense after the second category on my forums, I figured out how to add it above each category but not if I only want it after a particular category. Please help...
Forum: Modification Requests/Questions (Unpaid) 06-11-2008, 03:54 PM
Replies: 0
Views: 666
Posted By larryd
Change the Time Between Search Queries (VB 3.68)

I know how to change the default value but is there any way to change the value of a specific user group? I'm sure it can be done through the code and probably pretty easily considering the admin...
Forum: vBulletin 3.6 Add-ons 03-30-2008, 02:52 PM
Replies: 21
Show Thread Enhancements - Quick Quote for Quick Reply
Views: 10,242
Posted By larryd
This is a great method of Quickly Quoting someone...

This is a great method of Quickly Quoting someone on the forums. I'm only running in to one problem. When someone quotes a moderator or administrator and I use HTML markup for the usernames it...
Forum: Modification Graveyard 03-29-2008, 10:17 AM
Replies: 1,093
Major Additions - iTrader v2.0.1
Views: 327,844
Posted By larryd
NEW ->...

NEW -> http://www.newcelica.org/forums/itrader.php?
OLD -> http://www.newcelica.org/forums3/traderratings.php?

You can see the difference, the old version had a main screen which showed the...
Forum: Modification Graveyard 03-27-2008, 10:52 PM
Replies: 1,093
Major Additions - iTrader v2.0.1
Views: 327,844
Posted By larryd
I really thought my question was simple.. anyone...

I really thought my question was simple.. anyone running this can tell me if it has a default page like the old version did or not?
Forum: Modification Graveyard 03-25-2008, 02:39 PM
Replies: 1,093
Major Additions - iTrader v2.0.1
Views: 327,844
Posted By larryd
Can anyone tell me if the new itrader has a...

Can anyone tell me if the new itrader has a default screen like the old one used to? When I browse directly to itrader.php I see my own information..
Forum: Modification Requests/Questions (Unpaid) 03-24-2008, 08:36 PM
Replies: 0
Views: 687
Posted By larryd
Quick Quote for VB 3.6.8?

I see there are a few quick quote systems that will work for 3.6.8 but none seem to do what the quick quote system I had for VB 3.0 did. I just want it so that when you click on an icon for quick...
Forum: Modification Graveyard 03-24-2008, 01:00 PM
Replies: 1,093
Major Additions - iTrader v2.0.1
Views: 327,844
Posted By larryd
OK I figured out what my problem was... When I...

OK I figured out what my problem was... When I upgraded my forums I had a direct link to trader ratings on my nav bar which just linked to traderratings.php which apparently has been changed for...
Forum: Modification Graveyard 03-23-2008, 10:47 PM
Replies: 1,093
Major Additions - iTrader v2.0.1
Views: 327,844
Posted By larryd
I just want to be careful not to lose the data...

I just want to be careful not to lose the data from the previous installation. I have logged in and out several times and tried it under different logins though.
Forum: Modification Graveyard 03-23-2008, 12:58 PM
Replies: 1,093
Major Additions - iTrader v2.0.1
Views: 327,844
Posted By larryd
That was a stupid mistake however it did not fix...

That was a stupid mistake however it did not fix the problem. I have just enabled Can View and Can Rate for all user groups and I still can't access the Trader Ratings link on my nav bar.
...
Forum: Modification Graveyard 03-23-2008, 02:32 AM
Replies: 1,093
Major Additions - iTrader v2.0.1
Views: 327,844
Posted By larryd
This may have been addressed but I'm not having...

This may have been addressed but I'm not having any luck finding the answer. I've just upgraded from 3.0 to 3.6.8 and I upgraded to iTrader v2.0.1 and I'm now experiencing a problem.

When I click...
Forum: vB3 Programming Discussions 02-03-2007, 05:41 AM
Replies: 13
Views: 1,350
Posted By larryd
I used to run PHPledads and the script worked...

I used to run PHPledads and the script worked perfectly fine with that using the SCRIPT command in the header template. I see that they used document.write which I've also managed to get working in...
Forum: vB3 Programming Discussions 01-31-2007, 05:23 PM
Replies: 13
Views: 1,350
Posted By larryd
tried that too.. I put it in the PHP Include...

tried that too.. I put it in the PHP Include Start Template. And it did nothing either.
Forum: vB3 Programming Discussions 01-31-2007, 04:52 PM
Replies: 13
Views: 1,350
Posted By larryd
I tried that and it did not work; It doesn't...

I tried that and it did not work; It doesn't display anything.

I added the following to the index.php file
require_once('/pathto/display_ar.php');

And in the display_ar.php file I simply...
Forum: vB3 Programming Discussions 01-19-2007, 07:42 AM
Replies: 13
Views: 1,350
Posted By larryd
you mean edit index.php rather then the...

you mean edit index.php rather then the templates. I suppose thats an option but figuring out how to get the placement exactly where you want it with out using the templates is a pita.
Forum: vB3 Programming Discussions 01-19-2007, 06:41 AM
Replies: 13
Views: 1,350
Posted By larryd
How do I run a PHP script in my templates? (VB 3.03)

I have written my own code to randomly display a banner that is PHP/mySQL based. What I am trying to figure out is how to get the code which works great when I call it myself to work with Vbulletin....
Forum: vB3 General Discussions 03-21-2006, 02:24 PM
Replies: 3
Views: 792
Posted By larryd
Well I'd like it to be completely seemless if I...

Well I'd like it to be completely seemless if I do it.
Forum: vB3 General Discussions 03-21-2006, 01:23 AM
Replies: 3
Views: 891
Posted By larryd
wouldnt it be in the scripts themselves? ...

wouldnt it be in the scripts themselves? Something that checks the user groups before giving access? I mean I could link them directly to the page to change the user group if they had access but I...
Forum: vB3 General Discussions 03-21-2006, 12:27 AM
Replies: 3
Views: 891
Posted By larryd
Give moderator certain admin functions?

Is it possible to give a moderator access to change a members user group without giving them full access to the admin control panel?
Forum: vB3 General Discussions 03-21-2006, 12:26 AM
Replies: 3
Views: 792
Posted By larryd
Anyone?

Anyone?
Forum: vB3 General Discussions 03-19-2006, 02:19 AM
Replies: 3
Views: 792
Posted By larryd
Possible to use same user database for multiple forums?

I have a 20k+ member database on my one site. I've started another site and if possible I'd like that users not have to rerigster to post on the new forum. Is it possible to have both forums use...
Showing results 1 to 25 of 93

 
Forum Jump

All times are GMT. The time now is 04:52 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.05324 seconds
  • Memory Usage 2,047KB
  • 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
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (43)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete