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 3
1
2
3
>
Showing results 1 to 25 of 54
Search took
0.00
seconds.
Search:
Posts Made By:
Digitalus
Forum:
vB3 Programming Discussions
01-15-2009, 11:33 AM
Replies:
3
how to add query $bgcolors
Views:
783
Posted By
Digitalus
no i want to add the table myself, but dont know...
no i want to add the table myself, but dont know how..
A user can click on 2 links, yellow and black, $classcolor change the table colours
if i now click on the link the table change from colour...
Forum:
vB3 Programming Discussions
01-15-2009, 11:19 AM
Replies:
3
how to add query $bgcolors
Views:
783
Posted By
Digitalus
how to add query $bgcolors
Hi all..
How can i add the information from $classcolor into the database..
$vbulletin->db->query_write("ALTER TABLE " . TABLE_PREFIX . "classcolors INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL");
...
Forum:
vB3 Programming Discussions
12-31-2008, 11:26 AM
Replies:
19
$navbar add?
Views:
2,385
Posted By
Digitalus
What you also can do is this.. Add a new...
What you also can do is this..
Add a new product
Hook location: register_start
$navbits = construct_navbits(array('' => 'Register'));
eval('$navbar = "' . fetch_template('navbar') ....
Forum:
vB3 Design and Graphics Discussions
12-31-2008, 11:21 AM
Replies:
2
How to movie smilies box to the bottom of editor
Views:
793
Posted By
Digitalus
You can use this mod made by princeton,...
You can use this mod made by princeton, https://vborg.vbsupport.ru/showthread.php?t=178327
Forum:
vB3 General Discussions
03-16-2007, 10:40 AM
Replies:
5
How to add logo in the header ...
Views:
821
Posted By
Digitalus
there is a default icon in your forum dir...
there is a default icon in your forum dir "favicon.ico"
Forum:
vBulletin 3.6 Template Modifications
02-25-2007, 08:31 AM
Replies:
32
User Legend: on ForumHome with mouseover
Views:
14,884
Posted By
Digitalus
Yes it shows, is allready added if...
Yes it shows, is allready added
if (tobj.getAttribute('bold'))
{
prefix += '<b>'
suffix += '</b>'
}
Forum:
Modification Requests/Questions (Unpaid)
02-23-2007, 10:08 PM
Replies:
1
welcome message in header
Views:
711
Posted By
Digitalus
Just copy past these line from you navbar...
Just copy past these line from you navbar template
and added in your header
<if condition="$show['member']">
<phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase>
<if...
Forum:
vB3 Programming Discussions
02-23-2007, 02:58 PM
Replies:
10
adsense in first post
Views:
1,194
Posted By
Digitalus
You can add this in your postbit or...
You can add this in your postbit or postbit_legacy..
This is the easy way ;)
<if condition="$post[postcount] == 1">
<table class="tborder" cellpadding="6" cellspacing="0" border="0"...
Forum:
vBulletin 3.6 Template Modifications
02-22-2007, 07:43 PM
Replies:
27
User Legend on ForumHome
Views:
7,513
Posted By
Digitalus
does not matter how you name it, ...
does not matter how you name it,
.staffcolor_donator
.staffcolor_payed_member
Forum:
vB3 Programming Discussions
02-22-2007, 06:24 AM
Replies:
7
I hate coding and PHP!
Views:
1,032
Posted By
Digitalus
login with ssh and do whereis php.ini that give...
login with ssh and do whereis php.ini
that give you de location of your php.ini
Forum:
vBulletin 3.6 Template Modifications
02-21-2007, 06:15 AM
Replies:
32
User Legend: on ForumHome with mouseover
Views:
14,884
Posted By
Digitalus
or search for the line ...
or search for the line
*********************************************************
** UserLegend on ForumHome with mouseover
** Version: 1.00
** Modification by Digitalus alias SatFreak
**
**...
Forum:
vBulletin 3.6 Template Modifications
02-20-2007, 10:00 PM
Replies:
32
User Legend: on ForumHome with mouseover
Views:
14,884
Posted By
Digitalus
User Legend: on ForumHome with mouseover
*********************************************************
** UserLegend on ForumHome with mouseover
** Version: 1.00
** Modification by Digitalus
**
** Works on any vBulletin versions
**...
Forum:
vBulletin 3.6 Template Modifications
02-13-2007, 02:50 PM
Replies:
12
Link to this thread
Views:
3,031
Posted By
Digitalus
Thanks DPSR, have updated the thread with...
Thanks DPSR,
have updated the thread with your code...
;)
Forum:
vB3 General Discussions
02-13-2007, 02:46 PM
Replies:
2
Thanks hack with 3.6.4
Views:
761
Posted By
Digitalus
maybe a stuppid question, but did you do all the...
maybe a stuppid question, but did you do all the template edits
Forum:
Big Board Discussions
02-11-2007, 02:46 PM
Replies:
10
Help me please , a disaster
Views:
1,810
Posted By
Digitalus
I have looked at your source code and you have...
I have looked at your source code and you have this line
<script type="text/javascript"><!--
remove <!--
then it works fine.. have test it my self ;)
Forum:
vBulletin 3.6 Template Modifications
02-11-2007, 01:47 PM
Replies:
12
Link to this thread
Views:
3,031
Posted By
Digitalus
Sorry, screenshot added
Sorry, screenshot added
Forum:
vB3 General Discussions
02-10-2007, 10:31 PM
Replies:
3
quest floating message
Views:
736
Posted By
Digitalus
<a...
<a href="https://vborg.vbsupport.ru/showt...stration+Rates" target="_blank">https://vborg.vbsupport.ru/showt...stration+Rates</a>
Forum:
vB3 Design and Graphics Discussions
02-09-2007, 10:15 PM
Replies:
4
Latest Post & Time of the Post.
Views:
809
Posted By
Digitalus
In your forumhome_forumbit_columncell template.. ...
In your forumhome_forumbit_columncell template..
If you have installed the same hack ( Forums arranged in columns on forumhome )
Forum:
vB3 Design and Graphics Discussions
02-09-2007, 10:00 PM
Replies:
4
Latest Post & Time of the Post.
Views:
809
Posted By
Digitalus
If you run the same hack, the you could do...
If you run the same hack, the you could do something like this
<td class="hack_colone" align="left" id="f10" width="50%">
<center>
<a...
Forum:
vB3 General Discussions
02-09-2007, 11:44 AM
Replies:
7
How do I remove a navbar
Views:
942
Posted By
Digitalus
If i may ask, which is the new one? the blue or...
If i may ask, which is the new one? the blue or the gray
Forum:
vB3 Programming Discussions
02-08-2007, 05:48 PM
Replies:
4
MySQL Error
Views:
873
Posted By
Digitalus
You dont have Table 'thinkhab_forum.post_parsed'...
You dont have Table 'thinkhab_forum.post_parsed' in your database
Login to your phpmyadmin and look and see if you can find it, I think not ;)
Forum:
Community Lounge
02-08-2007, 12:25 PM
Replies:
6
My forum getting posts started
Views:
1,169
Posted By
Digitalus
Maybe 100 people online with a Session Timeout...
Maybe 100 people online with a Session Timeout from 3000, sow that the forum look busy ;)
Forum:
vB3 Design and Graphics Discussions
02-06-2007, 03:40 PM
Replies:
1
List of color codes...Help.
Views:
805
Posted By
Digitalus
Here a few examples ...
Here a few examples
http://www.w3schools.com/html/html_colornames.asp
Forum:
vBulletin 3.6 Template Modifications
02-06-2007, 03:18 PM
Replies:
27
User Legend on ForumHome
Views:
7,513
Posted By
Digitalus
Your welcome ;)
Your welcome ;)
Forum:
vBulletin 3.6 Template Modifications
02-06-2007, 03:13 PM
Replies:
38
Coloured Usergroup Legend
Views:
18,710
Posted By
Digitalus
You could do something like this, ...
You could do something like this,
--------------------------------------------
In forumhome template, find:
----------------------------------------
<!-- end logged-in users -->
Showing results 1 to 25 of 54
Page 1 of 3
1
2
3
>
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:57 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.02887 seconds
Memory Usage
2,044KB
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
(28)
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.0013
(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(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(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(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(192, 0, 1,''); -> cached fperms for forum 192
(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(192, 0, 1,''); -> cached fperms for forum 192
(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(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(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(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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(192, 0, 1,''); -> cached fperms for forum 192
(unspecified) fetch_permissions(192, 0, 1,''); -> cached fperms for forum 192
FULLTEXT Search
php_sapi_name(): fpm-fcgi