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

Showing results 1 to 25 of 123
Search took 0.01 seconds.
Search: Posts Made By: Falcon Capt
Forum: vB4 General Discussions 11-21-2020, 03:39 PM
Replies: 2
Views: 1,053
Posted By Falcon Capt
Awesome, that worked! Many thanks!

Awesome, that worked!

Many thanks!
Forum: vB4 General Discussions 11-20-2020, 07:49 PM
Replies: 2
Views: 1,053
Posted By Falcon Capt
How do I remove the "Report Post" button from a single forum?

How do I remove the "Report Post" button from a single forum (the forum ID is 240) in vB 4.2.3?

I tried this in postbit_legacy but it doesn't work:

<vb:if condition="$forum[forumid] != 240">...
Forum: vB4 General Discussions 07-13-2019, 02:48 PM
Replies: 2
Views: 347
Posted By Falcon Capt
That worked, thank you!

That worked, thank you!
Forum: vB4 General Discussions 07-13-2019, 01:15 AM
Replies: 2
Views: 347
Posted By Falcon Capt
How to add second email address to failed login email

I know the failed login email is sent using line 109 in includes/functions_login.php

vbmail($user['email'], $subject, $message, true);

How would I go about adding a second email for this to be...
Forum: vB4 General Discussions 07-03-2019, 02:55 PM
Replies: 4
Views: 464
Posted By Falcon Capt
Perfect, that is exactly what I needed, worked...

Perfect, that is exactly what I needed, worked great.

Thank you!
Forum: vB4 General Discussions 07-03-2019, 02:32 AM
Replies: 4
Views: 464
Posted By Falcon Capt
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 07-03-2019, 01:38 AM
Replies: 4
Views: 464
Posted By Falcon Capt
How do you remove the "Report Post" link from just one forum?

I tried using the template conditionals wrapped around the Report Post code in the Postbit Template, but it didn't work.


I changed X to the forum number but it didn't work.

<vb:if...
Forum: vBulletin 4.x Template Modifications 07-27-2015, 02:46 AM
Replies: 17
Administrative and Maintenance Tools - AdminCP Quick Stats Improvement
Views: 3,934
Posted By Falcon Capt
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 07-27-2015, 02:17 AM
Replies: 17
Administrative and Maintenance Tools - AdminCP Quick Stats Improvement
Views: 3,934
Posted By Falcon Capt
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 07-26-2015, 02:47 PM
Replies: 17
Administrative and Maintenance Tools - AdminCP Quick Stats Improvement
Views: 3,934
Posted By Falcon Capt
Did that file fix it?

Did that file fix it?
Forum: vBulletin 4.x Template Modifications 07-23-2015, 09:19 PM
Replies: 17
Administrative and Maintenance Tools - AdminCP Quick Stats Improvement
Views: 3,934
Posted By Falcon Capt
Add the attached file to your AdminCP folder. ...

Add the attached file to your AdminCP folder.

(Edit line 116 to include your database information: "localhost", "dbuser", "dbpassword", "dbname")

Sorry about that! :o
Forum: vBulletin 4.x Template Modifications 07-23-2015, 01:24 PM
Replies: 17
Administrative and Maintenance Tools - AdminCP Quick Stats Improvement
Views: 3,934
Posted By Falcon Capt
Are you on shared hosting? I don't think you'll...

Are you on shared hosting? I don't think you'll be able to get server load and memory information if you are on basic shared hosting.
Forum: vBulletin 4.x Template Modifications 07-17-2015, 10:33 PM
Replies: 17
Administrative and Maintenance Tools - AdminCP Quick Stats Improvement
Views: 3,934
Posted By Falcon Capt
Must be something with 4.2.0, if you upgrade to...

Must be something with 4.2.0, if you upgrade to 4.2.2 or 4.2.3 it'll work.
Forum: vBulletin 4.x Template Modifications 07-17-2015, 10:06 PM
Replies: 17
Administrative and Maintenance Tools - AdminCP Quick Stats Improvement
Views: 3,934
Posted By Falcon Capt
Try this one, it is the full AdminCP index.php...

Try this one, it is the full AdminCP index.php file minus the header and footer, just cut and paste it into yours and see if it works.

Let me know!
Forum: vBulletin 4.x Template Modifications 07-17-2015, 09:36 PM
Replies: 17
Administrative and Maintenance Tools - AdminCP Quick Stats Improvement
Views: 3,934
Posted By Falcon Capt
Looks like you may have forgetten to add this...

Looks like you may have forgetten to add this part:


*************************************


FIND IN LINE 817:
Forum: vBulletin 4.x Template Modifications 07-04-2015, 09:00 PM
Replies: 17
Administrative and Maintenance Tools - AdminCP Quick Stats Improvement
Views: 3,934
Posted By Falcon Capt
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 07-04-2015, 08:12 PM
Replies: 5
Views: 362
Posted By Falcon Capt
You're awesome! That did it! Many thanks! ...

You're awesome! That did it!

Many thanks!

If I already had an open connection elsewhere, what would this code look like?
Forum: vB4 Programming Discussions 07-04-2015, 07:49 PM
Replies: 5
Views: 362
Posted By Falcon Capt
It wouldn't display any of the information just...

It wouldn't display any of the information just simply changing the function to MySQLi, with the above code was the only way I could get the info to display...
Forum: vB4 Programming Discussions 07-04-2015, 07:11 PM
Replies: 5
Views: 362
Posted By Falcon Capt
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 07-03-2015, 05:45 PM
Replies: 3
Views: 415
Posted By Falcon Capt
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 07-03-2015, 03:59 PM
Replies: 3
Views: 415
Posted By Falcon Capt
I tried all the variations I could think of still...

I tried all the variations I could think of still no joy, anyone care to convert the above to working MySQLi code that I can more or less cut & paste into a php file that will work?
Forum: vB4 Programming Discussions 07-03-2015, 02:03 PM
Replies: 3
Views: 415
Posted By Falcon Capt
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 04-12-2015, 09:40 PM
Replies: 2
Views: 489
Posted By Falcon Capt
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 04-12-2015, 09:01 PM
Replies: 2
Views: 489
Posted By Falcon Capt
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 06-02-2014, 09:13 PM
Replies: 4
Views: 439
Posted By Falcon Capt
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...
Showing results 1 to 25 of 123

 
Forum Jump

All times are GMT. The time now is 11:16 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.02143 seconds
  • Memory Usage 2,058KB
  • 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
  • (18)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