Forum: vB4 General Discussions
21 Nov 2020, 17:39
|
Replies: 2
Views: 818
|
Forum: vB4 General Discussions
20 Nov 2020, 21:49
|
Replies: 2
Views: 818
|
Forum: vB4 General Discussions
13 Jul 2019, 17:48
|
Replies: 2
Views: 186
|
Forum: vB4 General Discussions
13 Jul 2019, 04:15
|
Replies: 2
Views: 186
|
Forum: vB4 General Discussions
03 Jul 2019, 17:55
|
Replies: 4
Views: 258
|
Forum: vB4 General Discussions
03 Jul 2019, 05:32
|
Replies: 4
Views: 258
I don't need any of the other features and only...
I don't need any of the other features and only need to shut of reports for a single forum, I would prefer to use a template hack/conditional versus installing an entire modification of which I only...
|
Forum: vB4 General Discussions
03 Jul 2019, 04:38
|
Replies: 4
Views: 258
|
Forum: vBulletin 4.x Template Modifications
27 Jul 2015, 05:46
|
Replies: 17
Views: 3,560
Wow...
No one says you (or anyone) has to...
Wow...
No one says you (or anyone) has to use this, it is something I use and that I find helpful that I thought I would share for others who would like to use it... Sorry, I'm not some...
|
Forum: vBulletin 4.x Template Modifications
27 Jul 2015, 05:17
|
Replies: 17
Views: 3,560
His stats weren't resolving, I had that...
His stats weren't resolving, I had that server_info file on mine, I think that may have been a carry-over from a mod I added years ago...
Uncaching the AdminCP stats works fine, I've had it that...
|
Forum: vBulletin 4.x Template Modifications
26 Jul 2015, 17:47
|
Replies: 17
Views: 3,560
|
Forum: vBulletin 4.x Template Modifications
24 Jul 2015, 00:19
|
Replies: 17
Views: 3,560
|
Forum: vBulletin 4.x Template Modifications
23 Jul 2015, 16:24
|
Replies: 17
Views: 3,560
|
Forum: vBulletin 4.x Template Modifications
18 Jul 2015, 01:33
|
Replies: 17
Views: 3,560
|
Forum: vBulletin 4.x Template Modifications
18 Jul 2015, 01:06
|
Replies: 17
Views: 3,560
|
Forum: vBulletin 4.x Template Modifications
18 Jul 2015, 00:36
|
Replies: 17
Views: 3,560
|
Forum: vBulletin 4.x Template Modifications
05 Jul 2015, 01:00
|
Replies: 17
Views: 3,560
AdminCP Quick Stats Improvement
Improved AdminCP Quick Stats:
In admincp/index.php
CHANGE LINE 21 FROM:
$specialtemplates = array('maxloggedin', 'acpstats');
TO:
|
Forum: vB4 Programming Discussions
04 Jul 2015, 23:12
|
Replies: 5
Views: 315
|
Forum: vB4 Programming Discussions
04 Jul 2015, 22:49
|
Replies: 5
Views: 315
|
Forum: vB4 Programming Discussions
04 Jul 2015, 22:11
|
Replies: 5
Views: 315
PHP help
I converted some MySQL code from MySQL to MySQLi and got it working (sort of), just need a little help with the PHP now...
Original code:
if ($_REQUEST['show'] == 'mysqlstats' ||...
|
Forum: vB4 Programming Discussions
03 Jul 2015, 20:45
|
Replies: 3
Views: 367
OK, I got it to work (sort of) using the...
OK, I got it to work (sort of) using the following code:
if ($_REQUEST['show'] == 'mysqlistats' || empty($_REQUEST['show'])) {
print_form_header('', '');
print_table_header('MySQLi Stats...
|
Forum: vB4 Programming Discussions
03 Jul 2015, 18:59
|
Replies: 3
Views: 367
|
Forum: vB4 Programming Discussions
03 Jul 2015, 17:03
|
Replies: 3
Views: 367
Convert mysql_stat to mysqli_stat help
I need to convert the following code snippets from MySQL to work with MySQLi
if ($_REQUEST['show'] == 'mysqlstats' || empty($_REQUEST['show'])) {
print_form_header('', '');...
|
Forum: vB4 General Discussions
13 Apr 2015, 00:40
|
Replies: 2
Views: 427
How would I use that?
Using this:...
How would I use that?
Using this: $vbulletin->options['templateversion'] gives me 4.2.2 in the AdminCP where I am trying to use it, but I can't seem to get the patch level to show.
|
Forum: vB4 General Discussions
13 Apr 2015, 00:01
|
Replies: 2
Views: 427
AdminCP Version Number display question
In the footer of the AdminCP it shows the full version number (including patch levels), but everywhere else the version number is simply the main software number (4.1.12). Where does the AdminCP...
|
Forum: vB4 General Discussions
02 Jun 2014, 23:13
|
Replies: 4
Views: 397
Awesome, thank you!
--------------- Added...
Awesome, thank you!
--------------- Added 1401752207 at 1401752207 ---------------
It appears the non-"textarea" input boxes on that page are set to 266px in width, any way to increase that...
|