The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Showing results 1 to 20 of 20
Search took
0.00
seconds.
Search:
Posts Made By:
AsscBB
Forum:
vB3 Programming Discussions
08-24-2008, 06:05 PM
Replies:
3
multiple uses of fetch_array()
Views:
830
Posted By
AsscBB
RLShare- Works like a champ now! Thanks for...
RLShare-
Works like a champ now! Thanks for the info!
Forum:
vB3 Programming Discussions
08-24-2008, 04:06 PM
Replies:
3
multiple uses of fetch_array()
Views:
830
Posted By
AsscBB
multiple uses of fetch_array()
I'm trying to write some code where I scan through an array multiple times. The symptoms of my code lead me to belive that only the first call to fetch_array() is being used. Are there any limts on...
Forum:
vB3 Programming Discussions
07-25-2008, 07:24 AM
Replies:
2
How do I make a Variable Lenght Combobox/Dropdown menu?
Views:
658
Posted By
AsscBB
Works like a champ! cheers!
Works like a champ!
cheers!
Forum:
vB3 Programming Discussions
07-23-2008, 03:37 AM
Replies:
2
How do I make a Variable Lenght Combobox/Dropdown menu?
Views:
658
Posted By
AsscBB
How do I make a Variable Lenght Combobox/Dropdown menu?
I'm trying to build a user input form which takes the userid and runs a query. The results from the query are then put in a dropdown menu for the user to make a selection. Visually, I have this...
Forum:
vBulletin 3.6 Add-ons
07-18-2008, 04:28 PM
Replies:
1,420
New Posting Features -
Form Hack
Views:
515,068
Posted By
AsscBB
Is there a way to have the dropdown menu...
Is there a way to have the dropdown menu selections be a variable? I have a need for a variable length dropdown based on the results of a query so rather than using a drop down for static results...
Forum:
vB3 Programming Discussions
06-27-2008, 10:05 PM
Replies:
11
Problem with passing query results to a function
Views:
877
Posted By
AsscBB
I had tried that and it still wasn't working as...
I had tried that and it still wasn't working as expected. If I restructure it to not call a function and just do it in my main, it seems to work, so I'll probably just do it that way. I'll probably...
Forum:
vB3 Programming Discussions
06-26-2008, 06:51 PM
Replies:
11
Problem with passing query results to a function
Views:
877
Posted By
AsscBB
That may explain why I couldn't get it to work...
That may explain why I couldn't get it to work going through the array. I've gotten some ideas from "passing references" over on php.net to try now thanks to that suggestion and I'll see where that...
Forum:
vB3 Programming Discussions
06-25-2008, 08:11 PM
Replies:
11
Problem with passing query results to a function
Views:
877
Posted By
AsscBB
The query where $my_values is populated and the...
The query where $my_values is populated and the call to the function is located in the chunk of code below the function. Prior to that point, $my_values does not exist.
I'm positive that I've...
Forum:
vB3 Programming Discussions
06-25-2008, 12:22 PM
Replies:
11
Problem with passing query results to a function
Views:
877
Posted By
AsscBB
$my_values is an array build from a mySQL query...
$my_values is an array build from a mySQL query before being passed into the function. I was looking at other code examples and saw similar examples of populating the array with a mySQL query, then...
Forum:
vB3 Programming Discussions
06-24-2008, 07:41 PM
Replies:
11
Problem with passing query results to a function
Views:
877
Posted By
AsscBB
I tried to boil the code down to support asking a...
I tried to boil the code down to support asking a general question. The reason I'm doing the while inside the function, is becuase thats where the data is being used, and calling the function and...
Forum:
vB3 Programming Discussions
06-24-2008, 02:25 PM
Replies:
11
Problem with passing query results to a function
Views:
877
Posted By
AsscBB
Problem with passing query results to a function
Please check my process and help me understand where I'm going wrong.
I'm taking the results from a query and passing them to a function where I'm deconstructing the info in a while loop and...
Forum:
vB3 General Discussions
06-20-2008, 01:49 PM
Replies:
3
Which Hook Location to Hide Forum???
Views:
718
Posted By
AsscBB
Would that approach keep the posts under a hidden...
Would that approach keep the posts under a hidden forum unsearchable?
Forum:
vB3 General Discussions
06-20-2008, 07:07 AM
Replies:
3
Which Hook Location to Hide Forum???
Views:
718
Posted By
AsscBB
Which Hook Location to Hide Forum???
I hope someone has an idea that may be able to help.
I'm trying to set up an alternate conditional structure to hide forums/subforums based on forumid, and other information. I have the...
Forum:
vB3 Programming Discussions
06-06-2008, 11:35 PM
Replies:
4
Difficulty with creating table
Views:
778
Posted By
AsscBB
Thanks for the quick reply!!! The out of data...
Thanks for the quick reply!!! The out of data class might explain it. I was using some sample code which, now knowing what to look back at, is out of date.
The up to date class is working like...
Forum:
vB3 Programming Discussions
06-06-2008, 09:55 PM
Replies:
4
Difficulty with creating table
Views:
778
Posted By
AsscBB
Difficulty with creating table
I'm not sure what I'm doing wrong, but I've been wrestleing with this issue for the past few days (not all day, just when I've had time to play) and the resources I've been referencing have been less...
Forum:
vB3 General Discussions
05-16-2008, 03:15 PM
Replies:
2
hiding a forums based on conditional
Views:
818
Posted By
AsscBB
Oooh! Thanks! I'm still learning how...
Oooh! Thanks!
I'm still learning how vBulletin works and your suggestion looks just like what the doctor ordered!!!
Thanks again!
Forum:
vB3 General Discussions
05-16-2008, 03:43 AM
Replies:
2
hiding a forums based on conditional
Views:
818
Posted By
AsscBB
hiding a forums based on conditional
Hey all,
Well after a brief hiatus from setting up my board, I've gotten back into it and run into a bit of a problem. I have set up a table which mimicks usergroups to segregate my users into...
Forum:
vB3 Programming Discussions
02-25-2008, 01:33 AM
Replies:
1
UserCP modification
Views:
613
Posted By
AsscBB
UserCP modification
Is there a way to modify the UserCP to have addition menus?
Basically I'm looking for info in how to code up a mod to have an interface in the UserCP similar to using cpnav_XXX.xml for the...
Forum:
vBulletin Pre-Sales Questions
12-03-2007, 10:15 PM
Replies:
3
forum/admin hierarchy & backup questions
Views:
1,112
Posted By
AsscBB
SmEdD, that the sort of shove I really needed! ...
SmEdD, that the sort of shove I really needed!
I think I've found names of features that I need... They're hard to track down when there are different names for the same consept (Clan, Group,...
Forum:
vBulletin Pre-Sales Questions
12-02-2007, 08:07 PM
Replies:
3
forum/admin hierarchy & backup questions
Views:
1,112
Posted By
AsscBB
forum/admin hierarchy & backup questions
Im launching a new board early 2008 (February timeframe) and Im almost sold on vBulletin for my software. Before I make the commitment though, I would like to know if anyone can help me out with...
Showing results 1 to 20 of 20
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
10:21 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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.02142 seconds
Memory Usage
1,998KB
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)
post_thanks_navbar_search
(1)
search_results
(20)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(15)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0007
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
FULLTEXT Search
php_sapi_name(): fpm-fcgi