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:
Silver89
Forum:
vB4 General Discussions
01-18-2011, 10:40 PM
Replies:
0
New users can't post links
Views:
348
Posted By
Silver89
New users can't post links
Why is there no option to stop a usergroup from posting links with a post? This would surely stop large amounts of spam?
Even a plugin for > 4.0 would be amazing, could anyone do this?
Forum:
vB4 Programming Discussions
03-22-2010, 11:44 PM
Replies:
0
template variable array
Views:
464
Posted By
Silver89
template variable array
Hi,
I have a variable I'm sending from online.php to the template, It's an array and I'm currently accessing it with the following in the template file:
{vb:raw locationArray}
How within the...
Forum:
Modification Requests/Questions (Unpaid)
03-21-2010, 11:30 PM
Replies:
0
Links mod request
Views:
538
Posted By
Silver89
Links mod request
Is there any chance we could get a mod for 4.x.x that does the following:
nofollow all links except signature
x signature links maximum
users must have x amount of posts for a signature
...
Forum:
vB4 Design and Graphics Discussions
03-08-2010, 12:24 AM
Replies:
1
User Information vertical instead of horizontal in forums
Views:
321
Posted By
Silver89
User Information vertical instead of horizontal in forums
Hi,
How within the forum part of the site do you have the user information above the post instead of in a box to the left?
Is there an option to change this around or is it more complicated?
...
Forum:
Community Reviews
01-22-2010, 06:06 PM
Replies:
11
Make Money Online - Modified vB 4.0.1
Views:
1,457
Posted By
Silver89
Where can I find these different status icons?
Where can I find these different status icons?
Forum:
Community Reviews
01-22-2010, 11:07 AM
Replies:
11
Make Money Online - Modified vB 4.0.1
Views:
1,457
Posted By
Silver89
That's a good tip, just used it! Thanks for...
That's a good tip, just used it!
Thanks for the positive reviews guys, keep em coming :)
Forum:
Community Reviews
01-21-2010, 11:39 PM
Replies:
11
Make Money Online - Modified vB 4.0.1
Views:
1,457
Posted By
Silver89
Seems the css changes between the forum and...
Seems the css changes between the forum and article pages, I'll fix this tomorrow, Thanks!
Forum:
Community Reviews
01-21-2010, 10:45 PM
Replies:
11
Make Money Online - Modified vB 4.0.1
Views:
1,457
Posted By
Silver89
Make Money Online - Modified vB 4.0.1
Hey guys,
What do you think of the modifications made so far? Changed all the designs and modified the header:
http://growadollar.com/
:)
Forum:
vB4 Design and Graphics Discussions
01-17-2010, 06:12 PM
Replies:
244
Show us your custom 4.0 Style
Views:
40,708
Posted By
Silver89
Here's my custom style, changed the header quite...
Here's my custom style, changed the header quite alot:
http://growadollar.com/content/1-Make-money-online
Forum:
vB4 Design and Graphics Discussions
01-16-2010, 02:53 PM
Replies:
0
Changing the content url
Views:
349
Posted By
Silver89
Changing the content url
Hi,
I'm using mod_rewrite settings and have experience in using this for other sites but am unsure of what changes I'd need to make to do the following:
Change
...
Forum:
vB4 Design and Graphics Discussions
01-15-2010, 10:10 PM
Replies:
1
Changing the "Home" text link in navbar
Views:
731
Posted By
Silver89
Changing the "Home" text link in navbar
How do you change the text in the navbar that links to the home?
I want it to read Articles instead of home but can't find where it's set?
Forum:
vB4 General Discussions
01-10-2010, 02:59 AM
Replies:
0
Adding .html to the mod rewrite urls
Views:
353
Posted By
Silver89
Adding .html to the mod rewrite urls
I'd like to add .html to the end of a couple of the pages, I'm using the mod-rewrite advance setting but am unsure about what I'd need to change to do this?
Thanks
Forum:
vB4 General Discussions
12-31-2009, 03:07 PM
Replies:
6
Where is the Hook Location for Article Save
Views:
585
Posted By
Silver89
Well even if the php is just echo "Test"; ...
Well even if the php is just
echo "Test";
or
print("Test");
With the vbcms_article_save_start or vbcms_article_save_end, is still doesn't even seem to show this?
Forum:
vB4 General Discussions
12-31-2009, 11:09 AM
Replies:
6
Where is the Hook Location for Article Save
Views:
585
Posted By
Silver89
Yes, I have tried both of these but they don't...
Yes, I have tried both of these but they don't seem to perform the code, I know it works because it works If I run it at global_complete.
Forum:
vB4 General Discussions
12-31-2009, 01:09 AM
Replies:
6
Where is the Hook Location for Article Save
Views:
585
Posted By
Silver89
Where is the Hook Location for Article Save
Does anyone know the hook location of the initial article save?
Forum:
Community Reviews
12-30-2009, 12:32 AM
Replies:
0
My first VB 4.0 Suite Skin
Views:
1,144
Posted By
Silver89
My first VB 4.0 Suite Skin
Hey,
I've just designed the first skin for my site, there may be a few wrong colours buttons that still needed doing but the majority of the theme is complete, Please let me know what you think...
Forum:
vBulletin 3 Articles
11-16-2009, 03:24 PM
Replies:
1,399
How to create your own vBulletin-powered page! (uses vB templates)
Views:
980,366
Posted By
Silver89
Should this work with the VB 4 beta?
Should this work with the VB 4 beta?
Forum:
vB4 Programming Discussions
11-16-2009, 04:05 AM
Replies:
17
Include php page
Views:
3,573
Posted By
Silver89
Okay I have managed to get the php include for...
Okay I have managed to get the php include for 4.0 working with the following code:
Template:
{vb:raw globalHeader}
Plugin:
Forum:
vB4 Programming Discussions
11-15-2009, 10:05 PM
Replies:
17
Include php page
Views:
3,573
Posted By
Silver89
Include php page
I'm trying to include a php file with the following code as documented on the vBulletin pages, my plugin is setup as:
ob_start();
include('/header.php');
$globalHeader = ob_get_contents();...
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
09:40 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.09943 seconds
Memory Usage
1,982KB
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
(18)
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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
FULLTEXT Search
php_sapi_name(): fpm-fcgi