The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 5
1
2
3
>
Last
»
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
How do I remove the "Report Post" button from a single forum?
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
How do I remove the "Report Post" button from a single forum?
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
How to add second email address to failed login email
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
How to add second email address to failed login email
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
How do you remove the "Report Post" link from just one forum?
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
How do you remove the "Report Post" link from just one forum?
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
How do you remove the "Report Post" link from just one forum?
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
PHP help
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
PHP help
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
PHP help
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
Convert mysql_stat to mysqli_stat help
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
Convert mysql_stat to mysqli_stat help
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
Convert mysql_stat to mysqli_stat help
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
AdminCP Version Number display question
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
AdminCP Version Number display question
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
Copyright Text Input Box Size
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
Page 1 of 5
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
11:16 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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
Messages:
time to check permissions: 0.0022
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
FULLTEXT Search
php_sapi_name(): fpm-fcgi