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 15
1
2
3
11
>
Last
»
Showing results 1 to 25 of 357
Search took
0.01
seconds.
Search:
Posts Made By:
Mazinger
Forum:
vBulletin 3.8 Template Modifications
03-20-2013, 01:37 PM
Replies:
9
New PM button in messagelist
Views:
5,143
Posted By
Mazinger
You're welcome all.
You're welcome all.
Forum:
vBulletin 3.8 Template Modifications
03-20-2013, 01:35 PM
Replies:
34
Show Thread Enhancements -
Control signatures height per pixel with CSS
Views:
10,422
Posted By
Mazinger
You're welcome all.
You're welcome all.
Forum:
vB3 Programming Discussions
10-23-2011, 01:49 PM
Replies:
4
Calling threadicon in a plugin
Views:
665
Posted By
Mazinger
Thanks alot! I managed to get it work. This...
Thanks alot!
I managed to get it work. This is a correct code:
global $db, $vbulletin;
$favthreads = $db->query_read("
SELECT thread.threadid, thread.title, thread.postusername,...
Forum:
vB3 Programming Discussions
10-23-2011, 12:24 AM
Replies:
4
Calling threadicon in a plugin
Views:
665
Posted By
Mazinger
This is a correct code for a plugin, but it still...
This is a correct code for a plugin, but it still can't call for iconpath.
$topthreads = $db->query_read("
SELECT thread.threadid, thread.title, thread.iconid, icon.iconid, icon.iconpath
...
Forum:
vB3 Programming Discussions
10-21-2011, 06:30 PM
Replies:
4
Calling threadicon in a plugin
Views:
665
Posted By
Mazinger
Calling threadicon in a plugin
SELECT thread.threadid, thread.title, thread.iconid, icon.iconid, icon.iconpath
FROM " . TABLE_PREFIX . "thread
LEFT JOIN " . TABLE_PREFIX . "icon AS icon ON (icon.iconid = thread.iconid)
ORDER BY...
Forum:
vB3 General Discussions
09-20-2011, 11:59 PM
Replies:
5
Preview threads from forum home page
Views:
811
Posted By
Mazinger
Ok. Do you know the query that fetches the thread...
Ok. Do you know the query that fetches the thread preview in threadbit template?
Forum:
vB3 General Discussions
09-17-2011, 02:54 AM
Replies:
5
Preview threads from forum home page
Views:
811
Posted By
Mazinger
I've installed this mod:...
I've installed this mod: https://vborg.vbsupport.ru/showthread.php?t=198791
But I'm unable to fetch the $thread[preview] to the last posts.
Can you help me, please?
Forum:
vBulletin 3.8 Add-ons
09-15-2011, 11:16 PM
Replies:
1,232
Statistics Modifications -
Cyb - Advanced Forum Statistics
Views:
478,644
Posted By
Mazinger
I want to change 'Most Viewed' to 'Most Rated' ...
I want to change 'Most Viewed' to 'Most Rated'
Can you help me with this query:
// Most view thread
if ($_REQUEST['top'] == '+++++++_most_viewed') {
$get_stats_mostviewed =...
Forum:
vB4 General Discussions
01-14-2010, 03:19 PM
Replies:
3
show invisible members as "invisible"
Views:
781
Posted By
Mazinger
Any help?
Any help?
Forum:
vB4 General Discussions
01-13-2010, 07:07 AM
Replies:
3
show invisible members as "invisible"
Views:
781
Posted By
Mazinger
show invisible members as "invisible"
Hello,
Is there a mod that shows invisible members' names as "invisible" in who's online?
i.e. Instead of displaying the profile name, just show "invisible".
Thanks in advance. :)
Forum:
vBulletin 3.7 Template Modifications
11-02-2009, 12:02 PM
Replies:
28
Private Messages Enhancements -
New PM button in messagelist
Views:
8,609
Posted By
Mazinger
You can find some in the Graphics...
You can find some in the Graphics (https://vborg.vbsupport.ru/forumdisplay.php?f=213) Section.
Forum:
vBulletin 3.8 Template Modifications
10-19-2009, 01:17 PM
Replies:
9
New PM button in messagelist
Views:
5,143
Posted By
Mazinger
It's the original sendpm image that comes with...
It's the original sendpm image that comes with vBulletin package. You can download the PSD from your vBulletin's members area.
Forum:
vB3 General Discussions
10-09-2009, 12:35 PM
Replies:
2
detecting referral sites
Views:
577
Posted By
Mazinger
Yea, I'm actually looking for the modification....
Yea, I'm actually looking for the modification. Thanks anyway. :)
Forum:
vB3 General Discussions
10-07-2009, 08:26 PM
Replies:
2
detecting referral sites
Views:
577
Posted By
Mazinger
detecting referral sites
Hello,
I saw some forums can detect that a user is coming from Google search, and so displaying an exclusive data to him.
How do they make so?
Forum:
vBulletin 3.7 Add-ons
10-06-2009, 04:44 PM
Replies:
620
New Posting Features -
Automatic Thread Tagger
Views:
164,821
Posted By
Mazinger
Hello, There's a problem between this mod...
Hello,
There's a problem between this mod and between (inferno vBshout chatbox)
There's a featuer in the chatbox that allows ajax feeding of new posts and threads that posts shouts like this:...
Forum:
vBulletin 3.7 Add-ons
09-02-2009, 09:00 PM
Replies:
469
Show Thread Enhancements -
Resize IMG tag with Highslide!
Views:
138,614
Posted By
Mazinger
Thanks for the hack! How do remove the...
Thanks for the hack!
How do remove the warning.gif image? I don't want extra images.
Forum:
Modification Graveyard
09-02-2009, 05:41 PM
Replies:
354
Forum Home Enhancements -
Members who have visited today.
Views:
105,368
Posted By
Mazinger
You might need add this in the next version. I...
You might need add this in the next version. I assume alot would need this too. :)
Forum:
Modification Graveyard
09-01-2009, 11:10 PM
Replies:
354
Forum Home Enhancements -
Members who have visited today.
Views:
105,368
Posted By
Mazinger
Hello Paul, Is it possible to display amount...
Hello Paul,
Is it possible to display amount of time user left since instead of the exact time the user left in - when hovering on members' names in the forumhome.
I want it to be (3 Hours ago)...
Forum:
vB3 General Discussions
06-23-2009, 09:55 AM
Replies:
8
$navbar in register template
Views:
1,207
Posted By
Mazinger
I guess (register.php?do=addmember) uses the...
I guess (register.php?do=addmember) uses the template STANDARD_ERROR
Try remove the navbar condition there:
I mean, change:
<if condition="$navbar">
$navbar
<else />
<br /><br /><br />
Forum:
vB3 General Discussions
05-14-2009, 08:27 AM
Replies:
6
How to save custom options with cookies
Views:
770
Posted By
Mazinger
Thanks everybody, I've already handled this issue...
Thanks everybody, I've already handled this issue with an alternate JS code I got from somewhere.
I appreciate your help though. :)
Forum:
vBulletin.org Site Feedback
05-04-2009, 03:43 PM
Replies:
4
Layout options here?
Views:
1,162
Posted By
Mazinger
What a very basic addons. :confused:
What a very basic addons. :confused:
Forum:
vBulletin.org Site Feedback
05-04-2009, 03:25 PM
Replies:
4
Layout options here?
Views:
1,162
Posted By
Mazinger
And I couldn't find it unfortunately...
And I couldn't find it unfortunately...
Forum:
vB3 General Discussions
05-04-2009, 03:18 PM
Replies:
6
How to save custom options with cookies
Views:
770
Posted By
Mazinger
I'm sure I'll sink if I looked at this again. ;) ...
I'm sure I'll sink if I looked at this again. ;)
It seems that the JS code I posted does already have a cookie script into it, it doesn't work for a reason though.
Forum:
vB3 General Discussions
05-04-2009, 01:13 PM
Replies:
6
How to save custom options with cookies
Views:
770
Posted By
Mazinger
Any body here experienced with JS and knows how...
Any body here experienced with JS and knows how vBulletin handle cookies?
Please, it's urgent.
Forum:
vBulletin.org Site Feedback
05-04-2009, 11:10 AM
Replies:
4
Layout options here?
Views:
1,162
Posted By
Mazinger
Layout options here?
Is it possible to tell the members how to make a layout options like here on vb.org
How to make a Wide and fixed layouts and add an options to change them: misc.php?do=changestyle&width=wide
...
Showing results 1 to 25 of 357
Page 1 of 15
1
2
3
11
>
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
01:31 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.02690 seconds
Memory Usage
2,065KB
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)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(21)
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.0065
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(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(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
(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(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(229, 0, 1,''); -> cached fperms for forum 229
(unspecified) fetch_permissions(229, 0, 1,''); -> cached fperms for forum 229
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(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
(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(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
(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(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
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
FULLTEXT Search
php_sapi_name(): fpm-fcgi