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 28
Search took
0.00
seconds.
Search:
Posts Made By:
RossOliver
Forum:
vB3 General Discussions
12-29-2005, 05:31 PM
Replies:
0
implementing a plugin that uses AJAX
Views:
1,148
Posted By
RossOliver
implementing a plugin that uses AJAX
Hey,
I have a wiki that I'm trying to implement as best I can with my forum. So far I have displayed the recent wiki activity in the forums. What I want to do now is use AJAX to update the recent...
Forum:
vBulletin 3.0 Full Releases
12-14-2005, 04:04 PM
Replies:
8
mediaWiki vBulletin Statistics
Views:
4,628
Posted By
RossOliver
hmm It was tried, and worked, on vBulletin 3.5.2...
hmm It was tried, and worked, on vBulletin 3.5.2 and MediaWiki 1.5.3 (so I've been told) - you can get the latest version here...
Forum:
vBulletin 3.0 Full Releases
12-07-2005, 10:10 PM
Replies:
8
mediaWiki vBulletin Statistics
Views:
4,628
Posted By
RossOliver
try changing all the places the otuput is parsed...
try changing all the places the otuput is parsed to this;
# parse the output for wiki markup
global $wgTitle;
global $wgUser;
$parser = new Parser();
$parser->startExternalParse($wgTitle,...
Forum:
vBulletin 3.0 Full Releases
12-07-2005, 09:58 PM
Replies:
8
mediaWiki vBulletin Statistics
Views:
4,628
Posted By
RossOliver
you have to alter the way the extension uses the...
you have to alter the way the extension uses the parser, it must have changed for 1.5.x
-Ross
Forum:
Community Reviews
12-05-2005, 03:46 PM
Replies:
18
Honest opinion of my forum please :)
Views:
2,151
Posted By
RossOliver
Although I could only bear the tune you have...
Although I could only bear the tune you have going for about 10 seconds, I didn't see anywhere I could turn it off! I would consider adding an 'off' button for it; like allot of people I have my own...
Forum:
Community Reviews
11-27-2005, 07:25 PM
Replies:
7
XboxLiveForums.com
Views:
1,653
Posted By
RossOliver
I like it, but I do think it needs some colour in...
I like it, but I do think it needs some colour in the background, you can use too much white :)
-Ross
Forum:
Community Reviews
11-24-2005, 04:04 PM
Replies:
14
My wiki-themed forum
Views:
1,473
Posted By
RossOliver
lol, he's still crying like a baby :ninja:
lol, he's still crying like a baby :ninja:
Forum:
Community Reviews
11-24-2005, 06:11 AM
Replies:
14
My wiki-themed forum
Views:
1,473
Posted By
RossOliver
wow, this is an old thread - I actually started a...
wow, this is an old thread - I actually started a new one a few days ago lol...(got my licence issues sorted now btw :))
I'll post the code for the sidebar when I get back from work...
-Ross
Forum:
Community Reviews
11-21-2005, 06:21 AM
Replies:
3
Developers Digest forums
Views:
917
Posted By
RossOliver
Thanks, and I see your point; I may make the...
Thanks, and I see your point; I may make the borders a dark gray - I think black might be a bit of a contrast...
-Ross
Forum:
Community Reviews
11-20-2005, 12:28 PM
Replies:
3
Developers Digest forums
Views:
917
Posted By
RossOliver
Developers Digest forums
Hey,
I posted this a while ago now, but I've changed it all so I'm looking for some feedback :)
I tried to keep the MediaWiki theme going in the forums (http://www.developersdigest.org/forum)...
Forum:
vB3 General Discussions
10-20-2005, 06:54 PM
Replies:
2
Link forum category to outside website
Views:
798
Posted By
RossOliver
Some one must know how to do this?
Some one must know how to do this?
Forum:
vB3 General Discussions
10-18-2005, 07:50 PM
Replies:
2
Link forum category to outside website
Views:
798
Posted By
RossOliver
Link forum category to outside website
Hey,
Is there a modification, or something in the admincp that will allow me to change a forum link to an outside website address.
It's been done on vbulletin.com; they link to vbulletin.org...
Forum:
vB3 General Discussions
10-12-2005, 10:54 AM
Replies:
13
putting PHP in style templates
Views:
1,167
Posted By
RossOliver
ok, I think I'm almost there. In the...
ok, I think I'm almost there. In the phpinclude_start template I have this;
/*
// Example of how to include a seperate file:
ob_start();
include('yourheader.html');
$your_code =...
Forum:
vB3 General Discussions
10-12-2005, 06:10 AM
Replies:
13
putting PHP in style templates
Views:
1,167
Posted By
RossOliver
I know I'm being really stupid - but I don't see...
I know I'm being really stupid - but I don't see a 'plugin system' option down the left column, or in the 'vBulletin options' section :o
I am looking in the right place, right...there should be...
Forum:
vB3 General Discussions
10-11-2005, 09:07 PM
Replies:
13
putting PHP in style templates
Views:
1,167
Posted By
RossOliver
Ah ok I think I understand now - but I think im...
Ah ok I think I understand now - but I think im going crazy, what on earth is 'global_start'? a file, template, something in the admincp :ermm:
-Ross
Forum:
vB3 General Discussions
10-11-2005, 08:45 PM
Replies:
13
putting PHP in style templates
Views:
1,167
Posted By
RossOliver
Alright, but where does that go and how does it...
Alright, but where does that go and how does it make it's way into the template? :o
Cheers,
-Ross
I'm just trying to include a few lines of returned text in a div table under the...
Forum:
vB3 General Discussions
10-11-2005, 08:35 PM
Replies:
13
putting PHP in style templates
Views:
1,167
Posted By
RossOliver
urgh, I can't get my head round this :ermm: ...
urgh, I can't get my head round this :ermm:
Ok, I have my php script which now just returns a load of HTML in a single variable.
What I don't understand is how to get that variable into the...
Forum:
vB3 General Discussions
10-11-2005, 08:03 PM
Replies:
13
putting PHP in style templates
Views:
1,167
Posted By
RossOliver
putting PHP in style templates
Hey,
How can I include a PHP script in the navbar style template?
Alternatively, where can I find the navbar template in a PHP file rather than through the admin cpanel...
Cheers,
-Ross
Forum:
vBulletin 3.0 Full Releases
09-18-2005, 10:23 AM
Replies:
8
mediaWiki vBulletin Statistics
Views:
4,628
Posted By
RossOliver
added the zip file :) - I struggled to find it...
added the zip file :) - I struggled to find it earlier :o
I've also included the installation and usage instructions on this page.
-Ross
Forum:
vB3 General Discussions
09-17-2005, 09:46 PM
Replies:
4
getting strange results with the BB code parser
Views:
772
Posted By
RossOliver
oooh so wysiwyg is the name of the editor - makes...
oooh so wysiwyg is the name of the editor - makes sense now :)
Thanks again,
-Ross
Forum:
vB3 General Discussions
09-17-2005, 09:30 PM
Replies:
4
getting strange results with the BB code parser
Views:
772
Posted By
RossOliver
That worked perfectly - thanks! Out of...
That worked perfectly - thanks!
Out of curiosity...what on earth does 'wysiwygparse' stand for when it's at home?
-Ross
Forum:
vB3 General Discussions
09-17-2005, 09:17 PM
Replies:
4
getting strange results with the BB code parser
Views:
772
Posted By
RossOliver
getting strange results with the BB code parser
Hey,
I've altered my includes/functions_bbcodeparser.php file to add an image after every hyperlink (as the mediaWiki software does for external links; see my wiki...
Forum:
vBulletin 3.0 Full Releases
09-16-2005, 10:00 PM
Replies:
8
mediaWiki vBulletin Statistics
Views:
4,628
Posted By
RossOliver
mediaWiki vBulletin Statistics
I hope this is the most suitable place to post this extension.
Basically, it allows you to view information about your forum statistics on your mediaWiki pages. You can view an example of the...
Forum:
Community Reviews
09-13-2005, 04:59 PM
Replies:
14
My wiki-themed forum
Views:
1,473
Posted By
RossOliver
hahaha, nah, I know the guy - in fact I'm seeing...
hahaha, nah, I know the guy - in fact I'm seeing him tonight, maybe I will just poison his drink *conspires* :ninja:
-Ross
[edit]
locked the directory since someone was happily viewing my...
Forum:
Community Reviews
09-13-2005, 04:46 PM
Replies:
14
My wiki-themed forum
Views:
1,473
Posted By
RossOliver
I made changes to a few files, but I think I can...
I made changes to a few files, but I think I can remember the ones I changed. I'll make sure he has a licence and see if I can get it transfered to my domain. If he hasn't and he sent me illegal...
Showing results 1 to 25 of 28
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
04:56 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.04215 seconds
Memory Usage
2,033KB
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
(22)
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.0019
(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(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(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(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(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(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
FULLTEXT Search
php_sapi_name(): fpm-fcgi