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 3
1
2
3
>
Showing results 1 to 25 of 69
Search took
0.01
seconds.
Search:
Posts Made By:
TalkHardRandy
Forum:
Member Archives
03-07-2003, 07:39 PM
Replies:
0
Random Redirect messages
Views:
923
Posted By
TalkHardRandy
Random Redirect messages
To be really honest, I don't think I've ever come into this forum before... but here's a bit of code we've been using on our site for a while now & I wanted to share it..
You can specify any...
Forum:
vB3 Programming Discussions
03-07-2003, 07:26 PM
Replies:
6
Members PHP script
Views:
1,270
Posted By
TalkHardRandy
:laugh: The preceeding was an unpaid...
:laugh:
The preceeding was an unpaid advertisment and does not reflect the views and opinions of vBulletin.org
Forum:
vBulletin 2.x Beta Releases
03-07-2003, 06:44 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
Definately... I'll try to figure out CSS & how to...
Definately... I'll try to figure out CSS & how to pull the defaults from that into the hack...
I'm also going to put an option to disable the colors & fonts on certain posts (i.e. newthread &...
Forum:
vBulletin 2.x Beta Releases
03-06-2003, 04:21 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
Should, unless they changed the way that messages...
Should, unless they changed the way that messages are inserted into the DB. Just backup your DB & the three PHP files. And let us know if it works...
Forum:
vBulletin 2.x Beta Releases
03-05-2003, 02:51 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
Hmmm... what are their settings in the database?
Hmmm... what are their settings in the database?
Forum:
vBulletin 2.x Beta Releases
03-03-2003, 08:08 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
Zelda, make sure that in the database the...
Zelda, make sure that in the database the 'default_fcs' is set to '1' as a default. I had a couple of new users that happened to also. Plus, the text file is fixed.
Forum:
vBulletin 2.x Beta Releases
02-28-2003, 04:27 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
No problems... all fixed...
No problems... all fixed...
Forum:
vBulletin 2.x Beta Releases
02-27-2003, 11:22 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
I see what you mean... an ON/OFF per option. ...
I see what you mean... an ON/OFF per option.
I tried it originally and discovered it makes a whole bunch of extra code in the newthread & newreply. Each would have a SELECT statement with six...
Forum:
vBulletin 2.x Beta Releases
02-27-2003, 11:12 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
Agreed... it was easier that way. The...
Agreed... it was easier that way.
The problem we kept coming across was the users would send PM's saying, "Why doesn't my color/font work?", only to find out that 'seafoam' isn't a real color...
Forum:
vB3 Programming Discussions
02-27-2003, 09:57 PM
Replies:
1
Javascript Version of PHP in_array()
Views:
1,079
Posted By
TalkHardRandy
UPDATE: I didn't find it... what I ended up...
UPDATE:
I didn't find it... what I ended up doing is a bunch of OR statements, which is really messy, but end users wont' be looking at the code...
Forum:
vBulletin 2.x Beta Releases
02-27-2003, 09:56 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
You mean their own fonts that they use? It could...
You mean their own fonts that they use? It could be done, but it wouldn't be displayed for the others unless they had the same fonts installed.
I included font size because, I love Garamond,...
Forum:
vBulletin 2.x Beta Releases
02-27-2003, 09:38 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
DEFAULTS IS FIXED!!! It's sloppy & I don't...
DEFAULTS IS FIXED!!!
It's sloppy & I don't like it, but short of rewriting every template and dumping a bunch of extras into the member.php, it should work. Text file has been updated. Be sure...
Forum:
vBulletin 2.x Beta Releases
02-27-2003, 08:27 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
He's right... it doesn't matter if its on or off,...
He's right... it doesn't matter if its on or off, it uses whatever you have selected....
EDIT:
Okay, in the newreply & newthread:
change:
if ($bbuserinfo['default_fcs']="0") {
Forum:
vBulletin 2.x Beta Releases
02-27-2003, 06:21 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
Okay, you have to go into your profile, turn off...
Okay, you have to go into your profile, turn off the defaults, then select what you want it to change. Save your profile, then try it.
For some reason that I'm still working out, the user...
Forum:
vBulletin 2.x Beta Releases
02-27-2003, 05:36 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
The SQL query didn't take. It's because you...
The SQL query didn't take. It's because you already have three of the four fields in there. Run this query instead:
ALTER TABLE `user` ADD `default_fcs` INT( 1 ) DEFAULT '1' NOT NULL AFTER...
Forum:
vBulletin 2.x Beta Releases
02-27-2003, 04:57 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
Okay... I've updated the hack. It now give...
Okay... I've updated the hack.
It now give an option to use the forum defaults via an ON/OFF. If you have multiple styles, this should clean it up. But, I don't run multiple styles, so I can't...
Forum:
vBulletin 2.x Beta Releases
02-27-2003, 03:58 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
Danke Mist... For the sake of sanity, it's...
Danke Mist...
For the sake of sanity, it's an either or deal... you can use the defaults or you can specify your own... default will be set to 'ON', so all it does is post the $message w/o the...
Forum:
vBulletin 2.x Beta Releases
02-27-2003, 03:25 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
Okay... fixed the file with your first fix...
Okay... fixed the file with your first fix Zelda... danke.
As to the second part, I'm going to put an on/off button in there so people can select which features they wish to use. It'll double the...
Forum:
vB3 Programming Discussions
02-26-2003, 11:38 PM
Replies:
1
Javascript Version of PHP in_array()
Views:
1,079
Posted By
TalkHardRandy
Javascript Version of PHP in_array()
Title says it all...
I love the PHP in_array() and use it quite a bit. But in order to get my my code to display in a template, I need to get that same functionality in JavaScript, but I don't...
Forum:
vBulletin 2.x Beta Releases
02-26-2003, 09:30 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
Okay... spelling bugs are fixed (which is why...
Okay... spelling bugs are fixed (which is why Notepad should have a spell checker :nods: )
As for the query, I don't know why it wouldn't work... I copied and pasted it out of MySQL and tried it...
Forum:
vBulletin 2.x Beta Releases
02-26-2003, 07:50 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
Okay, if you're like me your running TomBot &...
Okay, if you're like me your running TomBot & you've figured out that he/she doesn't like the color, font, size tags... especially if you're teaching to it.
In both newreply.php & newthread.php,...
Forum:
vBulletin 2.x Beta Releases
02-26-2003, 07:44 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
What it looks like in the User CP...
What it looks like in the User CP...
Forum:
vBulletin 2.x Beta Releases
02-25-2003, 10:00 PM
Replies:
67
User Default Font/Color/Size hack
Views:
16,772
Posted By
TalkHardRandy
User Default Font/Color/Size hack
First hack... please be gentle :confused: :
WHAT IT DOES:
It allows the user to specify in their profile what size, color and font that they wish to use in all their posts. This is esentially...
Forum:
Member Archives
02-19-2003, 03:57 PM
Replies:
8
What causes '&' instead of '&' in replies and polls?
Views:
932
Posted By
TalkHardRandy
I replaced newreply & that fixed the problem with...
I replaced newreply & that fixed the problem with the replies (broke a whole bunch o' other stuff, but that's beside the point). However, the polls are still doing the same thing. I tried to...
Forum:
Member Archives
02-18-2003, 04:41 PM
Replies:
8
What causes '&' instead of '&' in replies and polls?
Views:
932
Posted By
TalkHardRandy
vb 2.2.6 I did a clean install on and the...
vb 2.2.6
I did a clean install on and the error doesn't exist there, so it is a hack I installed... but I have no idea where to even start looking for the code.
Showing results 1 to 25 of 69
Page 1 of 3
1
2
3
>
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
11:30 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.04501 seconds
Memory Usage
2,044KB
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)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(57)
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.0012
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(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(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(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(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
FULLTEXT Search
php_sapi_name(): fpm-fcgi