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:
Telkman
Forum:
vBulletin 3.7 Add-ons
04-21-2010, 06:16 PM
Replies:
139
Forum Home Enhancements -
Latest Posts
Views:
33,131
Posted By
Telkman
This should seemingly read "$platest" - that took...
This should seemingly read "$platest" - that took a little head scratching to work out!
Forum:
vBulletin 3.0 Full Releases
11-29-2005, 11:02 AM
Replies:
883
Trader Ratings v1.2.0
Views:
165,238
Posted By
Telkman
Very much looking forward to seeing this one...
Very much looking forward to seeing this one working with 3.5, keep up the good work, Jason!
I've noticed across a few TR installs (including my own) that people have modified the code so a...
Forum:
vBulletin.org Site Feedback
10-17-2005, 11:21 AM
Replies:
3
Unusual characters in title causing display bug?
Views:
1,049
Posted By
Telkman
Unusual characters in title causing display bug?
Doesn't appear to be browser specific...
Forum:
vBulletin 3.0 Full Releases
08-05-2005, 03:59 PM
Replies:
2,463
vBindex v3.0.0 RC5
Views:
582,744
Posted By
Telkman
Indentation.
Indentation.
Forum:
vBulletin 3.0 Full Releases
08-05-2005, 12:04 PM
Replies:
2,463
vBindex v3.0.0 RC5
Views:
582,744
Posted By
Telkman
You can pretty much copy the login code from the...
You can pretty much copy the login code from the navbar, with a couple of changes - it's a while since I did it, so I'll just paste what I use. I have it change to a welcome panel when the user is...
Forum:
vBulletin 3.0 Full Releases
06-01-2005, 02:22 AM
Replies:
1,649
Geek Article System 3.52
Views:
223,862
Posted By
Telkman
<a...
<a href="https://vborg.vbsupport.ru/showthread.php?t=75916&page=74&pp=15" target="_blank">https://vborg.vbsupport.ru/showt...&page=74&pp=15</a>
Forum:
Modification Requests/Questions (Unpaid)
05-23-2005, 09:54 AM
Replies:
4
Member Photos gallery + rating system
Views:
1,280
Posted By
Telkman
Cinq is planning a hack along these lines...
Cinq is planning a hack along these lines (vbHotorNot) but with the 3.5 announcement he's put it off for the time being, so it may be a fair wait...
...
Forum:
vBulletin 3.0 Full Releases
05-21-2005, 12:07 PM
Replies:
1,649
Geek Article System 3.52
Views:
223,862
Posted By
Telkman
The edit link you are using is for editing the...
The edit link you are using is for editing the thread details as you've found (Thread Tools menu.)
Somewhere there will be a proper link for editing the post in question as opposed to the thread...
Forum:
vB3 General Discussions
05-20-2005, 04:43 PM
Replies:
4
FAST HELP - please
Views:
776
Posted By
Telkman
Post Title != Thread Title Thread Tools >...
Post Title != Thread Title
Thread Tools > Edit Thread
Forum:
vBulletin 3.0 Full Releases
05-07-2005, 02:27 PM
Replies:
883
Trader Ratings v1.2.0
Views:
165,238
Posted By
Telkman
The actual message is stored in the phrase:...
The actual message is stored in the phrase: tratings_pm_message.
You could have that passed a parameter and return it as part of the phrase, but I think it's probably easier to add it manually.
...
Forum:
Community Lounge
05-04-2005, 04:22 PM
Replies:
3
Anyone know how to put watermark on hotlinked images?
Views:
1,121
Posted By
Telkman
You can use mod_rewrite to pick up on requests...
You can use mod_rewrite to pick up on requests for jpg/gif/png etc from an external referrer and then redirect the requests to watermark.php?x=<requested filename> or similar, where you watermark...
Forum:
vB3 General Discussions
04-27-2005, 11:23 AM
Replies:
8
scrollbar
Views:
1,279
Posted By
Telkman
This will become more complicated if you have...
This will become more complicated if you have different direction languages that use the same templates.
Admin CP > Languages & Phrases > Language Manager > *Your Language* > Edit Settings
...
Forum:
vB3 General Discussions
04-27-2005, 10:24 AM
Replies:
8
scrollbar
Views:
1,279
Posted By
Telkman
The right to left direction is currently defined...
The right to left direction is currently defined in the html tag by the the dir definition:
<html dir="rtl" lang="ar-sa">
In IE (and others?) that will position the scrollbar on the left hand...
Forum:
vB3 General Discussions
04-25-2005, 08:48 AM
Replies:
2
What's this hack?
Views:
778
Posted By
Telkman
Not a hack as such......
Not a hack as such... http://www.vbstyles.com/products.php?do=productinfo&p=45
It's a simple enough template modification to do it yourself if you need to do, though.
Forum:
vB3 General Discussions
04-23-2005, 08:26 PM
Replies:
6
How do I alternate quote box color?
Views:
1,627
Posted By
Telkman
Try ".alt1 .altquote" and ".alt2 .altquote" ...
Try ".alt1 .altquote" and ".alt2 .altquote"
Sorry, I'm not particularly awake!
Forum:
vB3 General Discussions
04-23-2005, 08:04 PM
Replies:
6
How do I alternate quote box color?
Views:
1,627
Posted By
Telkman
Sorry, those should be ".alt1.altquote" and...
Sorry, those should be ".alt1.altquote" and ".alt2.altquote".
They went the same colour as the posts because the classes were invalid - if you just add those .'s, one will go bright red, the other...
Forum:
vB3 General Discussions
04-23-2005, 07:45 PM
Replies:
6
How do I alternate quote box color?
Views:
1,627
Posted By
Telkman
If the post colour is simply defined through the...
If the post colour is simply defined through the normal .alt1/.alt2 classes, try this...
Replace:
<td class="alt2" style="border:1px inset">
With:
<td class="altquote" style="border:1px...
Forum:
Modification Requests/Questions (Unpaid)
04-19-2005, 03:34 PM
Replies:
6
Mod for Geek's hack Article
Views:
902
Posted By
Telkman
Not got the time to do a full hack for this, but...
Not got the time to do a full hack for this, but hopefully this quick example will get you started...
This example is only changing showthread.php, if you wanted to make the same changes to...
Forum:
vBulletin 3.0 Full Releases
04-15-2005, 08:37 PM
Replies:
883
Trader Ratings v1.2.0
Views:
165,238
Posted By
Telkman
https://vborg.vbsupport.ru/showpost.php?p=615187&p...
https://vborg.vbsupport.ru/showpost.php?p=615187&postcount=480
Forum:
vBulletin 3.0 Full Releases
04-01-2005, 06:02 PM
Replies:
1,649
Geek Article System 3.52
Views:
223,862
Posted By
Telkman
Looks like your phrases didn't get updated... in...
Looks like your phrases didn't get updated... in the readme/installation it'll mention what to do (basically just opening one of that gas phrases and saving, but it'll explain in more detail).
Forum:
vBulletin 3.0 Full Releases
04-01-2005, 02:36 PM
Replies:
1,649
Geek Article System 3.52
Views:
223,862
Posted By
Telkman
On the GAS_admin.php page, you can choose which...
On the GAS_admin.php page, you can choose which forums will act as article displaying forums... if I remember correctly, it's the first option.
Forum:
vBulletin 3.0 Full Releases
03-28-2005, 06:54 AM
Replies:
883
Trader Ratings v1.2.0
Views:
165,238
Posted By
Telkman
One of my forums also had a feedback thread for...
One of my forums also had a feedback thread for users - personally I just created a dummy user and manually entered all the feedback into the system... seemed the easiest way.
As entries were from...
Forum:
vBulletin 3.0 Full Releases
03-25-2005, 08:00 PM
Replies:
883
Trader Ratings v1.2.0
Views:
165,238
Posted By
Telkman
The MySQL database table by that name. ...
The MySQL database table by that name.
Easiest would be to use phpMyAdmin... depending on your version: Select Database from dropdown > Click table from frame on left > Click change by field in...
Forum:
vBulletin 3.0 Full Releases
03-25-2005, 04:11 PM
Replies:
883
Trader Ratings v1.2.0
Views:
165,238
Posted By
Telkman
Not had the chance to test this, so try it at...
Not had the chance to test this, so try it at your own risk...
In the tratings_feedback template, find <input class="bginput" type="text" name="usercomments" size="45" maxlength="80"...
Forum:
vBindex
03-18-2005, 09:34 AM
Replies:
1
Setting Up News Forum
Views:
3,486
Posted By
Telkman
If you want to do this without hacking...
If you want to do this without hacking anything...
AdminCP > Forums and Moderators > Forum Manager > [Forum you wish to hide] > Forum is Active
If you set that to no, it is still accessible,...
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
06:21 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.03031 seconds
Memory Usage
2,036KB
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
(39)
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.0007
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(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(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(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(103, 0, 1,''); -> cached fperms for forum 103
(unspecified) fetch_permissions(103, 0, 1,''); -> cached fperms for forum 103
FULLTEXT Search
php_sapi_name(): fpm-fcgi