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...
Showing results 1 to 21 of 21
Search took
0.00
seconds.
Search:
Posts Made By:
kennn
Forum:
vB3 General Discussions
05-12-2008, 06:14 AM
Replies:
0
Center Album Thumbnails
Views:
629
Posted By
kennn
Center Album Thumbnails
Is there a way to get the album pages with thumbnails so that the thumbnails are centered on the page no matter how many columns you may have them set to display in or how wide the skin being used?
...
Forum:
vBulletin 3.8 Add-ons
05-11-2008, 04:25 PM
Replies:
637
Social Group and Album Enhancements -
All Albums
Views:
187,180
Posted By
kennn
I ended up adding a redirect to my .htaccess file...
I ended up adding a redirect to my .htaccess file and that does the trick for now until a fix comes along.
Redirect /all_albums.php http://www.domain.com/forums/all_albums.php
Forum:
vBulletin 3.8 Add-ons
05-11-2008, 07:55 AM
Replies:
637
Social Group and Album Enhancements -
All Albums
Views:
187,180
Posted By
kennn
I'm having this same problem. Both the All Albums...
I'm having this same problem. Both the All Albums link on the main navbar and the All Albums link on the Quick Links menu are pointing to www.domain.com/all_albums.php instead of...
Forum:
vBulletin 3.7 Add-ons
05-08-2008, 04:44 AM
Replies:
57
New Posting Features -
Smilie Popup+
Views:
15,917
Posted By
kennn
Just installed this and works beautifully on vB...
Just installed this and works beautifully on vB 3.7.0 Gold. This was just what the doctor ordered for my HUGE smilie collection. :) Thanks!
I second the above request - a Show All or Complete...
Forum:
vB3 General Discussions
07-30-2006, 03:33 PM
Replies:
3
Display Subforum Links on a Per Forum Basis
Views:
892
Posted By
kennn
Hi Arngrim...this is what I ended up using... ...
Hi Arngrim...this is what I ended up using...
In the forumhome_forumbit_level2_post template, locate the existing line of code that displays subforums
<if condition="$show['subforums']"><div...
Forum:
vBulletin 3.5 Template Modifications
05-08-2006, 07:55 PM
Replies:
19
Add image fade effect to attached thumbnails
Views:
8,116
Posted By
kennn
Well, I can confirm the first one I posted as I'm...
Well, I can confirm the first one I posted as I'm using Opera 9 myself and opacity works like a charm. It is the second one I'm not sure about since I have no access to a Mac - but the khtml-opacity...
Forum:
vBulletin 3.5 Template Modifications
05-08-2006, 07:24 PM
Replies:
19
Add image fade effect to attached thumbnails
Views:
8,116
Posted By
kennn
Not sure about this one, but add... ...
Not sure about this one, but add...
-khtml-opacity: 0.5;
...and...
-khtml-opacity: 1;
...for Safari support...cannot verify this as I have no access to Safari. Might need to fiddle with...
Forum:
vBulletin 3.5 Template Modifications
05-08-2006, 07:17 PM
Replies:
19
Add image fade effect to attached thumbnails
Views:
8,116
Posted By
kennn
Nice hack! Add... opacity: .50; ...
Nice hack!
Add...
opacity: .50;
...and...
opacity: 1;
Forum:
vBulletin 3.5 Template Modifications
05-08-2006, 05:16 PM
Replies:
103
Prevent Oversized Images Breaking Message Tables & Sigs 2.1
Views:
23,990
Posted By
kennn
I ran into this, too. My first thought was to...
I ran into this, too. My first thought was to change width to auto, which seemed to work fine for any skin no matter how wide or narrow the post area and also for PMs but then I tried it in IE and...
Forum:
Modification Requests/Questions (Unpaid)
05-08-2006, 03:20 PM
Replies:
1
Limit QUOTE Boxes Like Max CODE Lines?
Views:
1,068
Posted By
kennn
Limit QUOTE Boxes Like Max CODE Lines?
Can something like the "max CODE lines" setting that limits CODE, PHP and HTML blocks to X lines before adding a scrollbar be made to work for QUOTE, too? Thanks!
Forum:
vBulletin 3.5 Template Modifications
05-03-2006, 04:41 AM
Replies:
103
Prevent Oversized Images Breaking Message Tables & Sigs 2.1
Views:
23,990
Posted By
kennn
Good point. I just thought I'd bring up that FYI...
Good point. I just thought I'd bring up that FYI as a lot of people don't realize you can list multiple classes like that. I know I was using CSS for a couple years before I discovered that "trick."...
Forum:
vBulletin 3.5 Template Modifications
05-03-2006, 02:33 AM
Replies:
103
Prevent Oversized Images Breaking Message Tables & Sigs 2.1
Views:
23,990
Posted By
kennn
I realize I'm a little late to the party on this...
I realize I'm a little late to the party on this but I wanted to point out that what was said in a post a couple pages back (and quoted below) is only half correct. You can have multiple classes on...
Forum:
vB3 General Discussions
05-01-2006, 04:51 PM
Replies:
0
Custom BBCode Images Per Style
Views:
670
Posted By
kennn
Custom BBCode Images Per Style
I have a couple new skins from extremepixels that have nice, tinted editor buttons to go with the skins' color schemes. However, I also have about 10 custom BBCodes installed that have button images....
Forum:
Modification Graveyard
04-27-2006, 03:01 PM
Replies:
100
Most ever Visitors, Posters & Chatters (Add-on)
Views:
26,111
Posted By
kennn
Much thanks, Paul! I've added your code...
Much thanks, Paul!
I've added your code change to my CMPS onlineusers module and will see how it goes. Hard to believe I'm the first to encounter this. I assume a lot of people are using...
Forum:
Modification Graveyard
04-26-2006, 10:43 PM
Replies:
100
Most ever Visitors, Posters & Chatters (Add-on)
Views:
26,111
Posted By
kennn
I think this is the salient portion of the...
I think this is the salient portion of the onlineusers module for CMPS:
$maxusers['maxonline'] = $vbulletin->maxloggedin['maxonline'];
if ($vbulletin->maxloggedin['maxonline'] <=...
Forum:
Modification Graveyard
04-26-2006, 10:37 PM
Replies:
100
Most ever Visitors, Posters & Chatters (Add-on)
Views:
26,111
Posted By
kennn
These are the hacks I've got installed: ...
These are the hacks I've got installed:
Number of Threads in User Profile (https://vborg.vbsupport.ru/showthread.php?t=99530)
Show An Avatar On Who's Online...
Forum:
Modification Graveyard
04-26-2006, 08:40 PM
Replies:
100
Most ever Visitors, Posters & Chatters (Add-on)
Views:
26,111
Posted By
kennn
This really has me curious and I happened to do a...
This really has me curious and I happened to do a MySQL dump yesterday to back up my database, so I decided to do another one today and compare files.
From 04/25/2006:
INSERT INTO...
Forum:
Modification Graveyard
04-26-2006, 06:05 PM
Replies:
100
Most ever Visitors, Posters & Chatters (Add-on)
Views:
26,111
Posted By
kennn
Hmmm...well it definitely happened and I see no...
Hmmm...well it definitely happened and I see no signs of database corruption. Guess I'll just have to keep an eye on it and see how it goes. Thanks for the response.
Forum:
Modification Graveyard
04-26-2006, 03:23 PM
Replies:
100
Most ever Visitors, Posters & Chatters (Add-on)
Views:
26,111
Posted By
kennn
I've been running this hack along with who has...
I've been running this hack along with who has visited and who has posted for a week or so now. I just noticed that the "most" stats do not seem to hold. I have a very small private family forum and...
Forum:
vB3 General Discussions
04-23-2006, 01:44 AM
Replies:
3
Display Subforum Links on a Per Forum Basis
Views:
892
Posted By
kennn
Display Subforum Links on a Per Forum Basis
Is there a way to display subforum links on the forum home page on a per forum basis?
I would like to have subforum links displayed (by setting subforum display to 1) but I have one Archives forum...
Forum:
vB3 General Discussions
04-16-2006, 01:48 AM
Replies:
1
Wrapping BBCode Buttons on Editor
Views:
794
Posted By
kennn
Wrapping BBCode Buttons on Editor
I've been adding some of the custom BBCodes offered elsewhere on this forum, a lot of which come with their own buttons for the toolbar in the editor. However, that toolbar is now getting a bit long...
Showing results 1 to 21 of 21
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
05:56 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.04214 seconds
Memory Usage
2,008KB
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)
post_thanks_navbar_search
(1)
search_results
(21)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(42)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0006
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(155, 0, 1,''); -> cached fperms for forum 155
(unspecified) fetch_permissions(155, 0, 1,''); -> cached fperms for forum 155
(unspecified) fetch_permissions(155, 0, 1,''); -> cached fperms for forum 155
(unspecified) fetch_permissions(155, 0, 1,''); -> cached fperms for forum 155
(unspecified) fetch_permissions(155, 0, 1,''); -> cached fperms for forum 155
(unspecified) fetch_permissions(155, 0, 1,''); -> cached fperms for forum 155
(unspecified) fetch_permissions(155, 0, 1,''); -> cached fperms for forum 155
(unspecified) fetch_permissions(155, 0, 1,''); -> cached fperms for forum 155
(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(155, 0, 1,''); -> cached fperms for forum 155
(unspecified) fetch_permissions(155, 0, 1,''); -> cached fperms for forum 155
(unspecified) fetch_permissions(155, 0, 1,''); -> cached fperms for forum 155
(unspecified) fetch_permissions(155, 0, 1,''); -> cached fperms for forum 155
(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi