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 35
Search took
0.00
seconds.
Search:
Posts Made By:
mossyuk
Forum:
vBulletin 3.0 Full Releases
02-17-2004, 02:50 PM
Replies:
4,569
v3 Arcade - Games Arcade & Challenge System [vB 3.0.3]
Views:
895,130
Posted By
mossyuk
cheers.
cheers.
Forum:
vBulletin 3.0 Full Releases
02-17-2004, 09:04 AM
Replies:
4,569
v3 Arcade - Games Arcade & Challenge System [vB 3.0.3]
Views:
895,130
Posted By
mossyuk
I really want to install this hack but Im...
I really want to install this hack but Im wondering - will I have to carry out these modifcations again when the next release of vb comes out, or will they carry over? The last thing I want to do is...
Forum:
vBulletin 3.0 Full Releases
02-11-2004, 07:12 AM
Replies:
2,463
vBindex v3.0.0 RC5
Views:
582,363
Posted By
mossyuk
Is it possible to call the news page to show...
Is it possible to call the news page to show other forums than the one specified in the config file? Kinda like using a differant news page for each forum? I think I could probably hack this in...
Forum:
vBulletin 3.0 Full Releases
02-04-2004, 02:36 PM
Replies:
2,463
vBindex v3.0.0 RC5
Views:
582,363
Posted By
mossyuk
cheers, i will try that tomorrow ;)
cheers, i will try that tomorrow ;)
Forum:
vBulletin 3.0 Full Releases
02-04-2004, 02:35 PM
Replies:
2,463
vBindex v3.0.0 RC5
Views:
582,363
Posted By
mossyuk
I think your DIR path should point to the...
I think your DIR path should point to the 'virtual' path - relative to your web site root, rather than your physical disk location.
My CH_DIR path points to /vb303/
as an example, my 'root'...
Forum:
vBulletin 3.0 Full Releases
02-04-2004, 01:47 PM
Replies:
2,463
vBindex v3.0.0 RC5
Views:
582,363
Posted By
mossyuk
have you changed the CH_DIR variable to fit your...
have you changed the CH_DIR variable to fit your site, in vbiconfig.php (if thats a bit sketchy, its in the READ_ME.TXT)
Forum:
vBulletin 3.0 Full Releases
02-04-2004, 01:26 PM
Replies:
2,463
vBindex v3.0.0 RC5
Views:
582,363
Posted By
mossyuk
Also - I know its possible to add a dynamic page...
Also - I know its possible to add a dynamic page - but that looks hard. Is it not possible to use an include to pull a PHP page kinda like an IFrame would do?
Forum:
vBulletin 3.0 Full Releases
02-04-2004, 12:53 PM
Replies:
2,463
vBindex v3.0.0 RC5
Views:
582,363
Posted By
mossyuk
i have done the bit that says to add...
i have done the bit that says to add construct_nav_option(construct_phrase($vbphrase['x_options'], 'vBindex'), 'vbioptions.php?', '<br />');
However, although the link seems to work (it creates a...
Forum:
vBulletin 3 Articles
02-04-2004, 11:58 AM
Replies:
113
Some basics of vB3(mini howto)
Views:
29,076
Posted By
mossyuk
im confused - how do i make the navbar i have...
im confused - how do i make the navbar i have included in my page change to show your status as logged in?
Forum:
Modification Requests/Questions (Unpaid)
02-02-2004, 10:03 AM
Replies:
9
navbar on none vb page
Views:
1,330
Posted By
mossyuk
cheers, this is my code for any one else who...
cheers, this is my code for any one else who wants it:
<?php
// ## Changes Directory so it can accesss vBulletin IF we are outside the forums folder, if not this is not nessary ##...
Forum:
Modification Requests/Questions (Unpaid)
02-02-2004, 09:35 AM
Replies:
9
navbar on none vb page
Views:
1,330
Posted By
mossyuk
what exactly is the 'eval' doing though? I have...
what exactly is the 'eval' doing though? I have never worked that one out. Forgive my ignorance, I'm a n00b with PHP really - as though you couldnt have guessed.
This is what I have so far:
...
Forum:
Modification Requests/Questions (Unpaid)
02-02-2004, 09:22 AM
Replies:
9
navbar on none vb page
Views:
1,330
Posted By
mossyuk
I'm still having fun with this. If I do the...
I'm still having fun with this. If I do the following:
$globaltemplates = array(
'navbar,headinclude'
);
// ## Grabs global.php this grabs vbulletins global.php so we can use the most basic...
Forum:
Modification Requests/Questions (Unpaid)
01-30-2004, 11:24 AM
Replies:
9
navbar on none vb page
Views:
1,330
Posted By
mossyuk
I followed a link on your signature and managed...
I followed a link on your signature and managed to write a little script that pulls out the navbar. However, it is missing all its colour (presuming thats to do with a style sheet problem?) and the...
Forum:
Modification Requests/Questions (Unpaid)
01-30-2004, 11:13 AM
Replies:
9
navbar on none vb page
Views:
1,330
Posted By
mossyuk
Well I was hoping I could just pull that one...
Well I was hoping I could just pull that one template from the database. It is a PHP page im working on. Basically its an amalgamation of the last10threads script that was released for vB2 with...
Forum:
Modification Requests/Questions (Unpaid)
01-30-2004, 11:08 AM
Replies:
9
navbar on none vb page
Views:
1,330
Posted By
mossyuk
navbar on none vb page
Im not sure how hard this is to do, but the vb3 index.php doesnt seem to like me trying to hack it out. I have seen it included in vBindex so its do-able.
Im trying to create my own start page...
Forum:
vBulletin 2.x Full Releases
01-27-2004, 12:48 PM
Replies:
581
Last XX Posts on non-vB page
Views:
146,567
Posted By
mossyuk
and in answer to my own question, yes it does :)...
and in answer to my own question, yes it does :) :D Nice 1.
Forum:
vBulletin 2.x Full Releases
01-27-2004, 12:42 PM
Replies:
581
Last XX Posts on non-vB page
Views:
146,567
Posted By
mossyuk
does this work with vb3?
does this work with vb3?
Forum:
vBulletin 2.x Full Releases
07-29-2003, 11:46 AM
Replies:
265
WebTemplates 2.x: VB Integrated Content Management System
Views:
64,366
Posted By
mossyuk
j e b u s h c h r y s l e r. Now thats a...
j e b u s h c h r y s l e r.
Now thats a hack! *installed*.
Forum:
vBulletin Pre-Sales Questions
07-15-2003, 09:06 AM
Replies:
8
Post Expiration
Views:
1,902
Posted By
mossyuk
did this ever get actioned?
did this ever get actioned?
Forum:
vBulletin 2.x Full Releases
07-14-2003, 10:33 AM
Replies:
131
Moderator Activity Logging (updated)
Views:
25,752
Posted By
mossyuk
thanks, installed.
thanks, installed.
Forum:
vBulletin 2.x Full Releases
07-14-2003, 10:11 AM
Replies:
21
Alternate Reporting for 'Report Post to Moderators'
Views:
4,653
Posted By
mossyuk
installed :)
installed :)
Forum:
vBulletin 2.x Full Releases
07-14-2003, 09:59 AM
Replies:
21
Alternate Reporting for 'Report Post to Moderators'
Views:
4,653
Posted By
mossyuk
super duper :) nice one, will be installing this...
super duper :) nice one, will be installing this one.
Forum:
vBulletin 2.x Full Releases
05-19-2003, 02:18 PM
Replies:
58
Embed PHP in Templates
Views:
11,919
Posted By
mossyuk
Im getting the page full of Parse error's as...
Im getting the page full of Parse error's as well. Running 2.2.7 if thats making any differance?
Forum:
vBulletin 2.x Full Releases
05-12-2003, 09:09 AM
Replies:
58
Embed PHP in Templates
Views:
11,919
Posted By
mossyuk
Very nice, thanks! :bunny: :banana:
Very nice, thanks! :bunny: :banana:
Forum:
vBulletin 2.x Full Releases
05-07-2003, 09:20 AM
Replies:
151
Simple newsportal / thread overview to add to your board...
Views:
21,910
Posted By
mossyuk
is there no way to make it so it doesnt have to...
is there no way to make it so it doesnt have to be in the /forums/ directory? I use individual team pages on my Intranet and I would like to use this script for each team but so far havent figured...
Showing results 1 to 25 of 35
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:05 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.02189 seconds
Memory Usage
2,024KB
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
(54)
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(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(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(26, 0, 1,''); -> cached fperms for forum 26
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi