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 29
Search took
0.00
seconds.
Search:
Posts Made By:
oldz442
Forum:
vB3 General Discussions
05-12-2013, 10:02 PM
Replies:
0
Min width for 3.8.x
Views:
488
Posted By
oldz442
Min width for 3.8.x
Just wondering what the min width is roughly before having to make even more changes besides the width settings in ACP->Style Manager -> StyleVars.
I have an old site that is 800px wide and have...
Forum:
vBulletin 4.x Add-ons
12-11-2012, 04:55 AM
Replies:
3,814
Show Thread Enhancements -
[AJAX] Post Thank You Hack
Views:
914,822
Posted By
oldz442
Any way to send users an alert/notification (same...
Any way to send users an alert/notification (same as when given reputation feature is used)? This shows up in usercp.php. I have the setting Set how many reputation a user should get if he gets...
Forum:
vB5 General Discussions
11-30-2012, 07:08 AM
Replies:
3
SEO, Meta Tags
Views:
13,508
Posted By
oldz442
The 'main-forum' thing is a bug. Best to delete...
The 'main-forum' thing is a bug. Best to delete that default forum and add a new one.
Forum:
vBulletin 4.x Add-ons
10-20-2012, 07:57 PM
Replies:
234
vBulletin Forum Sideblocks -
Block - Users Online
Views:
51,178
Posted By
oldz442
bump
bump
Forum:
vBulletin 4.x Template Modifications
10-01-2012, 07:24 AM
Replies:
212
Board Optimization -
How to reduce space in postbit
Views:
70,351
Posted By
oldz442
I imagine if you orient/setup the divs correctly,...
I imagine if you orient/setup the divs correctly, it would be just a matter of adding a 'td' class to the bottom div along with a vertical-align:bottom. No doubt there are other ways... I just found...
Forum:
vBulletin 4.x Template Modifications
09-24-2012, 11:58 PM
Replies:
212
Board Optimization -
How to reduce space in postbit
Views:
70,351
Posted By
oldz442
Sure. The last <td> is just to bottom align...
Sure. The last <td> is just to bottom align things within it.
I just had to play around with margins/padding a bit. ie. my last edit line is still a tad bit high (~14px when it should be closer...
Forum:
Community Lounge
09-12-2012, 04:20 PM
Replies:
54
vBulletin 5 Connect Finally Ready.....
Views:
8,617
Posted By
oldz442
oooh it is 'ready' alright.
oooh it is 'ready' alright.
Forum:
vBulletin 4.x Add-ons
09-06-2012, 07:50 AM
Replies:
234
vBulletin Forum Sideblocks -
Block - Users Online
Views:
51,178
Posted By
oldz442
Can I add a fetch_avatar_url($userid) to the...
Can I add a fetch_avatar_url($userid) to the block code somewhere? I want to display a clickable mini avatar, 4 per row similar to below. I am using file based avatars. thx
Forum:
vBulletin 4.x Add-ons
09-05-2012, 03:30 PM
Replies:
265
Mini Mods -
Last Poster Avatar
Views:
57,413
Posted By
oldz442
See screenshots at top of this page. You can make...
See screenshots at top of this page. You can make those changes (width/height) in... Admin CP -> Options -> Last Poster Avatar Options
Forum:
vBulletin 4.x Add-ons
09-05-2012, 01:21 PM
Replies:
265
Mini Mods -
Last Poster Avatar
Views:
57,413
Posted By
oldz442
Yes, that is what I did. Or you can edit...
Yes, that is what I did. Or you can edit lastposter_avatar.css directly.
Forum:
vBulletin 4.x Add-ons
09-05-2012, 12:37 PM
Replies:
265
Mini Mods -
Last Poster Avatar
Views:
57,413
Posted By
oldz442
Works for me.
Works for me.
Forum:
vBulletin 4.x Add-ons
09-05-2012, 01:20 AM
Replies:
265
Mini Mods -
Last Poster Avatar
Views:
57,413
Posted By
oldz442
I concur.
I concur.
Forum:
vBulletin 4.x Add-ons
09-05-2012, 12:54 AM
Replies:
265
Mini Mods -
Last Poster Avatar
Views:
57,413
Posted By
oldz442
Cache most likely. I had similar probs (not...
Cache most likely.
I had similar probs (not necessarily this mod but in general) with some avatars not updating on the index and threads (I added a mini avatar to quoted replies - modded...
Forum:
vBulletin 4.x Add-ons
09-05-2012, 12:26 AM
Replies:
265
Mini Mods -
Last Poster Avatar
Views:
57,413
Posted By
oldz442
o deer
o deer
Forum:
vBulletin 4.x Add-ons
09-05-2012, 12:00 AM
Replies:
265
Mini Mods -
Last Poster Avatar
Views:
57,413
Posted By
oldz442
Yes.
Yes.
Forum:
vBulletin 4.x Add-ons
09-04-2012, 11:40 PM
Replies:
265
Mini Mods -
Last Poster Avatar
Views:
57,413
Posted By
oldz442
Some radius and border in additional.css should...
Some radius and border in additional.css should prob work. ie...
.lastpostby .avatar, .lastpostinfo .avatar, .threadlastpost .avatar {
border-radius: 5px;
-moz-border-radius: 5px;
...
Forum:
vB4 General Discussions
08-30-2012, 07:57 AM
Replies:
6
How to get 'userid' in bbcode_quote template?
Views:
1,090
Posted By
oldz442
Tried something else. First, I changed to file...
Tried something else. First, I changed to file based avatars instead of dbase based. I then edited class_bbcode.php with code below in the 'handle_bbcode_quote' function to get the userid (which...
Forum:
vB4 General Discussions
08-26-2012, 01:34 AM
Replies:
6
How to get 'userid' in bbcode_quote template?
Views:
1,090
Posted By
oldz442
Thanks. I am completely new to this...
Thanks.
I am completely new to this hook/template thing, and never touched it before. I have the below plugin so far, but it is wrong of course, as it gives errors in the weblogs (PHP Fatal error:...
Forum:
vB4 General Discussions
08-25-2012, 03:37 PM
Replies:
6
How to get 'userid' in bbcode_quote template?
Views:
1,090
Posted By
oldz442
Thx. Used member.php?username={vb:raw username}...
Thx. Used member.php?username={vb:raw username} instead for the link part which works fine. Just need to figure out displaying the avatar img now.
Forum:
vB4 General Discussions
08-25-2012, 12:44 PM
Replies:
6
How to get 'userid' in bbcode_quote template?
Views:
1,090
Posted By
oldz442
How to get 'userid' in bbcode_quote template?
I am trying to get the userid# of the quoted user so I can display a mini avatar beside the quote in the bbcode_quote template. I can get the username fine, but not the id. {vb:raw postid.userid}...
Forum:
vBulletin 4.x Template Modifications
08-22-2012, 11:19 AM
Replies:
212
Board Optimization -
How to reduce space in postbit
Views:
70,351
Posted By
oldz442
Went a bit further and bottom aligned 'edited...
Went a bit further and bottom aligned 'edited by', 'signature' and the 'likebox thanks hack'. Some pics and CSS below. There is more CSS tweak stuff... margin, padding, etc.
---------------...
Forum:
vBulletin 4.x Add-ons
08-10-2012, 09:26 AM
Replies:
265
Mini Mods -
Last Poster Avatar
Views:
57,413
Posted By
oldz442
I just installed both and don't see any...
I just installed both and don't see any conflicts. Not yet anyway, as have only used it for a few minutes of testing.
EDIT: ok, I noticed that when both are enabled that the default avatar...
Forum:
vBulletin 4.x Add-ons
08-06-2012, 09:43 AM
Replies:
3,814
Show Thread Enhancements -
[AJAX] Post Thank You Hack
Views:
914,822
Posted By
oldz442
I am trying to simply the like display with a...
I am trying to simply the like display with a simple post counter beside the Like button. You press the Like button, the counter increments, the Like button is no longer clickable, and hopefully no...
Forum:
vBulletin 4.x Add-ons
07-30-2012, 10:16 AM
Replies:
409
Miscellaneous Hacks -
[AJAX] Thumbs Up?
Views:
114,376
Posted By
oldz442
Nice. I had to LOL @ this setting... Allow...
Nice.
I had to LOL @ this setting... Allow users to thumb themselves? :D
So... I have the default Reputation, Post Thanks, and now this one (Thumbs Up), three enabled at the same time. Just...
Forum:
vBulletin 4.x Add-ons
07-29-2012, 01:16 AM
Replies:
3,814
Show Thread Enhancements -
[AJAX] Post Thank You Hack
Views:
914,822
Posted By
oldz442
....
....
Showing results 1 to 25 of 29
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
11:29 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.01772 seconds
Memory Usage
2,024KB
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
(57)
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.0008
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
FULLTEXT Search
php_sapi_name(): fpm-fcgi