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 19 of 19
Search took
0.00
seconds.
Search:
Posts Made By:
Rocket2009
Forum:
vBulletin 4 Articles
09-21-2013, 10:28 PM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
258,810
Posted By
Rocket2009
Here is the code I use to make sure someone is a...
Here is the code I use to make sure someone is a member, but you could change 'userid' to 'usergroup' with the appropriate test. I am including the banner so you can see where it fits. But it...
Forum:
vBulletin 4 Articles
03-20-2012, 02:46 PM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
258,810
Posted By
Rocket2009
I don't know about methods (1) and (2). As...
I don't know about methods (1) and (2). As suggested elsewhere in this thread I effectively use a little code in the php page (not the vBulletin template). Mine looks like:
//...
Forum:
vBulletin 4 Articles
02-11-2012, 03:38 PM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
258,810
Posted By
Rocket2009
First of all, it works! So it's tough to help...
First of all, it works! So it's tough to help without seeing your code. I will show you my approach. I put all of the content into the .php page so I can have the smallest number of templates (2)...
Forum:
vBulletin 4 Articles
02-10-2012, 07:47 PM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
258,810
Posted By
Rocket2009
Are you saying the code you developed doesn't...
Are you saying the code you developed doesn't work in the custom template you built (TEST according to the tutorial) or in the page (test.php according to this tutorial).
Forum:
vBulletin 4 Articles
02-10-2012, 01:27 PM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
258,810
Posted By
Rocket2009
If you are saying that the formatting does not...
If you are saying that the formatting does not look right in your editor while putting in code into terms.php, it shouldn't since the code is contained within a string variable that is passed to the...
Forum:
vBulletin 4 Articles
01-25-2012, 01:00 AM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
258,810
Posted By
Rocket2009
Yes, I am sure I could pass userid to that page. ...
Yes, I am sure I could pass userid to that page. My problem is that the Header and NavBar templates test to see if I am a member and since apparently I am not (security token is at guest), at this...
Forum:
vBulletin 4 Articles
01-24-2012, 02:15 AM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
258,810
Posted By
Rocket2009
I am still hoping for help. I have implemented...
I am still hoping for help. I have implemented dozens and dozens of pages using this process with lots of customization. Thanks Lyne. I have embedded newsfeeds, slideshows, spreadsheets, and etc. ...
Forum:
vBulletin 4 Articles
12-08-2011, 05:11 PM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
258,810
Posted By
Rocket2009
Yes, I agree that I am having trouble getting...
Yes, I agree that I am having trouble getting global.php called correctly through this rendering system.
I have tried adding
chdir ('/home/touring7/public_html/');...
Forum:
vBulletin 4 Articles
12-08-2011, 03:46 PM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
258,810
Posted By
Rocket2009
Thanks for the try: As Lynne suggested, I...
Thanks for the try:
As Lynne suggested, I tried adding:
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
near the top of my template. When the page...
Forum:
vBulletin 4 Articles
12-08-2011, 03:00 AM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
258,810
Posted By
Rocket2009
Yes, at admincp -> options ->...
Yes, at
admincp -> options -> cookies and HTTP Header Options
Path to Save Cookies is set to a ; /
I also experimented with Cookie domain selected...
Forum:
vBulletin 4 Articles
12-08-2011, 12:49 AM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
258,810
Posted By
Rocket2009
Over the past day I have used this tutorial and...
Over the past day I have used this tutorial and thread and others to create pages that link to menu options and it is working exactly as expected.
Now I want to embed a knowledge base tool...
Forum:
vBulletin 4.x Add-ons
01-24-2010, 07:24 AM
Replies:
1,342
Forum Display Enhancements -
Tabs Add System for vBulletin 4 (sstab advanced)
Views:
374,025
Posted By
Rocket2009
This got me 90% to where I need to be. I look...
This got me 90% to where I need to be. I look forward to future upgrades. I was actually thinking about to tossing out VB4 for my application or investing considerable effort to study the...
Forum:
vBulletin 4.x Add-ons
01-24-2010, 07:09 AM
Replies:
1,342
Forum Display Enhancements -
Tabs Add System for vBulletin 4 (sstab advanced)
Views:
374,025
Posted By
Rocket2009
vbcms is THIS_SCRIPT for content.php
vbcms is THIS_SCRIPT for content.php
Forum:
vBulletin 4.x Add-ons
01-24-2010, 07:03 AM
Replies:
1,342
Forum Display Enhancements -
Tabs Add System for vBulletin 4 (sstab advanced)
Views:
374,025
Posted By
Rocket2009
As reported, I was able to get a new tab to...
As reported, I was able to get a new tab to highlight when selected:
I made a new tab and went to url: ../forum/content.php
I looked into the content.php and saw that THIS_SCRIPT was specified...
Forum:
vBulletin 4.x Add-ons
01-24-2010, 06:52 AM
Replies:
1,342
Forum Display Enhancements -
Tabs Add System for vBulletin 4 (sstab advanced)
Views:
374,025
Posted By
Rocket2009
Excellent! I was trying to find this and it...
Excellent! I was trying to find this and it worked for me. Note the minor typo ... above is THIS_SCRIPT is what it shows for me.
For example, I wanted to replace Home with the word "Commentary"...
Forum:
vBulletin 3.8 Add-ons
04-22-2009, 11:39 PM
Replies:
608
New Posting Features -
Photo Popup - Insert pictures easily from vB Albums, Photopost, vBGallery, Photoplog
Views:
129,893
Posted By
Rocket2009
It looks I did mark it as installed, rated you...
It looks I did mark it as installed, rated you the higest, and nominated you. If it shows different for you, please advise.
Forum:
vBulletin 3.8 Add-ons
04-21-2009, 06:40 PM
Replies:
608
New Posting Features -
Photo Popup - Insert pictures easily from vB Albums, Photopost, vBGallery, Photoplog
Views:
129,893
Posted By
Rocket2009
You provided awesome support for a novice...
You provided awesome support for a novice vBulletin guy. Thanks ... you deserve kudos.
What happened here. I had photopost install the tool for me, but I had created a database for him to use. ...
Forum:
vBulletin 3.8 Add-ons
04-21-2009, 05:22 PM
Replies:
608
New Posting Features -
Photo Popup - Insert pictures easily from vB Albums, Photopost, vBGallery, Photoplog
Views:
129,893
Posted By
Rocket2009
Thanks ... you were right, I had copied it to...
Thanks ... you were right, I had copied it to wrong spot. Bad on me!
OK. Now for the fun of it I turned on PhotoPost and it shows as a menu option, but I get the following message even though I...
Forum:
vBulletin 3.8 Add-ons
04-21-2009, 05:05 AM
Replies:
608
New Posting Features -
Photo Popup - Insert pictures easily from vB Albums, Photopost, vBGallery, Photoplog
Views:
129,893
Posted By
Rocket2009
Hi. Link shows up in smilies and TMS says...
Hi.
Link shows up in smilies and TMS says everything tests ...
But I get this message when the window pops ...
404 - Not Found
The page you are trying to access does not exist.
If this...
Showing results 1 to 19 of 19
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
01:47 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.01471 seconds
Memory Usage
2,010KB
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
(19)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(57)
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.0005
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
FULLTEXT Search
php_sapi_name(): fpm-fcgi