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 43
Search took
0.00
seconds.
Search:
Posts Made By:
sblum
Forum:
vBulletin 3.0 Full Releases
01-04-2005, 10:00 PM
Replies:
6
When you change a username, update thread starter (without updating all threads)
Views:
2,248
Posted By
sblum
When you change a username, update thread starter (without updating all threads)
This is a pretty simple hack. I was annoyed by the fact that when you change somebody's username it doesn't edit the thread starter field to include their new name, and on a large board updating all...
Forum:
vBulletin 3.0 Full Releases
01-04-2005, 04:02 PM
Replies:
112
Quick Reply Multiquote
Views:
20,973
Posted By
sblum
Wow, this is absolutely awesome. Thank you.
Wow, this is absolutely awesome. Thank you.
Forum:
vBulletin 3.0 Beta Releases
12-21-2004, 10:59 PM
Replies:
103
BETA VERSION: Map Locator Hack
Views:
19,057
Posted By
sblum
Honestly, I think a better way of going about a...
Honestly, I think a better way of going about a hack like this is just to have a map of the globe, and let each user place a pin on the map where they want their location to be, and then when you...
Forum:
vB3 General Discussions
12-21-2004, 04:50 PM
Replies:
1
Why don't thread ratings display in searches?
Views:
817
Posted By
sblum
Why don't thread ratings display in searches?
Is there a reason for this? It uses the same threadbit template that forumdisplay does, is there something in the search php file that sets $show[threadrating] to false?
Forum:
vBulletin 3.0 Full Releases
11-15-2004, 08:54 PM
Replies:
66
Complete Thread Description Hack 1.7
Views:
17,542
Posted By
sblum
That has to do with the time limit you've set on...
That has to do with the time limit you've set on editing a post title, if I recal correctly.
Forum:
vBulletin 3.0 Full Releases
09-29-2004, 01:06 AM
Replies:
53
vB Thread Description
Views:
8,489
Posted By
sblum
Looks good, the exact same features (except...
Looks good, the exact same features (except on/off option), but it is a bit cleaner than my version. I didn't include the option to turn it on/off because I figured - why would someone install it and...
Forum:
vBulletin 3.0 Full Releases
09-20-2004, 10:43 PM
Replies:
9
Require a post icon on new thread creation (or on every post)
Views:
4,140
Posted By
sblum
You can see a demo at http://www.postfarm.net/...
You can see a demo at http://www.postfarm.net/ and, as always, please click install :)
Forum:
vBulletin 3.0 Full Releases
09-20-2004, 10:35 PM
Replies:
66
Complete Thread Description Hack 1.7
Views:
17,542
Posted By
sblum
Updates in 1.7 (sept. 20, '04): All known...
Updates in 1.7 (sept. 20, '04):
All known issues fixed. If a post error message is encountered in making a new thread, the threaddesc will reappear in the form along with the title and the message.
Forum:
vBulletin 3.0 Full Releases
09-20-2004, 10:00 PM
Replies:
9
Require a post icon on new thread creation (or on every post)
Views:
4,140
Posted By
sblum
Require a post icon on new thread creation (or on every post)
Create a new phrase in the category "Front-End Error Messages" titled "noicon", with the text "You must choose a post icon before posting a new thread."
Open includes/functions_newpost.php
...
Forum:
vB3 General Discussions
09-16-2004, 07:48 PM
Replies:
4
Trying to make an icon appear next to a thread if a user has posted...
Views:
1,060
Posted By
sblum
OK, well I finally figured it out - it required...
OK, well I finally figured it out - it required no hacking whatsoever, vB already did the work for me :)
I just had to put [php]<if condition="$thread[dot_count] > 0"> in the template. Oops!
Forum:
vB3 General Discussions
09-16-2004, 07:26 PM
Replies:
4
Trying to make an icon appear next to a thread if a user has posted...
Views:
1,060
Posted By
sblum
My most recent attempt was this, also didn't...
My most recent attempt was this, also didn't work:
for($i=0;$i < count($dotthreads);$i++);
if ($dotthreads[$i] == $thread['threadid'])
{
$show['hasposted'] = true;
}
Forum:
vB3 General Discussions
09-16-2004, 04:22 PM
Replies:
4
Trying to make an icon appear next to a thread if a user has posted...
Views:
1,060
Posted By
sblum
Just simply if...
Just simply
if ($dotthreads["$thread[threadid]"])
{
$show['hasposted'] = true;
}
Makes an icon show up for every post, and I Can't figure out why. Pulling my hair...
Forum:
vB3 General Discussions
09-16-2004, 06:42 AM
Replies:
4
Trying to make an icon appear next to a thread if a user has posted...
Views:
1,060
Posted By
sblum
Trying to make an icon appear next to a thread if a user has posted...
And this is what I've tried so far. In "functions_forumdisplay.php" I've added these lines of code: if ($thread['threadid'] == $dotthreads["$thread[threadid]"])
{
$show['hasposted'] = true;...
Forum:
vBulletin 3.0 Full Releases
09-12-2004, 10:31 PM
Replies:
66
Complete Thread Description Hack 1.7
Views:
17,542
Posted By
sblum
Version 1.6.2 released.
Version 1.6.2 released.
Forum:
vBulletin 3.0 Full Releases
09-01-2004, 01:16 AM
Replies:
72
Thread Creation Date - Enhanced Version
Views:
17,156
Posted By
sblum
Unless you make changes in these templates, an...
Unless you make changes in these templates, an announcement will not span the whole width of the table, same with a soft-deleted thread (due to the column you add here). Make an announcement on a...
Forum:
vBulletin 3.0 Full Releases
08-31-2004, 05:34 AM
Replies:
72
Thread Creation Date - Enhanced Version
Views:
17,156
Posted By
sblum
I think this will also cause problems with the...
I think this will also cause problems with the forumdisplay_announcement and threadbit_deleted templates - though it's just a simple colspan issue. Easily fixable.
Forum:
vBulletin 3.0 Full Releases
08-29-2004, 09:20 PM
Replies:
49
Quick Reply Thread Management: Open/Close & Stick/Unstick in Quick Reply Box
Views:
16,887
Posted By
sblum
Beautiful! Thanks so much.
Beautiful! Thanks so much.
Forum:
vBulletin 3.0 Full Releases
08-28-2004, 08:45 PM
Replies:
49
Quick Reply Thread Management: Open/Close & Stick/Unstick in Quick Reply Box
Views:
16,887
Posted By
sblum
Great hack. This may be a stupid question, but is...
Great hack. This may be a stupid question, but is there a way to make it so when I hit tab from the quick reply box, it still goes to "Post Quick Reply" first? I'm so used to hitting tab then space...
Forum:
Modification Requests/Questions (Unpaid)
08-26-2004, 05:23 PM
Replies:
4
Force people to Subscribe..
Views:
1,109
Posted By
sblum
Change the name of Registered Users and give them...
Change the name of Registered Users and give them no permissions. So when they join, they are in a usergroup that essentially can't do anything. Then you can make it so when they subscribe, they...
Forum:
vBulletin 3.0 Full Releases
08-26-2004, 07:57 AM
Replies:
66
Complete Thread Description Hack 1.7
Views:
17,542
Posted By
sblum
Something I didn't consider because I very rarely...
Something I didn't consider because I very rarely delete threads.
in threadbit_deleted, find:
<if condition="$show['guestuser']">
$thread[postusername]
<else />
<span...
Forum:
vBulletin 3.0 Full Releases
08-25-2004, 06:40 PM
Replies:
66
Complete Thread Description Hack 1.7
Views:
17,542
Posted By
sblum
*sigh*, another bit of the instructions I did but...
*sigh*, another bit of the instructions I did but forgot to add to the txt file. Adding it in. Thanks
Forum:
vBulletin 3.0 Full Releases
08-23-2004, 05:51 PM
Replies:
66
Complete Thread Description Hack 1.7
Views:
17,542
Posted By
sblum
Any time, there's lots of weird unexpected things...
Any time, there's lots of weird unexpected things that can happen when adding a hack that effect other parts of the board without realizing it. This was one of them, especially because I don't use...
Forum:
vBulletin 3.0 Full Releases
08-23-2004, 07:39 AM
Replies:
66
Complete Thread Description Hack 1.7
Views:
17,542
Posted By
sblum
Open the "forumdisplay_announcement" template,...
Open the "forumdisplay_announcement" template, find
<td class="alt2" colspan="<if condition="$show['threadicons']">5<else />4</if>">
replace with
<td class="alt2" colspan="<if...
Forum:
vBulletin 3.0 Full Releases
08-23-2004, 07:37 AM
Replies:
66
Complete Thread Description Hack 1.7
Views:
17,542
Posted By
sblum
Was the missing < in my instructions? I...
Was the missing < in my instructions?
I didn't include the announcement changes in the txt file? Thought I did, going back to revise...
Forum:
vBulletin 3.0 Full Releases
08-21-2004, 02:01 AM
Replies:
66
Complete Thread Description Hack 1.7
Views:
17,542
Posted By
sblum
Thanks for bearing with me, guys. First hack I've...
Thanks for bearing with me, guys. First hack I've released, but seems to work well.
Showing results 1 to 25 of 43
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:25 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.08106 seconds
Memory Usage
2,034KB
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
(48)
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.0008
(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(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(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(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(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi