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 36
Search took
0.00
seconds.
Search:
Posts Made By:
sung
Forum:
Modification Graveyard
08-09-2011, 01:34 AM
Replies:
245
Show Thread Enhancements -
Extended Reputation Display
Views:
56,078
Posted By
sung
Any chance of adding the ability to define how...
Any chance of adding the ability to define how many points the stars are worth similar to how you can define the value of the various pips?
Forum:
vBulletin 4.x Add-ons
06-20-2011, 03:13 AM
Replies:
1,122
Major Additions -
iTrader v2.8 - Powerful Rating System
Views:
221,838
Posted By
sung
Installed 4.1.4 the day it came out and haven't...
Installed 4.1.4 the day it came out and haven't heard any complaints from users yet and they're still leaving ratings for each other.
So far, so good :cool:
Forum:
vBulletin 3.7 Add-ons
05-17-2011, 02:10 AM
Replies:
229
Forum Display Enhancements -
Different Domain, Different Style
Views:
55,379
Posted By
sung
The <base> tag is set correctly with my mobile...
The <base> tag is set correctly with my mobile domain and redirects (from links or searches) don't work.
Even with the <base> tag removed, you'd still need the above plugin for redirects to work :(
Forum:
vBulletin 3.7 Add-ons
05-16-2011, 01:22 PM
Replies:
229
Forum Display Enhancements -
Different Domain, Different Style
Views:
55,379
Posted By
sung
I've managed to fix this issue (for me at least)...
I've managed to fix this issue (for me at least) by creating a new plugin to the header_redirect hook.
if ($vbulletin->options['ddds37_enable'] == 1)
$ddds37_default = "www.example.com/forum";
{...
Forum:
vBulletin 4.x Add-ons
04-28-2011, 03:26 AM
Replies:
433
Miscellaneous Hacks -
[DBTech] Username Change v1 (vB4)
Views:
109,320
Posted By
sung
Sure, edit the "Member Profile: Display Username...
Sure, edit the "Member Profile: Display Username History Tab" plugin to the following:
if(is_member_of($vbulletin->userinfo, X,Y,Z)){
require_once(DIR ....
Forum:
vBulletin 4.x Add-ons
01-14-2011, 03:25 PM
Replies:
433
Miscellaneous Hacks -
[DBTech] Username Change v1 (vB4)
Views:
109,320
Posted By
sung
Fixed this myself, which requires 2 changes. ...
Fixed this myself, which requires 2 changes.
Add a new template called: "dbtech_username_change_membertab_css"
with the following contents:
#usernamehistory-tab, #usernamehistory-tab a:hover...
Forum:
vBulletin 4.x Add-ons
01-04-2011, 02:12 PM
Replies:
1,122
Major Additions -
iTrader v2.8 - Powerful Rating System
Views:
221,838
Posted By
sung
Despite setting the option "Contact Staff On...
Despite setting the option "Contact Staff On Suspicious Activity?" to No, I'm still getting emails about matching IP addresses.
Grepping through the files, the option...
Forum:
vBulletin 4.x Add-ons
11-18-2010, 02:04 AM
Replies:
433
Miscellaneous Hacks -
[DBTech] Username Change v1 (vB4)
Views:
109,320
Posted By
sung
4.0.8 seems to have changed something (CSS...
4.0.8 seems to have changed something (CSS probably?) so now the tabs in the user profile don't look quite right.
https://vborg.vbsupport.ru/external/2011/01/18.png
Notice the extra space...
Forum:
vBulletin 4.x Add-ons
08-18-2010, 01:21 PM
Replies:
1,122
Major Additions -
iTrader v2.8 - Powerful Rating System
Views:
221,838
Posted By
sung
They changed the license agreement with vBulletin...
They changed the license agreement with vBulletin 4, you get all upgrades in the 4.x series for ?free? as in you just pay once.
Forum:
vBulletin 4.x Add-ons
08-16-2010, 01:01 PM
Replies:
1,122
Major Additions -
iTrader v2.8 - Powerful Rating System
Views:
221,838
Posted By
sung
Any chance that it could be made to use the...
Any chance that it could be made to use the reported post functionality (i.e. making a thread in the reported post forum) that's built into vBulletin instead of sending emails?
Forum:
vBulletin 4.x Add-ons
06-26-2010, 06:21 AM
Replies:
1,122
Major Additions -
iTrader v2.8 - Powerful Rating System
Views:
221,838
Posted By
sung
Good news. Hopefully you include Acers fix a...
Good news.
Hopefully you include Acers fix a few posts above, I've actually run into this a few times and previously to work around it have just temporarily disabled requiring a URL while changing...
Forum:
vBulletin 4.x Add-ons
06-15-2010, 07:39 PM
Replies:
433
Miscellaneous Hacks -
[DBTech] Username Change v1 (vB4)
Views:
109,320
Posted By
sung
Ah, its under User Registration Options as...
Ah, its under User Registration Options as "Username Reuse Delay".
According to the help for the option the default is 365 days, I have it set at 180, so the user just needs to wait a few more...
Forum:
vBulletin 4.x Add-ons
06-15-2010, 04:06 PM
Replies:
433
Miscellaneous Hacks -
[DBTech] Username Change v1 (vB4)
Views:
109,320
Posted By
sung
Any chance of having the option to let users...
Any chance of having the option to let users reuse usernames after a specified time? For example, a user wanting to switch back to their old name.
Currently they'll get this error when trying to...
Forum:
Sphinx
05-04-2010, 03:44 PM
Replies:
4
Sphinx: does not index words consisting from national symbols
Views:
3,873
Posted By
sung
Yes, you need to edit stuff a bit to handle...
Yes, you need to edit stuff a bit to handle different character encodings. I couldn't say what the exact steps are since I don't use it, but maybe this link would be of some help to you?
...
Forum:
Sphinx
05-04-2010, 03:41 PM
Replies:
6
Sphinx: WARNING: duplicate document ids found
Views:
7,413
Posted By
sung
I got the warning as well (so glad it isn't just...
I got the warning as well (so glad it isn't just me), which I've reported in the vbulletin.com forums.
It can cause all sorts of nasty problems...
Forum:
Sphinx
05-04-2010, 03:36 PM
Replies:
4
Sphinx Question
Views:
1,891
Posted By
sung
Its an interesting demo, however it is of...
Its an interesting demo, however it is of Searchlight (http://www.axivo.com/) which costs $1-2k, not the free vBulletin provided Sphinx search.
Forum:
Sphinx
05-03-2010, 01:04 PM
Replies:
25
Some basic questions to sphinx
Views:
10,613
Posted By
sung
Personally I just ran the vbulletin-sphinx.php...
Personally I just ran the vbulletin-sphinx.php script once and saved its output to a file. I don't see the point of calling PHP every time the indexer is run just to generate the same config file.
Forum:
vBulletin 4.x Add-ons
05-02-2010, 12:07 AM
Replies:
1,122
Major Additions -
iTrader v2.8 - Powerful Rating System
Views:
221,838
Posted By
sung
Its slower than the rest, but not because of the...
Its slower than the rest, but not because of the index changes.
I just changed my indexes back to the defaults to see what the page generation time is.
I get ~0.6 seconds, which is the same...
Forum:
vBulletin 4.x Add-ons
04-30-2010, 05:33 PM
Replies:
1,122
Major Additions -
iTrader v2.8 - Powerful Rating System
Views:
221,838
Posted By
sung
If he was changing the table schema you'd be...
If he was changing the table schema you'd be correct, however changing the indexes won't have any effect on that since you can just rebuild them.
To make his changes you'd just put the following...
Forum:
vBulletin 3.7 Add-ons
04-08-2010, 05:15 AM
Replies:
229
Forum Display Enhancements -
Different Domain, Different Style
Views:
55,379
Posted By
sung
I modified the plugin a little more to get this...
I modified the plugin a little more to get this to (mostly) work in vB4. Added the following inside the if block when the domain matches.
$vbulletin->options['bburl'] = "http://" ....
Forum:
vBulletin 4.x Add-ons
03-19-2010, 03:04 PM
Replies:
433
Miscellaneous Hacks -
[DBTech] Username Change v1 (vB4)
Views:
109,320
Posted By
sung
Here's the script I made/used to go from Marco's...
Here's the script I made/used to go from Marco's name change mod (https://vborg.vbsupport.ru/showthread.php?t=101326) to this one.
<?php
// Change this stuff
$dbhost = 'host';
$dbuser =...
Forum:
Modification Graveyard
03-14-2010, 11:24 PM
Replies:
245
Show Thread Enhancements -
Extended Reputation Display
Views:
56,078
Posted By
sung
Here's the changes you need to make to get them...
Here's the changes you need to make to get them back.
Hi.
You are free to post your changes if you wish - however, I took the alt text out deliberately, so I wont be putting it back :)
...
Forum:
Modification Graveyard
03-13-2010, 02:47 AM
Replies:
245
Show Thread Enhancements -
Extended Reputation Display
Views:
56,078
Posted By
sung
Is there anyway to re-enable setting the alt text...
Is there anyway to re-enable setting the alt text of the images to reputation levels i.e. the sayings?
Forum:
vBulletin 4.x Add-ons
03-08-2010, 02:42 AM
Replies:
433
Miscellaneous Hacks -
[DBTech] Username Change v1 (vB4)
Views:
109,320
Posted By
sung
I realize they use different methods for storing...
I realize they use different methods for storing the information, but as long as the information was about the same it should be possible to either manually or with a script move the information...
Forum:
vBulletin 4.x Add-ons
03-06-2010, 06:14 PM
Replies:
433
Miscellaneous Hacks -
[DBTech] Username Change v1 (vB4)
Views:
109,320
Posted By
sung
Is there any possibility to import the name...
Is there any possibility to import the name change history/information from Marco's plugin to this one?
Showing results 1 to 25 of 36
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
08:44 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.01584 seconds
Memory Usage
2,051KB
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
(66)
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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(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(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(265, 0, 1,''); -> cached fperms for forum 265
(unspecified) fetch_permissions(265, 0, 1,''); -> cached fperms for forum 265
(unspecified) fetch_permissions(265, 0, 1,''); -> cached fperms for forum 265
(unspecified) fetch_permissions(265, 0, 1,''); -> cached fperms for forum 265
(unspecified) fetch_permissions(265, 0, 1,''); -> cached fperms for forum 265
(unspecified) fetch_permissions(265, 0, 1,''); -> cached fperms for forum 265
(unspecified) fetch_permissions(265, 0, 1,''); -> cached fperms for forum 265
(unspecified) fetch_permissions(265, 0, 1,''); -> cached fperms for forum 265
(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(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(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