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 48
Search took
0.00
seconds.
Search:
Posts Made By:
grb123
Forum:
vBulletin 2.x Full Releases
11-11-2002, 06:05 PM
Replies:
45
Digichat Hack v2.0 Semi-Live Whose in chat
Views:
13,036
Posted By
grb123
You created those custom templates when you first...
You created those custom templates when you first installed the chat hack. It's probably chatmod, but if you look under your custom templates in forums admin you will see them.
Forum:
vBulletin 2.x Full Releases
11-11-2002, 05:13 PM
Replies:
45
Digichat Hack v2.0 Semi-Live Whose in chat
Views:
13,036
Posted By
grb123
I've actually left the client just as it was....
I've actually left the client just as it was. I've only updated ChatMaster. I couldn't get version 4 to work and as everything works just fine as it is I'm not going to mess with it!
Forum:
vBulletin 2.x Full Releases
10-19-2002, 06:48 AM
Replies:
293
WebTemplates v.0.1 (Old Version)
Views:
51,620
Posted By
grb123
I can verify that this hack is absolutely...
I can verify that this hack is absolutely brilliant! Content management is now so easy, I have someone updating the site who has almost no HTML knowledge. They can even create new pages. They...
Forum:
vBulletin 2.x Full Releases
09-13-2002, 06:58 AM
Replies:
45
Digichat Hack v2.0 Semi-Live Whose in chat
Views:
13,036
Posted By
grb123
This works with version 4 but if you have admins...
This works with version 4 but if you have admins then one of the digichat settings for admins in ChatMaster is automatically ticked - Moderator. You need to remove this as otherwise admins can't...
Forum:
vBulletin 2.x Full Releases
09-12-2002, 08:37 AM
Replies:
45
Digichat Hack v2.0 Semi-Live Whose in chat
Views:
13,036
Posted By
grb123
It works with V4 except the you have to upgrade...
It works with V4 except the you have to upgrade ChatMaster. There is also a problem with admins not being able to access chat until it is upgraded - I think you have to get a new serial number, but...
Forum:
vB3 General Discussions
08-02-2002, 07:23 AM
Replies:
153
DISCUSSION - 2 tier membership system (paid members!).
Views:
27,511
Posted By
grb123
In admin/functions.php under Start buildpostbit...
In admin/functions.php under Start buildpostbit add:
// Premium Members
if ($post[usergroupid]==6)
$premiummember = 'xyz';
else
$premiummember = "";
// End Premium Members
...
Forum:
vBulletin 2.x Full Releases
07-30-2002, 09:11 PM
Replies:
293
WebTemplates v.0.1 (Old Version)
Views:
51,620
Posted By
grb123
Ah excellent- works perfectly! Thanks very much!
Ah excellent- works perfectly! Thanks very much!
Forum:
vBulletin 2.x Full Releases
07-30-2002, 07:12 PM
Replies:
293
WebTemplates v.0.1 (Old Version)
Views:
51,620
Posted By
grb123
Hi Logician I have the following in my query...
Hi Logician
I have the following in my query (using the new, unreleased version of Webtemplates)
Query:
Table:
Forum:
vBulletin 2.x Full Releases
07-30-2002, 06:37 PM
Replies:
293
WebTemplates v.0.1 (Old Version)
Views:
51,620
Posted By
grb123
I tried that but all that appears for each thread...
I tried that but all that appears for each thread title is "_" (which is linked to the thread). The title itself doesn't appear.
If I change "left(title,28)" in the query above to just "title",...
Forum:
vBulletin 2.x Full Releases
07-29-2002, 06:04 PM
Replies:
293
WebTemplates v.0.1 (Old Version)
Views:
51,620
Posted By
grb123
Webqueries query: I currently have the last...
Webqueries query:
I currently have the last 10 thread titles from my forum on a page. I have the query as follows:
SELECT threadid, title, FROM thread WHERE visible='1' AND forumid='1' ORDER BY...
Forum:
vBulletin 2.x Full Releases
07-21-2002, 09:24 AM
Replies:
293
WebTemplates v.0.1 (Old Version)
Views:
51,620
Posted By
grb123
Yes, you could but you would probably be better...
Yes, you could but you would probably be better off using vBHome or vBPortal which would be easier for your purposes. Do a search here to find those two hacks.
Forum:
vBulletin 2.x Full Releases
07-18-2002, 01:58 PM
Replies:
293
WebTemplates v.0.1 (Old Version)
Views:
51,620
Posted By
grb123
Thanks Logician. I may have to get the search...
Thanks Logician. I may have to get the search query from you as I don't trust myself! I've upgraded to the new Beta and it's all ok so far. I'll PM you some suggestions when I've played with it for a...
Forum:
vBulletin 2.x Full Releases
07-18-2002, 07:01 AM
Replies:
293
WebTemplates v.0.1 (Old Version)
Views:
51,620
Posted By
grb123
Ah, sorry - should have checked there! Thanks!...
Ah, sorry - should have checked there! Thanks! Yes, that is also one of the reasons why your script interests me so much - at the moment I have a fairly static site but updating and backing up is a...
Forum:
vBulletin 2.x Full Releases
07-17-2002, 12:34 PM
Replies:
293
WebTemplates v.0.1 (Old Version)
Views:
51,620
Posted By
grb123
Another useful feature would be a backup for...
Another useful feature would be a backup for WebTemplates only, as per the vBulletin styles. I've done it using mysqldump and just dumping the webtemplates and webtemplatequery tables, but if we had...
Forum:
vBulletin 2.x Full Releases
07-17-2002, 07:35 AM
Replies:
293
WebTemplates v.0.1 (Old Version)
Views:
51,620
Posted By
grb123
Hi Logician Thanks for the reply. The reason...
Hi Logician
Thanks for the reply. The reason why I want to include templates is to make it easier for our site editor to update the sections he needs to update without getting lost in all the code...
Forum:
vBulletin 2.x Full Releases
07-16-2002, 06:29 PM
Replies:
293
WebTemplates v.0.1 (Old Version)
Views:
51,620
Posted By
grb123
Nice one Logician - I'm just installing this hack...
Nice one Logician - I'm just installing this hack on a test server and I am pretty impressed so far!
One question:
How do I include a template in another template? I thought you could just...
Forum:
vBulletin 2.x Full Releases
06-19-2002, 08:20 AM
Replies:
45
Digichat Hack v2.0 Semi-Live Whose in chat
Views:
13,036
Posted By
grb123
Well the good news is you don't have to be a good...
Well the good news is you don't have to be a good hacker to install a hack - you just have to be able to follow instructions! ;)
You login error is most likely because you haven't set up your...
Forum:
vBulletin 2.x Full Releases
06-06-2002, 12:28 PM
Replies:
45
Digichat Hack v2.0 Semi-Live Whose in chat
Views:
13,036
Posted By
grb123
You should really speak to DigiChat about that -...
You should really speak to DigiChat about that - I don't think it's related to this hack.
Forum:
vBulletin 2.x Full Releases
06-06-2002, 09:05 AM
Replies:
45
Digichat Hack v2.0 Semi-Live Whose in chat
Views:
13,036
Posted By
grb123
If you want to give your users rights to create...
If you want to give your users rights to create rooms, login as ChatMaster and under Options select Accounts and then Guest (I think) and then Edit. You will be able to change the options for each...
Forum:
vBulletin 2.x Full Releases
06-04-2002, 11:54 AM
Replies:
45
Digichat Hack v2.0 Semi-Live Whose in chat
Views:
13,036
Posted By
grb123
You shouldn't have to - all registered members...
You shouldn't have to - all registered members will automatically be allowed into the chat room if they have logged in. To add your super moderators as chat moderators, just do as I said earlier.
Forum:
vBulletin 2.x Full Releases
05-24-2002, 05:50 PM
Replies:
45
Digichat Hack v2.0 Semi-Live Whose in chat
Views:
13,036
Posted By
grb123
There may be a way to sync passwords but I don't...
There may be a way to sync passwords but I don't think this hack can do ti. If a mod changes their password it must be changed in both vB and DigiChat.
Forum:
vBulletin 2.x Full Releases
05-24-2002, 05:37 PM
Replies:
45
Digichat Hack v2.0 Semi-Live Whose in chat
Views:
13,036
Posted By
grb123
You need to create an account using ChatMaster...
You need to create an account using ChatMaster for your moderator and assign the same password they are using for vB. They will be prompted for their password when they open the chat.
The Users...
Forum:
Member Archives
03-16-2002, 12:07 PM
Replies:
5
Force update of profile
Views:
721
Posted By
grb123
Brilliant! That's the one! Thanks very much!
Brilliant! That's the one!
Thanks very much!
Forum:
Member Archives
03-16-2002, 11:02 AM
Replies:
5
Force update of profile
Views:
721
Posted By
grb123
OK, what I have so far is: if...
OK, what I have so far is:
if ($userfield[required]=="") {
eval("standarderror(\"".gettemplate('error_updateprofile')."\");");
}
I've put that just below the show_nopermission(); in...
Forum:
Member Archives
03-15-2002, 11:39 AM
Replies:
5
Force update of profile
Views:
721
Posted By
grb123
No, I actually want them to fill in the new...
No, I actually want them to fill in the new fields.
So for example, there is a Gender field (M or F). When a member comes to the forum, I want Forum Home to query the database to check whether...
Showing results 1 to 25 of 48
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
12:28 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.02804 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
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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
(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