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...
Page 1 of 7
1
2
3
>
Last
»
Showing results 1 to 25 of 168
Search took
0.01
seconds.
Search:
Posts Made By:
cono1717
Forum:
vBulletin 3.8 Template Modifications
09-23-2009, 04:25 PM
Replies:
13
Show Thread Enhancements -
Tweet This Thread.
Views:
5,597
Posted By
cono1717
No problems, thanks for the install :)
No problems, thanks for the install :)
Forum:
vBulletin 3.8 Template Modifications
09-21-2009, 11:54 AM
Replies:
13
Show Thread Enhancements -
Tweet This Thread.
Views:
5,597
Posted By
cono1717
Reserved :)
Reserved :)
Forum:
vBulletin 3.8 Template Modifications
09-20-2009, 10:00 PM
Replies:
13
Show Thread Enhancements -
Tweet This Thread.
Views:
5,597
Posted By
cono1717
Tweet This Thread.
This is a very simple template edit that adds a "Tweet this thread" to the thread tools menu.
Time to install: 2 mins
Installation Instructions:
In SHOWTHREAD
Find
Forum:
vB3 General Discussions
08-18-2009, 01:48 PM
Replies:
13
Admin but not Admin?
Views:
1,261
Posted By
cono1717
Make a new usergroup called "Admin2" or something...
Make a new usergroup called "Admin2" or something like that, add no group icon and make it a usergroup with Admin CP access. Again you may be asked to specify the permissions of that usergroup.
If...
Forum:
vB3 General Discussions
08-18-2009, 01:37 PM
Replies:
13
Admin but not Admin?
Views:
1,261
Posted By
cono1717
Make his secondary group Administrator, when you...
Make his secondary group Administrator, when you save you will be prompted to add admin permissions (the big red text).
That way you choose the admin permissions and the user still appears as a...
Forum:
vB3 General Discussions
07-27-2009, 08:37 AM
Replies:
5
Internal Server Error
Views:
691
Posted By
cono1717
It could be a messed up .htaccess file. Try...
It could be a messed up .htaccess file. Try removing it and refreshing the page.
Forum:
vB3 General Discussions
07-23-2009, 02:29 PM
Replies:
4
Trouble Altering Code for Vbulletin Plugin
Views:
673
Posted By
cono1717
To include PHP I think you have to make a new...
To include PHP I think you have to make a new hook or plugin since the templates don't like the include function or any php for that matter.
Forum:
vB3 General Discussions
07-21-2009, 01:09 PM
Replies:
4
Trouble Altering Code for Vbulletin Plugin
Views:
673
Posted By
cono1717
I am not too sure if this help but ...
I am not too sure if this help but
if($_GET['do'] == 'list')
I think should be
if($_REQUEST['do'] == 'list')
Then if your list.php file can be used in the template system you can add this...
Forum:
vB3 General Discussions
07-13-2009, 10:14 AM
Replies:
11
How can I restrict some usergroups from searching on some sections of my board?
Views:
1,005
Posted By
cono1717
You could use a conditional to hide the search...
You could use a conditional to hide the search link however if members still know the link they would be able to use the feature. Also I think you can rename the page however I am not sure
The...
Forum:
vBulletin Pre-Sales Questions
07-12-2009, 11:12 AM
Replies:
3
Vb4
Views:
1,609
Posted By
cono1717
It will be as easy as upgrading any other...
It will be as easy as upgrading any other version, which is considerably easy, however you should make sure that your hacks are compatible before upgrading.
Forum:
vB3 General Discussions
07-10-2009, 12:08 PM
Replies:
3
Meebo Me Chat vb hack
Views:
1,803
Posted By
cono1717
This would be easier to create when the API comes...
This would be easier to create when the API comes out. http://www.meebo.com/rooms/developers/
Forum:
vB3 General Discussions
07-09-2009, 01:32 PM
Replies:
8
Need Help with header code
Views:
695
Posted By
cono1717
Go to ACP > Styles and Templates > [Your Skin] >...
Go to ACP > Styles and Templates > [Your Skin] > Select Style Vars from the drop down list.
Now see the width field if that contains a percentage change it to a number without a percentage. Since...
Forum:
vB3 General Discussions
07-08-2009, 05:52 PM
Replies:
4
Re-Install vBulletin
Views:
637
Posted By
cono1717
If I am not mistaken your SQL database will keep...
If I am not mistaken your SQL database will keep some of the hacks that you installed.
Forum:
vB3 General Discussions
07-08-2009, 04:23 PM
Replies:
3
Displaying Username Images on profile
Views:
566
Posted By
cono1717
lol no problem, I thought I was right first time...
lol no problem, I thought I was right first time with the $userinfo but something told me to tell you to try $post lol.
Forum:
vB3 General Discussions
07-08-2009, 08:48 AM
Replies:
3
Displaying Username Images on profile
Views:
566
Posted By
cono1717
Try <if...
Try
<if condition="$userinfo['field8']"><img src="$userinfo[field8]" width="200" height="30"/> <else />$prepared[musername] </if>
OR
<if condition="$post['field8']"><img...
Forum:
vBulletin 3.8 Add-ons
07-07-2009, 10:00 PM
Replies:
1
Administrative and Maintenance Tools -
Admin CP Quick Links
Views:
2,560
Posted By
cono1717
Admin CP Quick Links
This mod is extremely simple. I just put a list of the tasks that I commonly use and put them at the top of my admin CP.
It will work on all versions of vBulletin.
NOTE: You cannot install...
Forum:
vB3 General Discussions
07-06-2009, 06:38 PM
Replies:
4
Same database for 2 boards
Views:
583
Posted By
cono1717
It shouldn't create any problems unless you want...
It shouldn't create any problems unless you want to start individually changing things on one board, then everything you do will be done on the other board.
Forum:
vB3 Programming Discussions
07-05-2009, 03:22 PM
Replies:
39
Cutom Field on Custom Page??
Views:
3,346
Posted By
cono1717
I am using PHP designer but I guess it is...
I am using PHP designer but I guess it is technically not an error so it didn't flag it up. However:
Lynne, Dismounted and everyone else who has helped me is a star!
As you can probably tell...
Forum:
vB3 Programming Discussions
07-05-2009, 02:54 PM
Replies:
39
Cutom Field on Custom Page??
Views:
3,346
Posted By
cono1717
I tried moving the else if to the same line, no...
I tried moving the else if to the same line, no luck. As for your other question yes you can see the other values right before B&C and right after just B&C that don't work.
Forum:
vB3 Programming Discussions
07-04-2009, 04:33 PM
Replies:
39
Cutom Field on Custom Page??
Views:
3,346
Posted By
cono1717
I took your advice and went and told the PHP file...
I took your advice and went and told the PHP file that $conditional always = 0 unless otherwise stated, which worked now it's only RESELLER B & C that display 0
Here is their code
else if...
Forum:
vB3 Programming Discussions
07-04-2009, 11:05 AM
Replies:
39
Cutom Field on Custom Page??
Views:
3,346
Posted By
cono1717
YAY that worked...kinda. For some reason not...
YAY that worked...kinda.
For some reason not all of the fields display properly.
PHP File
<?php
// ####################### SET PHP ENVIRONMENT ###########################
Forum:
vB3 Programming Discussions
07-03-2009, 03:37 PM
Replies:
39
Cutom Field on Custom Page??
Views:
3,346
Posted By
cono1717
Now things have gone weired :S Before:-...
Now things have gone weired :S
Before:- http://i41.tinypic.com/2yyw67a.jpg
After:- http://i40.tinypic.com/105ce8g.jpg
PHP File:
<?php
Forum:
vBulletin 3.8 Styles
07-03-2009, 03:14 PM
Replies:
13
iBulletin
Views:
7,074
Posted By
cono1717
When importing select "Ignore Style Version" my...
When importing select "Ignore Style Version" my test board hasn't been upgraded to 3.8.3 yet so it's my fault,
It does work on 3.8.3 though,
Sorry for that
Forum:
vB3 Programming Discussions
07-03-2009, 12:11 PM
Replies:
39
Cutom Field on Custom Page??
Views:
3,346
Posted By
cono1717
Ok I have moved the code and still nothing, here...
Ok I have moved the code and still nothing, here is the new activity.php file
<?php
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL &...
Forum:
vBulletin 3.8 Styles
07-02-2009, 04:12 PM
Replies:
13
iBulletin
Views:
7,074
Posted By
cono1717
Thanks for the comments, new premium and free...
Thanks for the comments, new premium and free versions to come!
Showing results 1 to 25 of 168
Page 1 of 7
1
2
3
>
Last
»
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
12:09 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.04382 seconds
Memory Usage
2,072KB
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
(34)
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
Messages:
time to check permissions: 0.0027
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(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(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(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(26, 0, 1,''); -> cached fperms for forum 26
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(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(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(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(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(237, 0, 1,''); -> cached fperms for forum 237
(unspecified) fetch_permissions(237, 0, 1,''); -> cached fperms for forum 237
(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(237, 0, 1,''); -> cached fperms for forum 237
(unspecified) fetch_permissions(237, 0, 1,''); -> cached fperms for forum 237
FULLTEXT Search
php_sapi_name(): fpm-fcgi