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

Showing results 1 to 25 of 278
Search took 0.01 seconds.
Search: Posts Made By: The-Ensemble
Forum: vB3 Programming Discussions 08-11-2009, 03:25 PM
Replies: 4
Views: 877
Posted By The-Ensemble
https://vborg.vbsupport.ru/external/2009/08/70.jpg...

https://vborg.vbsupport.ru/external/2009/08/70.jpg

I've been able to convert the images after alot of trial and error, but I can't change the others into a select menu.
Forum: vB3 Programming Discussions 08-11-2009, 12:18 AM
Replies: 4
Views: 877
Posted By The-Ensemble
Revert VB3 editor back to VB2

Is there any way that I can revert the wysiwyg editor of VB3x back to the buttonized editor of VB2?

Thanks in advance.
Forum: vBulletin Tips & Tricks 05-11-2009, 02:23 AM
Replies: 30
Views: 18,845
Posted By The-Ensemble
Thank you very much. :)

Thank you very much. :)
Forum: vB3 Programming Discussions 06-03-2008, 12:56 PM
Replies: 7
Views: 886
Posted By The-Ensemble
It didn't output the </tr><tr> at all I put <!--...

It didn't output the </tr><tr> at all I put <!-- cat --> at the top and <!-- / cat --> at the bottom of the template to check if it was being outputted but in the wrong place. And It wasn't. But its...
Forum: vB3 Programming Discussions 06-02-2008, 11:28 PM
Replies: 7
Views: 886
Posted By The-Ensemble
Oh wow, that works. Thanks! Question: what...

Oh wow, that works. Thanks!

Question: what does the . in .= do?
Forum: vB3 Programming Discussions 06-02-2008, 10:45 PM
Replies: 7
Views: 886
Posted By The-Ensemble
The query is working fine, its returning all 4...

The query is working fine, its returning all 4 records from the database with errors and the counter is working fine as I've put $counter in the template and its clearly stating 1-3 then resets to 1...
Forum: vB3 Programming Discussions 06-02-2008, 10:29 PM
Replies: 7
Views: 886
Posted By The-Ensemble
Columnizing

I've NO idea what I am doing wrong here.

$counter = 0;

$result = mysql_query("query");

while ($category = mysql_fetch_assoc($result)) {

$columncount = '3';
$counter++;
Forum: vB3 Programming Discussions 06-01-2008, 06:25 AM
Replies: 7
Views: 958
Posted By The-Ensemble
Hey that worked, thanks!

Hey that worked, thanks!
Forum: vB3 Programming Discussions 06-01-2008, 04:45 AM
Replies: 7
Views: 958
Posted By The-Ensemble
I'm outputting it through the extra_categories...

I'm outputting it through the extra_categories template using $cats to compile the list.
Forum: vB3 Programming Discussions 06-01-2008, 01:29 AM
Replies: 7
Views: 958
Posted By The-Ensemble
Its above. Heres the whole plugin if...

Its above.

Heres the whole plugin

if ($_REQUEST['do'] == 'catlist')
{
$result = mysql_query("SELECT * FROM `vb_extra_cats` ORDER BY `displayorder`;");

eval('print_output("' ....
Forum: vB3 Programming Discussions 06-01-2008, 01:11 AM
Replies: 7
Views: 958
Posted By The-Ensemble
Calling a template in a while

I'd of written a more descriptive title if I knew what was wrong.

I'm trying to list information from a table and to do it I first printed a template then underneath that in the plugin I wrote.
...
Forum: vB3 Programming Discussions 05-30-2008, 03:37 PM
Replies: 4
Views: 888
Posted By The-Ensemble
Hey that works, thanks so much! :D

Hey that works, thanks so much! :D
Forum: vB3 Programming Discussions 05-29-2008, 09:18 PM
Replies: 4
Views: 888
Posted By The-Ensemble
Plugin: $only['extra_'] = 'Extra'; Hook:...

Plugin: $only['extra_'] = 'Extra';
Hook: template_groups
Forum: vB3 Programming Discussions 05-22-2008, 03:23 PM
Replies: 4
Views: 888
Posted By The-Ensemble
Added Templates Don't Go To Group

This isn't major or anything, its mainly just annoying (because I like to have templates all neat and organized)

I created a template group mimicking a hack that has done the templates grouping...
Forum: vBulletin.org Site Feedback 03-23-2008, 11:42 PM
Replies: 3
Views: 1,191
Posted By The-Ensemble
Here Here!!! Its murder trying to look...

Here Here!!!

Its murder trying to look through threads, then encountering random problems which makes you think your total moron til you realize your using an out of date article for reference. :(
Forum: vB3 Programming Discussions 03-22-2008, 08:59 PM
Replies: 2
Views: 828
Posted By The-Ensemble
Bump #2

Bump #2
Forum: vB3 Programming Discussions 03-21-2008, 07:57 PM
Replies: 2
Views: 828
Posted By The-Ensemble
Bump

Bump
Forum: vB3 Programming Discussions 03-19-2008, 07:04 PM
Replies: 2
Views: 828
Posted By The-Ensemble
Allow users to change styles within forums with forced styles

I'm sure theres a hack for this but I can't find it.

Does anyone know of this hack where; In the usercp there'd be an option to select a style name (not the one in edit options) then in a forum...
Forum: vB3 Programming Discussions 03-18-2008, 12:20 AM
Replies: 0
Views: 619
Posted By The-Ensemble
Quick question regarding if conditions

I'm trying to put a code into a template and I want the condition to only work if the profile field starts with http, I know it would be like or something along those lines can someone help me out?
...
Forum: vB3 Programming Discussions 03-10-2008, 03:39 PM
Replies: 2
Views: 715
Posted By The-Ensemble
mod_rewrite question

I've heard using mod_rewrite is the best way to get a more clean url.

I have file.php?do=view&id=X and I want to change to file.php?id=X like how forumdisplay.php works, what would the rewrite...
Forum: vB3 Programming Discussions 03-03-2008, 09:24 PM
Replies: 1
Views: 755
Posted By The-Ensemble
Whats adminhash? *is dumb*

I was printing an array while I try and do a display order function like style manager for my custom hack and the array returned



I can only account for dorder & order, where has admin hash...
Forum: vB3 Programming Discussions 03-03-2008, 10:13 AM
Replies: 4
Views: 909
Posted By The-Ensemble
Nope, empty. I normally would of thought it'd be...

Nope, empty. I normally would of thought it'd be something like



if(empty($var))
{
error message
}
Forum: vB3 General Discussions 03-03-2008, 08:51 AM
Replies: 2
Views: 677
Posted By The-Ensemble
I'm pretty sure you can use ranks for this, but...

I'm pretty sure you can use ranks for this, but don't quote me. <_<
Forum: vB3 Programming Discussions 03-03-2008, 08:06 AM
Replies: 4
Views: 909
Posted By The-Ensemble
Displaying a Custom Error Message??

In the admincp file for the hack I'm doing, if the foreach functions return empty it returns



How could I change that to display a html wrapped message customized by me? Such as 'This Section...
Forum: vBulletin 3.7 Add-ons 03-02-2008, 07:03 AM
Replies: 1,989
Major Additions - PhotoPlog: The Lite Gallery
Views: 646,051
Posted By The-Ensemble
Any help with my problem yet?

Any help with my problem yet?
Showing results 1 to 25 of 278

 
Forum Jump

All times are GMT. The time now is 11:49 AM.


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.01829 seconds
  • Memory Usage 2,053KB
  • 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)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (6)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