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 26
Search took
0.00
seconds.
Search:
Posts Made By:
stomph
Forum:
vBulletin 3.6 Add-ons
02-18-2007, 07:59 PM
Replies:
85
Show Thread Enhancements -
Signature Only Shown Once
Views:
19,741
Posted By
stomph
I have a german speaking forum and thus the...
I have a german speaking forum and thus the options in UserCP are 'Ja' and 'Nein' for 'Yes' and 'No'...
I had to replace 'Yes' with 'Ja' in the plugin 'Set Enabled/Disabled' and now it works :)
...
Forum:
vBulletin 3.5 Add-ons
02-17-2007, 08:48 AM
Replies:
36
Allow users to self-delete their account
Views:
41,834
Posted By
stomph
Thank you!
Thank you!
Forum:
vBulletin 3.6 Add-ons
02-11-2007, 08:47 PM
Replies:
6
Forum Home Enhancements -
Unsubscribe Threads from Forumhome
Views:
3,113
Posted By
stomph
Thank you! :)
Thank you! :)
Forum:
vBulletin 3.5 Add-ons
02-01-2007, 01:31 AM
Replies:
258
vBMicrostats
Views:
34,208
Posted By
stomph
Thank you!
Thank you!
Forum:
vBulletin 3.6 Template Modifications
01-30-2007, 07:31 AM
Replies:
8
'Previous / Next Page' link in forum/thread navigation menus
Views:
4,795
Posted By
stomph
Thanks!! So simple, and yet effective :-) ...
Thanks!! So simple, and yet effective :-)
EDIT: Btw, the phrases are $vbphrase[prev_page] and $vbphrase[next_page]
Forum:
vBulletin 3.6 Add-ons
01-28-2007, 04:51 PM
Replies:
103
Profile Enhancements -
Quick Account Switch
Views:
28,740
Posted By
stomph
I simply enclosed the whole modification to the...
I simply enclosed the whole modification to the USERCP template with:
<if condition="in_array($bbuserinfo['usergroupid'], array(2, 6, 7))">
and:
</if>
Now only users from the groups 2, 6 and 7...
Forum:
vBulletin 3.5 Add-ons
01-26-2007, 05:47 AM
Replies:
960
WebTemplates 3.5.x: VB Integrated CMS (Content Management System)
Views:
256,756
Posted By
stomph
Perfect, exactly what I was looking for! Thank...
Perfect, exactly what I was looking for! Thank you so much!! :)
Forum:
vBulletin 3.6 Template Modifications
01-26-2007, 03:27 AM
Replies:
15
Force Guests To Use One Style
Views:
4,117
Posted By
stomph
Thanks for this, very nice! I used the...
Thanks for this, very nice!
I used the following condition instead:
<if condition="$show['member']">
It says here (http://www.vbulletin-germany.com/forum/showthread.php?t=24195) (in german) that...
Forum:
vBulletin 3.6 Template Modifications
01-26-2007, 03:16 AM
Replies:
24
Quick Hack Installation In navbar
Views:
4,827
Posted By
stomph
Great, thank you!
Great, thank you!
Forum:
Modification Graveyard
01-26-2007, 02:07 AM
Replies:
63
Private Messages Enhancements -
Quote Post in PM
Views:
10,345
Posted By
stomph
I got the link to the original post added in the...
I got the link to the original post added in the PM by copying one line and phrase over from Andreas' hack:
1. Modify Plugin
In the plugin Quote Post in PM, find:
eval('$pm[message] = "' ....
Forum:
vBulletin 3.6 Template Modifications
01-26-2007, 12:23 AM
Replies:
15
In Postbit Legacy "User Home" Button [With Small İcon]
Views:
4,969
Posted By
stomph
I also made a slight modification of this nice...
I also made a slight modification of this nice idea.
I changed:
<a href="$post[homepage]" target="_blank" dir="ltr" title="$vbphrase[userhome_postbit]"><img...
Forum:
vBulletin 3.6 Template Modifications
01-25-2007, 11:54 PM
Replies:
15
Show Thread Enhancements -
'New Posts' Link Below Thread
Views:
12,531
Posted By
stomph
Excellent, thank you!
Excellent, thank you!
Forum:
vBulletin 3.6 Template Modifications
01-25-2007, 11:23 PM
Replies:
26
"To the top" link in every reply
Views:
7,055
Posted By
stomph
Perfect, thank you!
Perfect, thank you!
Forum:
vBulletin 3.6 Add-ons
01-25-2007, 05:58 AM
Replies:
17
Forum Display Enhancements -
CES Intelligent Announcement Query
Views:
4,864
Posted By
stomph
Thanks for this hack! There's a ) missing on...
Thanks for this hack!
There's a ) missing on line 477 in forumdisplay:
if ($announce_exists OR (!is_array($announces)))
Forum:
vBulletin 3.6 Add-ons
01-25-2007, 04:44 AM
Replies:
25
Recent Queries: From the Last 30 Days
Views:
5,507
Posted By
stomph
Thanks for this, very useful! When I...
Thanks for this, very useful!
When I imported the product, it didn't create the table 'rq_recent_queries'. I don't know why.. when I ran the SQL from the .xml file manually I got an error from...
Forum:
vBulletin 3.6 Add-ons
01-23-2007, 10:22 PM
Replies:
122
Statistics Modifications -
vB Weekly Stats
Views:
27,444
Posted By
stomph
This hack also garbled my standard emails that vb...
This hack also garbled my standard emails that vb sends.
I traced it down to the plugin called 'replace Content-Type with text/html in headers'. If I understand correctly, it simply replaces...
Forum:
vBulletin 3.6 Add-ons
01-22-2007, 01:38 PM
Replies:
46
Miscellaneous Hacks -
GTOnline - Online Status on Member List
Views:
26,719
Posted By
stomph
To get the status on the left of the username, I...
To get the status on the left of the username, I changed the plugin 'GTOline: Template Changes On Member List' to this:
/*
// status right of username...
Forum:
vBulletin 3.8 Add-ons
01-19-2007, 11:40 PM
Replies:
86
New Posting Features -
Thread Stencil
Views:
32,098
Posted By
stomph
Hi there, this is really nice! :) Would it...
Hi there, this is really nice! :)
Would it be possible to add stencils to new events? I have the eventforums hack installed and adding a new thread in a linked forum shows no stencil.
Forum:
vBulletin 3.6 Add-ons
01-13-2007, 06:42 AM
Replies:
9
Add-On Releases -
vBadvanced & Photopost quick moderation of images and comments on the front page
Views:
3,383
Posted By
stomph
Thank you!
Thank you!
Forum:
vBulletin 3.6 Add-ons
01-12-2007, 09:18 PM
Replies:
27
Administrative and Maintenance Tools -
AdminCP PhotoPost Administration
Views:
7,205
Posted By
stomph
Thanks! :-)
Thanks! :-)
Forum:
Modification Graveyard
01-05-2007, 09:09 PM
Replies:
504
Miscellaneous Hacks -
Unread Posts and Reputation Comments (welcome box)
Views:
119,636
Posted By
stomph
Thanks for the hack! Just in case anyone...
Thanks for the hack!
Just in case anyone wants to know (and sorry, if it's already been mentioned):
I also had the Text visible only in the default template. Inserting $unread in the other...
Forum:
vBulletin 3.6 Add-ons
01-05-2007, 01:43 AM
Replies:
894
Calendar Enhancements -
vB Event Forums
Views:
244,776
Posted By
stomph
Thanks for this great hack! :) The Events...
Thanks for this great hack! :)
The Events in the Summary atop the forum are grouped by date. Ranged events are then listed as often as the number of days they last. Could you change this hack to...
Forum:
Modification Graveyard
01-05-2007, 01:07 AM
Replies:
31
End-User Options -
Fast(in)visible v1.1
Views:
5,485
Posted By
stomph
Thank you!
Thank you!
Forum:
vBulletin 3.6 Add-ons
01-04-2007, 01:19 PM
Replies:
1,340
Board Optimization -
Welcome headers - Improve community registration rates
Views:
449,673
Posted By
stomph
Wow, thanks for the fast reply!! :D I'll look...
Wow, thanks for the fast reply!! :D I'll look into it. Kind regards
Forum:
vBulletin 3.6 Add-ons
01-04-2007, 01:52 AM
Replies:
1,340
Board Optimization -
Welcome headers - Improve community registration rates
Views:
449,673
Posted By
stomph
Thanks for this handy hack! Could you add a...
Thanks for this handy hack! Could you add a welcome header for members awaiting activation from the admin? As far as I can see, the header for members awaiting activation is only for the...
Showing results 1 to 25 of 26
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
01:40 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.01723 seconds
Memory Usage
2,023KB
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
(62)
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.0009
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
FULLTEXT Search
php_sapi_name(): fpm-fcgi