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 53
Search took
0.00
seconds.
Search:
Posts Made By:
Dionysis
Forum:
vB3 General Discussions
07-14-2005, 02:33 AM
Replies:
10
Easy question - vbphrases dont' work
Views:
1,078
Posted By
Dionysis
bueler bueler?
bueler bueler?
Forum:
vB3 General Discussions
07-13-2005, 02:14 AM
Replies:
10
Easy question - vbphrases dont' work
Views:
1,078
Posted By
Dionysis
ok where do i do that, for example this phrase...
ok where do i do that, for example this phrase "$vbphrase['all_template_groups']"
how do i load that into my script?
Forum:
vB3 General Discussions
07-12-2005, 06:48 AM
Replies:
10
Easy question - vbphrases dont' work
Views:
1,078
Posted By
Dionysis
hrm. good question. which phrasegroup is used in...
hrm. good question. which phrasegroup is used in the adminCP?
Forum:
vB3 General Discussions
07-12-2005, 06:03 AM
Replies:
10
Easy question - vbphrases dont' work
Views:
1,078
Posted By
Dionysis
I need to include both global.php's because of...
I need to include both global.php's because of the functions i'm running through the script ^_^.
Also, since both are included I removed the "global $vbphrase;" since $vbphrase = init_lang(); is...
Forum:
vB3 General Discussions
07-12-2005, 04:35 AM
Replies:
10
Easy question - vbphrases dont' work
Views:
1,078
Posted By
Dionysis
it should, $vbphrase is just a bigass array. my...
it should, $vbphrase is just a bigass array. my real problem is more along the lines of this line:
construct_link_code("<b>" . COLLAPSECODE . "</b>",...
Forum:
vB3 General Discussions
07-12-2005, 04:18 AM
Replies:
10
Easy question - vbphrases dont' work
Views:
1,078
Posted By
Dionysis
Easy question - vbphrases dont' work
I'm creating a new file and wondering why Vbphrases arn't working while almost all other variables are...
the file is simply:
chdir('/blah/vbulletin');
...
Forum:
vB3 General Discussions
07-07-2005, 03:39 AM
Replies:
1
styles and child styles
Views:
650
Posted By
Dionysis
styles and child styles
I'm working on a template mod and wondering whats the point for multiple styles and child styles?
Even multiple styles (sets of the same templates) don't make much sense since ... ideally, you'd...
Forum:
vB3 General Discussions
07-04-2005, 07:15 PM
Replies:
7
why precache templates, i'm not finding it in the code....
Views:
861
Posted By
Dionysis
Ah! thank you much.
Ah! thank you much.
Forum:
vB3 General Discussions
07-04-2005, 07:02 PM
Replies:
7
why precache templates, i'm not finding it in the code....
Views:
861
Posted By
Dionysis
yea, WHERE? where in the code ^_^. I want to look...
yea, WHERE? where in the code ^_^. I want to look it over myself :squareeyed:
Forum:
vB3 General Discussions
07-04-2005, 06:32 PM
Replies:
7
why precache templates, i'm not finding it in the code....
Views:
861
Posted By
Dionysis
right, that is what i'm looking for in the code....
right, that is what i'm looking for in the code. But doing a bunch of crtl+F for "$actiontemplates" and associated arrays brings up nothing so i can't find where it's being used.
Forum:
vB3 General Discussions
07-04-2005, 05:53 PM
Replies:
7
why precache templates, i'm not finding it in the code....
Views:
861
Posted By
Dionysis
why precache templates, i'm not finding it in the code....
In all the pages there are arrays like $phrasegroups, $specialtemplates, $actiontemplates etc.
what is the purpose of these? I can't find where they are called anywhere else in the code.
the...
Forum:
vBulletin 3.0 Full Releases
05-13-2005, 03:10 AM
Replies:
46
Last X Threads From A Particular Forum On Non-VB Page
Views:
12,352
Posted By
Dionysis
just remove the "WHERE forumid=$forumid"...
just remove the "WHERE forumid=$forumid" completely from the query, and it'll select from every forum.
If you want to select from secified forum ID's, you'll have to write a loop to insert that...
Forum:
vB3 General Discussions
05-10-2005, 09:26 PM
Replies:
3
latest threads outside forum (on homepage)
Views:
828
Posted By
Dionysis
latest threads outside forum (on homepage)
I searched all over for about 15 minutes and didn't come up with anything to use on vb3.0.x . I want to display the latest 5-10 forum posts on my homepage.
should be easy enough...
Forum:
vB3 General Discussions
05-05-2005, 03:36 AM
Replies:
4
getting SQL error
Views:
737
Posted By
Dionysis
or just add the column to the table. look up the...
or just add the column to the table. look up the exact mysql syntax for ALTER table
something like:
"ALTER TABLE <tablename> ADD canviewarticles SMALLINT NOT NULL DEFAULT '0'"
put that in...
Forum:
vB3 General Discussions
05-04-2005, 07:00 AM
Replies:
14
Looking for CMS to go with vBulletin
Views:
1,960
Posted By
Dionysis
hey, i just decided to make my own CMS ontop of...
hey, i just decided to make my own CMS ontop of vbulletin (with some help).
65% done.
Forum:
vB3 General Discussions
05-04-2005, 06:56 AM
Replies:
7
Admin Panel
Views:
950
Posted By
Dionysis
"but what is the debug mode used for ?..." ...
"but what is the debug mode used for ?..."
pretty much 'debugging' yea. but, it occasionally throws in a few extra queries to tell you what is going on and you can use a dropdown menu to figure...
Forum:
vB3 General Discussions
04-30-2005, 02:37 AM
Replies:
6
I got a new skin with the PSD, where do I upload the PSD?
Views:
1,061
Posted By
Dionysis
o wow. sucks because this isn't a simple...
o wow.
sucks because this isn't a simple matter to teach someone =/
Forum:
vB3 General Discussions
04-28-2005, 03:16 AM
Replies:
2
holy crap, vbulletin_templatemgr.js
Views:
786
Posted By
Dionysis
hrm. I didn't test it last night since I went to...
hrm. I didn't test it last night since I went to sleep. Seems when I woke up the problem was resolved after clearing the cache. Now, new changes I'm making and clearing the cache again arn't seeming...
Forum:
vB3 General Discussions
04-27-2005, 04:56 AM
Replies:
2
holy crap, vbulletin_templatemgr.js
Views:
786
Posted By
Dionysis
holy crap, vbulletin_templatemgr.js
this file should be in the /clientscript/ directory right?
I'm editing the file, even deleting entire fuctions and uploading it over the existing vbulletin_templatemgr.js in that folder and it...
Forum:
vB3 General Discussions
04-26-2005, 07:05 AM
Replies:
5
where is print_submit_row()
Views:
1,205
Posted By
Dionysis
where is print_submit_row()
where is print_submit_row() function?
thx.
Forum:
vB3 General Discussions
04-24-2005, 08:49 AM
Replies:
2
where is the value template_templates used?!
Views:
863
Posted By
Dionysis
nm. i looked through the javascript's and found...
nm. i looked through the javascript's and found it.
cool setup for the code, i think. but a pain to try to figure out.
Forum:
vB3 General Discussions
04-22-2005, 07:26 PM
Replies:
2
where is the value template_templates used?!
Views:
863
Posted By
Dionysis
c'mon,someone has to have some experience w/ the...
c'mon,someone has to have some experience w/ the option menu's inside Vbulletin????
ok i tracked down the problem to this peice of code:
onchange=\"Sdo(this.options[this.selectedIndex].value,...
Forum:
vB3 General Discussions
04-19-2005, 11:26 PM
Replies:
2
where is the value template_templates used?!
Views:
863
Posted By
Dionysis
where is the value template_templates used?!
in includes/adminfunctions_template.php
in the function print_style
there is the dropdown option list with name=\"styleEdit_$printstyleid\"
and value=\"template_templates\">" ....
Forum:
Modification Requests/Questions (Unpaid)
04-19-2005, 10:17 PM
Replies:
0
multiple groupings for templates
Views:
765
Posted By
Dionysis
multiple groupings for templates
I want to create another huge group of templates and give them all a unique grouping. from the style dropdown menu it would then say "select vbtemplates" and "select my uber group of templates"
...
Forum:
vbArticles
02-23-2005, 02:58 AM
Replies:
8
[Pending-i] Blank Admin Settings?
Views:
2,364
Posted By
Dionysis
A bit of fiddling... I would guess this is an...
A bit of fiddling... I would guess this is an issue with php's handling of errors. I know some installations will return a blank page instead of just printing out errors... if you include something...
Showing results 1 to 25 of 53
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
06:08 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.02908 seconds
Memory Usage
2,030KB
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
(17)
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.0011
(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(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(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(106, 0, 1,''); -> cached fperms for forum 106
(unspecified) fetch_permissions(106, 0, 1,''); -> cached fperms for forum 106
FULLTEXT Search
php_sapi_name(): fpm-fcgi