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 9
1
2
3
>
Last
»
Showing results 1 to 25 of 202
Search took
0.01
seconds.
Search:
Posts Made By:
Gray Matter
Forum:
vB3 Design and Graphics Discussions
10-09-2008, 02:44 PM
Replies:
1
Changing the header
Views:
2,050
Posted By
Gray Matter
You can change the link for the logo in the...
You can change the link for the logo in the StyleVars manager:
Admin CP -> Styles & Templates -> Style Manager -> Choose "StyleVars" from the menu next to the style -> Title Image (under "Image...
Forum:
vB3 Design and Graphics Discussions
10-09-2008, 02:42 PM
Replies:
1
Trying to Make Backgrounds above Stickies a different color
Views:
693
Posted By
Gray Matter
I'm sorry but I don't understand what you mean.
I'm sorry but I don't understand what you mean.
Forum:
vB3 Design and Graphics Discussions
10-09-2008, 02:40 PM
Replies:
1
How To Remove Underline Decoration On Default Template
Views:
935
Posted By
Gray Matter
In the Main CSS of the style, change the text...
In the Main CSS of the style, change the text decoration for hover links to "none" in the .tcat section.
Forum:
vB3 Design and Graphics Discussions
10-09-2008, 02:39 PM
Replies:
2
"Bold" - New or Unvisited Links / "Not Bold" - Visited Links
Views:
818
Posted By
Gray Matter
a:link { font-weight: bold; } a:visited {...
a:link { font-weight: bold; }
a:visited { font-weight: normal; }
Forum:
vB3 Design and Graphics Discussions
10-09-2008, 02:37 PM
Replies:
13
Sex and Countries
Views:
1,534
Posted By
Gray Matter
I don't understand what you're asking.
I don't understand what you're asking.
Forum:
vB3 Programming Discussions
10-09-2008, 02:34 PM
Replies:
5
Conditional problem
Views:
930
Posted By
Gray Matter
<if condition="is_member_of($userinfo, XX) AND...
<if condition="is_member_of($userinfo, XX) AND $show['buddy']">
<img src="$stylevar[imgdir_misc]/star_1.gif" alt="Premium User & Buddy" />
<else />
<if condition="is_member_of($userinfo,...
Forum:
vB3 Design and Graphics Discussions
10-05-2008, 03:21 AM
Replies:
2
does someone know which template this is?
Views:
715
Posted By
Gray Matter
The "Editor Templates" group houses the templates...
The "Editor Templates" group houses the templates for the editor. The one you're looking for is editor_toolbar_on.
Forum:
vB3 Design and Graphics Discussions
09-29-2008, 04:32 PM
Replies:
11
Left side column!
Views:
1,169
Posted By
Gray Matter
Not that I know of. Obviously if you take a page...
Not that I know of. Obviously if you take a page that has one main area with, for example, 100% width and add a sidebar/column that needs 10% of the width, you only have 90% width left for the main...
Forum:
vB3 Design and Graphics Discussions
09-25-2008, 06:02 PM
Replies:
11
Left side column!
Views:
1,169
Posted By
Gray Matter
I'm not sure what you mean. Of course the forum...
I'm not sure what you mean. Of course the forum width is going to get smaller if you add something else to the page...
Forum:
vB3 Design and Graphics Discussions
09-25-2008, 12:55 PM
Replies:
11
Left side column!
Views:
1,169
Posted By
Gray Matter
You can use valign="middle" in your...
You can use valign="middle" in your code.
Forum:
vB3 Design and Graphics Discussions
09-25-2008, 12:52 PM
Replies:
5
edit whos viewing ..
Views:
932
Posted By
Gray Matter
You want to edit this code inside...
You want to edit this code inside forumhome_forumbit_level1_post and forumhome_forumbit_level2_post:
<if condition="$show['browsers']"><span class="smallfont">(<phrase...
Forum:
vB3 Design and Graphics Discussions
09-25-2008, 12:50 PM
Replies:
11
Left side column!
Views:
1,169
Posted By
Gray Matter
Your screenshot clearly shows the sidebar being...
Your screenshot clearly shows the sidebar being below the header. If you want it to be at the same level as the header, then start the code at the beginning of the header template. ;)
Forum:
vB3 Programming Discussions
09-20-2008, 04:18 AM
Replies:
3
use of php programming inside a template
Views:
790
Posted By
Gray Matter
You can't execute PHP code within templates. Use...
You can't execute PHP code within templates. Use a plugin instead.
Forum:
vBulletin 3.7 Add-ons
08-18-2008, 04:33 PM
Replies:
24
Integration with vBulletin -
Post Edit History Importer
Views:
6,943
Posted By
Gray Matter
In case anyone is wondering, I have just used...
In case anyone is wondering, I have just used this on my live board after an upgrade from 3.6.10 to 3.7.2 and it worked great! :)
Edits Processed: 22,749
Unique Posts Processed: 15,154
...
Forum:
vBulletin 3.7 Add-ons
07-19-2008, 02:50 AM
Replies:
24
Integration with vBulletin -
Post Edit History Importer
Views:
6,943
Posted By
Gray Matter
Thanks for posting. Glad to see it worked out for...
Thanks for posting. Glad to see it worked out for you. :D
Forum:
vBulletin 3.7 Add-ons
06-17-2008, 03:00 PM
Replies:
24
Integration with vBulletin -
Post Edit History Importer
Views:
6,943
Posted By
Gray Matter
Great! I will look into the error though, so that...
Great! I will look into the error though, so that no one sees it in the future. ;)
Forum:
vBulletin 3.7 Add-ons
06-17-2008, 01:20 AM
Replies:
24
Integration with vBulletin -
Post Edit History Importer
Views:
6,943
Posted By
Gray Matter
I'm not sure what would be causing your problem,...
I'm not sure what would be causing your problem, Darat. Could you check to see that the importer ran smoothly, and that everything is looking fine?
Also please check to see that you can uninstall...
Forum:
vBulletin 3.6 Template Modifications
06-14-2008, 08:02 PM
Replies:
7
Profile Enhancements -
Advanced Signature
Views:
4,249
Posted By
Gray Matter
Find me one default vB template that uses...
Find me one default vB template that uses $vbulletin->userinfo. ;)
Forum:
vB3 Design and Graphics Discussions
06-14-2008, 08:00 PM
Replies:
3
Can someone help me with a font style please?
Views:
875
Posted By
Gray Matter
What is your question?
What is your question?
Forum:
vB3 Design and Graphics Discussions
06-14-2008, 07:59 PM
Replies:
1
Help with new posts
Views:
733
Posted By
Gray Matter
<a...
<a href="https://vborg.vbsupport.ru/showthread.php?t=168303" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=168303</a>
Forum:
vBulletin 3.6 Template Modifications
06-13-2008, 11:37 PM
Replies:
7
Profile Enhancements -
Advanced Signature
Views:
4,249
Posted By
Gray Matter
Template conditionals should use $bbuserinfo, not...
Template conditionals should use $bbuserinfo, not $vbulletin->userinfo. :)
Forum:
vBulletin 3.6 Add-ons
05-16-2008, 12:07 AM
Replies:
10
Private Messages Enhancements -
Percentage of PM Quota Used
Views:
3,492
Posted By
Gray Matter
It will be ported/updated shortly. ;)
It will be ported/updated shortly. ;)
Forum:
vBulletin 3.6 Add-ons
05-15-2008, 03:04 PM
Replies:
20
End-User Options -
Buddy List on User CP
Views:
5,179
Posted By
Gray Matter
I will be releasing a new, much-improved version...
I will be releasing a new, much-improved version of this hack (including a port to 3.7.x) in June. :)
And I will take your suggestion into consideration, Triky. ;)
Forum:
vBulletin 3.6 Add-ons
05-09-2008, 12:06 AM
Replies:
200
Add-On Releases -
Post Edit History (PEH)
Views:
56,570
Posted By
Gray Matter
What do you mean by "burn" the history? If you...
What do you mean by "burn" the history? If you want to erase it, simply uninstall the product. If you are upgrading to 3.7 and you want to convert the hack's edit histories into the 3.7 edit history...
Forum:
vBulletin 3.7 Add-ons
05-06-2008, 01:43 AM
Replies:
24
Integration with vBulletin -
Post Edit History Importer
Views:
6,943
Posted By
Gray Matter
I'm sorry to hear that. :( You don't have a...
I'm sorry to hear that. :( You don't have a backup or anything you could use? It's a shame to lose all those histories.
Showing results 1 to 25 of 202
Page 1 of 9
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
08:44 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.01781 seconds
Memory Usage
2,051KB
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
(33)
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.0031
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(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(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(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(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
FULLTEXT Search
php_sapi_name(): fpm-fcgi