Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
Views: 1,078
Posted By Dionysis
bueler bueler?

bueler bueler?
Forum: vB3 General Discussions 07-13-2005, 02:14 AM
Replies: 10
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT. The time now is 06:08 PM.


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