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 2
1
2
>
Showing results 1 to 25 of 28
Search took
0.00
seconds.
Search:
Posts Made By:
imported_Vigile
Forum:
vB3 Programming Discussions
05-20-2004, 09:02 AM
Replies:
3
Inconsisten "Forums LastPost Threads Posts" bar, help plz
Views:
899
Posted By
imported_Vigile
because one is a subforum and one is a main...
because one is a subforum and one is a main category of forumhome.
look in forumhome template, perform the same task as stated above, that should fix it
Forum:
vBulletin 3.0 Template Modifications
04-14-2004, 03:27 AM
Replies:
10
Post Follower
Views:
3,072
Posted By
imported_Vigile
Looks like an addtional signature mod to allow...
Looks like an addtional signature mod to allow for someone to put their actual signature (name) at the end of the post text and before the actual signature "hr" line.
Forum:
Modification Requests/Questions (Unpaid)
03-19-2004, 09:14 AM
Replies:
6
What line to add to postbit_legacy to show member reg #
Views:
1,104
Posted By
imported_Vigile
That is the correct variable. $post[userid] is...
That is the correct variable. $post[userid] is seen quite a few times in the postbits because it is part of urls generated in the postbit and also part of 'if conditionals'
nowhere is there just...
Forum:
vBulletin 3.0 Template Modifications
03-13-2004, 02:50 PM
Replies:
22
[Release RC4] Neat Quotes
Views:
6,417
Posted By
imported_Vigile
indeed :D @LuTioN, you're welcome.
indeed :D
@LuTioN, you're welcome.
Forum:
vBulletin 3.0 Template Modifications
03-13-2004, 02:13 PM
Replies:
22
[Release RC4] Neat Quotes
Views:
6,417
Posted By
imported_Vigile
I've been using this on my test server for quite...
I've been using this on my test server for quite some time. I like it as well, but IIRC, Moz users will not see rounded corners, they will be squared as well as the coloring of the username and...
Forum:
vBulletin 3.0 Template Modifications
02-26-2004, 10:05 PM
Replies:
31
Cool New Signature Look
Views:
12,415
Posted By
imported_Vigile
you can define the border color of fieldset using...
you can define the border color of fieldset using the additional css definitions window. it will just define the border color for all instances of the fieldset attribute used in your style and will...
Forum:
vB3 Programming Discussions
02-16-2004, 07:51 PM
Replies:
2
Buttons In Users post - Can they be used?
Views:
858
Posted By
imported_Vigile
go to your postbit(s) template, find...
go to your postbit(s) template,
find vbmenu_register("postmenu_$post[postid]", true);
remove true statement
so it becomes
vbmenu_register("postmenu_$post[postid]");
Forum:
vBulletin 3.0 Template Modifications
02-12-2004, 05:55 AM
Replies:
14
[Release RC4] Forumbit Layout Selection
Views:
4,042
Posted By
imported_Vigile
Might I suggest you clean up the text just a...
Might I suggest you clean up the text just a hair. 2 things glared out at me.
#1, end of step one says 'save template' Then Step 2 is shown and tells you to find something. You may want to...
Forum:
vBulletin.org Site Feedback
02-07-2004, 09:09 AM
Replies:
2
there are several display issues I am having
Views:
988
Posted By
imported_Vigile
indeed it has, thank you. :)
indeed it has, thank you. :)
Forum:
vBulletin.org Site Feedback
02-06-2004, 12:00 PM
Replies:
2
there are several display issues I am having
Views:
988
Posted By
imported_Vigile
there are several display issues I am having
Mostly clicking a thread link and getting a blank white page.
others, function_bbcodeparse.php errors.
[Release] Cool Quotes v2.0
SaintDog...
Forum:
Modification Requests/Questions (Unpaid)
02-03-2004, 04:20 AM
Replies:
0
QuickPM Port for VB3
Views:
879
Posted By
imported_Vigile
QuickPM Port for VB3
I have already asked EvilLS1(Dewayne), if he would port his QuickPM template mod that he posted at vb.org to VB3. He said not anytime soon, but that Im free to ask someone to port it for me.
...
Forum:
vB3 Programming Discussions
01-25-2004, 10:01 AM
Replies:
5
Navbar in header
Views:
991
Posted By
imported_Vigile
ur not the only one who tried to use a variable. ...
ur not the only one who tried to use a variable. We all just found out in our own good sweet time how stupid we were AFTER the fact ;)
One day VB Dev's will make it easier to call up any...
Forum:
Modification Requests/Questions (Unpaid)
01-20-2004, 12:03 AM
Replies:
3
Custom Usergroup with moderator rights how can I make them bold in useronline?
Views:
968
Posted By
imported_Vigile
IIRC, usergroup options for that group, html...
IIRC, usergroup options for that group, html markup gets you the boldness if you so choose (put <b> and </b> inside the two sections), and a check mark in there somewhere gets the group shown on...
Forum:
Modification Requests/Questions (Unpaid)
01-18-2004, 11:54 AM
Replies:
8
Mod Dropdown for vb3
Views:
1,172
Posted By
imported_Vigile
Mod Dropdown for vb3
I dont beleive this has been asked for yet but,
SaintDog, if you would....
[Release] Moderator Drop Down
I'd like to see this one make a comeback for VB3 if ya can without hacking. :)
Forum:
vB3 Programming Discussions
01-09-2004, 11:10 AM
Replies:
1
changing post format
Views:
1,616
Posted By
imported_Vigile
at vb.com ...
at vb.com
http://www.vbulletin.com/forum/showthread.php?t=88171&highlight=postbit+layout
Forum:
vBulletin 3.0 Template Modifications
12-18-2003, 03:49 AM
Replies:
32
vB3 Sidebar
Views:
36,691
Posted By
imported_Vigile
this is true and the reason I have been running...
this is true and the reason I have been running it on my test forum using the phpinclude template rather than the file edit.
also, If I may say, you could also put you forumhome edit in the...
Forum:
vBulletin 3.0 Template Modifications
12-17-2003, 04:06 AM
Replies:
32
vB3 Sidebar
Views:
36,691
Posted By
imported_Vigile
i hate to be a ballbuster, but since your gamma...
i hate to be a ballbuster, but since your gamma update inludes the file change, is this not considered a hack and not supposed to be posted here?
Forum:
vBulletin 3.0 Template Modifications
12-15-2003, 09:26 AM
Replies:
32
vB3 Sidebar
Views:
36,691
Posted By
imported_Vigile
you tabled yours between the header and the...
you tabled yours between the header and the footer. not the navbar. Thats the only way it would show up on error pages where there is no navbar.
Forum:
Modification Requests/Questions (Unpaid)
12-14-2003, 11:07 AM
Replies:
3
gap @ top of page.
Views:
869
Posted By
imported_Vigile
style manager>all style options>body> extra css...
style manager>all style options>body> extra css attributes: margin: 0px 0px 0px 0px;
that should fix it
Forum:
vBulletin 3.0 Template Modifications
12-13-2003, 11:29 AM
Replies:
135
[Release - Gamma] Forum Spacing
Views:
22,565
Posted By
imported_Vigile
Open up your style manager and browse to...
Open up your style manager and browse to forumhome_forumbit_level1_nopost
find
<td class="thead" width="175">$vbphrase[last_post]</td>
this line is not found in...
Forum:
vB3 Programming Discussions
11-15-2003, 08:35 AM
Replies:
6
See your Signature in your User CP issue
Views:
1,051
Posted By
imported_Vigile
Any progress on this item? thanx
Any progress on this item?
thanx
Forum:
vB3 Programming Discussions
11-07-2003, 03:38 PM
Replies:
6
See your Signature in your User CP issue
Views:
1,051
Posted By
imported_Vigile
Thank you :)
Thank you :)
Forum:
vB3 Programming Discussions
11-07-2003, 09:40 AM
Replies:
6
See your Signature in your User CP issue
Views:
1,051
Posted By
imported_Vigile
Yes. Works flawlessly. the $usersig variable...
Yes. Works flawlessly. the $usersig variable works just fine. without it, it doesnt parse the vbcode. However its still parsing html code (in the USERCP) even though its turned off in the forums.
...
Forum:
vB3 Programming Discussions
11-06-2003, 09:01 PM
Replies:
6
See your Signature in your User CP issue
Views:
1,051
Posted By
imported_Vigile
See your Signature in your User CP issue
by ffdcsite
http://www.vbulletintemplates.com/mods/showthread.php?t=522
Instructions are clear. The addedum for PHPINCLUDE works flawlessly. BBCODE parses just fine in the UserCP...
Forum:
vBulletin 2.x Template Modifications
10-31-2003, 08:18 AM
Replies:
30
[Release] Permanent + Custom User Titles For Staff (or any other user you wish)
Views:
22,371
Posted By
imported_Vigile
aha! ...
aha!
http://www.vbulletin.com/forum/showthread.php?t=80546&highlight=profile+fields
those using 2.3.1 or higher are SOL.
FWIW, using a user.php from an old copy of 2.30 makes this mod...
Showing results 1 to 25 of 28
Page 1 of 2
1
2
>
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
06:23 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.01527 seconds
Memory Usage
2,028KB
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
(1)
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.0006
(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(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(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(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(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(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(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(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(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(134, 0, 1,''); -> cached fperms for forum 134
(unspecified) fetch_permissions(134, 0, 1,''); -> cached fperms for forum 134
(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(139, 0, 1,''); -> cached fperms for forum 139
(unspecified) fetch_permissions(139, 0, 1,''); -> cached fperms for forum 139
FULLTEXT Search
php_sapi_name(): fpm-fcgi