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 21 of 21
Search took
0.00
seconds.
Search:
Posts Made By:
FrankR310
Forum:
vB3 General Discussions
05-08-2006, 10:19 PM
Replies:
3
Question about if statements
Views:
766
Posted By
FrankR310
Thank you for the clarification! :) Are...
Thank you for the clarification! :)
Are there general downsides to having more "if" statements?
Forum:
vB3 General Discussions
05-08-2006, 09:09 PM
Replies:
3
Question about if statements
Views:
766
Posted By
FrankR310
Question about if statements
I see that many of the template modifications use "if" statements. eg. "if" a user is part of user group "x" then do "y".
My question is do such statements generate additional queries to the...
Forum:
vBulletin 3.5 Add-ons
05-05-2006, 03:43 PM
Replies:
237
Put Adsense Banners in Your Archive
Views:
55,297
Posted By
FrankR310
Thank you for this hack. Installed. :) I was...
Thank you for this hack. Installed. :)
I was wondering if there's any way to add a conditional where the ads wouldnt show if they are browsing the forum as registered, moderator, supermod, or...
Forum:
Modification Requests/Questions (Unpaid)
05-03-2006, 06:01 PM
Replies:
1
Exclude a specific forum from "New Posts"
Views:
695
Posted By
FrankR310
Exclude a specific forum from "New Posts"
I have an off topic forum the threads from which I want to exclude in the "New Posts" listing of threads.
The vb option to exclude a forum from the seach index does not exclude that forum in the...
Forum:
vB3 General Discussions
03-04-2005, 07:57 PM
Replies:
15
vb3 non irc chat
Views:
1,688
Posted By
FrankR310
old topic but just wondering if anyone knows if...
old topic but just wondering if anyone knows if it's possible to run the flashchat on a separate server while still using the vb db for user login.
Forum:
Modification Requests/Questions (Unpaid)
11-15-2004, 03:20 PM
Replies:
0
Moderator icon in postbit?
Views:
718
Posted By
FrankR310
Moderator icon in postbit?
I know there was a hack on this awhile back but cant seem to find it...i did a search and the only one that comes up is the one by veloc? I thought there was another one...can anyone point me in...
Forum:
vBulletin 2.x Full Releases
01-29-2003, 04:03 AM
Replies:
686
vB Easy Archive FINAL - Search Engine Spiderable Hack! Get your posts listed @ google
Views:
139,647
Posted By
FrankR310
Thank you!!! ....THANK YOU!!! :)
Thank you!!!
....THANK YOU!!! :)
Forum:
vB3 Programming Discussions
01-28-2003, 05:29 AM
Replies:
6
Private Message Delete Error
Views:
997
Posted By
FrankR310
can someone point me to the hack that allows...
can someone point me to the hack that allows users to have a check all box to delete pm's?
thanks
Forum:
Member Archives
12-15-2002, 05:11 AM
Replies:
20
Quick Registration Pop-up Window for Unregistered Visitors
Views:
2,497
Posted By
FrankR310
can you have it so that it only pops up once for...
can you have it so that it only pops up once for a user? as it is now, it seems to popup each time i go to the site. i think the popup would be bearable if it didnt popup after the first time.
...
Forum:
vBulletin 2.x Full Releases
08-11-2002, 05:50 PM
Replies:
581
Last XX Posts on non-vB page
Views:
148,808
Posted By
FrankR310
thank you this works well...I used the suggestion...
thank you this works well...I used the suggestion noted in a previous post to use vb templates to show a page called activetoday.php and it uses only 6 queries! :)
just notice one issue though; i...
Forum:
vB3 General Discussions
08-07-2002, 10:42 PM
Replies:
1
default message icon
Views:
777
Posted By
FrankR310
default message icon
how can i make it so that the default message icon is the first icon instead of no icon? :banana:
Forum:
Modification Requests/Questions (Unpaid)
07-29-2002, 12:44 AM
Replies:
3
on/off gif on forumhome page
Views:
1,061
Posted By
FrankR310
on/off gif on forumhome page
is there a hack which lets me use different icons for the on/off gif on the forumhome page category; i just switched it to a diff gif but now that icon is also used for used for user status.
i...
Forum:
vBulletin 2.x Full Releases
07-28-2002, 02:27 AM
Replies:
942
vbMicroStats: page load time, queries, GZIP and PHP version
Views:
145,314
Posted By
FrankR310
cool thanks! :)
cool thanks! :)
Forum:
vBulletin 2.x Full Releases
07-28-2002, 02:13 AM
Replies:
942
vbMicroStats: page load time, queries, GZIP and PHP version
Views:
145,314
Posted By
FrankR310
thanks for the hack; just what i needed. a...
thanks for the hack; just what i needed.
a couple of questions:
1) i get 8 queries in my calendar; did i do something wrong? i see that minimum is 9 for vb pages.
2) why does vb have higher...
Forum:
vBulletin 2.x Full Releases
07-28-2002, 01:22 AM
Replies:
142
User Ratings
Views:
36,810
Posted By
FrankR310
anyone know how many additional queries this adds?
anyone know how many additional queries this adds?
Forum:
vBulletin 2.x Full Releases
06-23-2002, 06:03 PM
Replies:
193
Logician NEWS: Drag Any Message to Your Main Page
Views:
36,790
Posted By
FrankR310
i was thinking about how to do this as well.... ...
i was thinking about how to do this as well....
couldnt i just rename one file like phpheader.php and phpheader1.php along with newsconfig.php and newsconfig1.php
then change reference to the...
Forum:
vBulletin 2.x Full Releases
06-22-2002, 08:46 PM
Replies:
193
Logician NEWS: Drag Any Message to Your Main Page
Views:
36,790
Posted By
FrankR310
$run_time = (string)substr(($time_end -...
$run_time = (string)substr(($time_end - $time_start),0,6);
i noticed this line above the if {$run_time} line
do i have to change that line to $run_time_config={string....?
nevermind, the...
Forum:
vBulletin 2.x Full Releases
06-22-2002, 06:13 PM
Replies:
193
Logician NEWS: Drag Any Message to Your Main Page
Views:
36,790
Posted By
FrankR310
yea i decided to do just that..reply and then use...
yea i decided to do just that..reply and then use summary tags...only VERY minor issue i noticed with this is that if the thread is more than 1 page..and i reply and the reply is on the "nth"...
Forum:
vBulletin 2.x Full Releases
06-22-2002, 04:21 PM
Replies:
193
Logician NEWS: Drag Any Message to Your Main Page
Views:
36,790
Posted By
FrankR310
i have it installed and it's working well but i...
i have it installed and it's working well but i seem to be running into an issue marking a post as news:
-i have specified myself as being able to post news along with one other person.
-i can...
Forum:
vBulletin 2.x Full Releases
06-22-2002, 02:06 PM
Replies:
224
welcome/login panel on non-vB page
Views:
39,312
Posted By
FrankR310
<meta http-equiv="Cache-Control"...
<meta http-equiv="Cache-Control" content="no-cache">
but it still running into the same issue.
so if you dont hit refresh and it says you are still logged in...am i indeed still logged in on...
Forum:
vBulletin 2.x Full Releases
06-21-2002, 09:53 PM
Replies:
224
welcome/login panel on non-vB page
Views:
39,312
Posted By
FrankR310
I have installed and it seems to be...
I have installed and it seems to be working...only one prob...if i am logged in and i log out (from the homepage or from the forum)...and then i go back to my homepage..it says i am still logged...
Showing results 1 to 21 of 21
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
09:12 AM
.
-- 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.01427 seconds
Memory Usage
2,003KB
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
(21)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(41)
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.0006
(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
FULLTEXT Search
php_sapi_name(): fpm-fcgi