Forum: vB3 Programming Discussions
11 Aug 2009, 16:25
|
Replies: 4
Views: 812
|
Forum: vB3 Programming Discussions
11 Aug 2009, 01:18
|
Replies: 4
Views: 812
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
11 May 2009, 03:23
|
Replies: 30
Views: 17,922
|
Forum: vB3 Programming Discussions
03 Jun 2008, 13:56
|
Replies: 7
Views: 809
|
Forum: vB3 Programming Discussions
03 Jun 2008, 00:28
|
Replies: 7
Views: 809
|
Forum: vB3 Programming Discussions
02 Jun 2008, 23:45
|
Replies: 7
Views: 809
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
02 Jun 2008, 23:29
|
Replies: 7
Views: 809
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
01 Jun 2008, 07:25
|
Replies: 7
Views: 859
|
Forum: vB3 Programming Discussions
01 Jun 2008, 05:45
|
Replies: 7
Views: 859
|
Forum: vB3 Programming Discussions
01 Jun 2008, 02:29
|
Replies: 7
Views: 859
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
01 Jun 2008, 02:11
|
Replies: 7
Views: 859
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
30 May 2008, 16:37
|
Replies: 4
Views: 822
|
Forum: vB3 Programming Discussions
29 May 2008, 22:18
|
Replies: 4
Views: 822
|
Forum: vB3 Programming Discussions
22 May 2008, 16:23
|
Replies: 4
Views: 822
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
24 Mar 2008, 00:42
|
Replies: 3
Views: 1,111
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
22 Mar 2008, 21:59
|
Replies: 2
Views: 778
|
Forum: vB3 Programming Discussions
21 Mar 2008, 20:57
|
Replies: 2
Views: 778
|
Forum: vB3 Programming Discussions
19 Mar 2008, 20:04
|
Replies: 2
Views: 778
|
Forum: vB3 Programming Discussions
18 Mar 2008, 01:20
|
Replies: 0
Views: 570
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
10 Mar 2008, 16:39
|
Replies: 2
Views: 655
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 Mar 2008, 22:24
|
Replies: 1
Views: 652
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 Mar 2008, 11:13
|
Replies: 4
Views: 823
|
Forum: vB3 General Discussions
03 Mar 2008, 09:51
|
Replies: 2
Views: 636
|
Forum: vB3 Programming Discussions
03 Mar 2008, 09:06
|
Replies: 4
Views: 823
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
02 Mar 2008, 08:03
|
Replies: 1,989
Views: 626,440
|