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 2
1
2
>
Showing results 1 to 25 of 50
Search took
0.00
seconds.
Search:
Posts Made By:
markp_2000
Forum:
vBulletin 4.x Add-ons
03-11-2014, 01:40 PM
Replies:
1,226
Major Additions -
[DBTech] DragonByte SEO v2 (vB4)
Views:
312,345
Posted By
markp_2000
I'm getting a blank forum.php page. I have set...
I'm getting a blank forum.php page. I have set the Force Forum Directory Index to no as suggested, but still no luck.
I have removed (commented out) my old vbseo htaccess and added the suggested...
Forum:
vB4 Programming Discussions
04-28-2013, 11:12 PM
Replies:
7
Insert a faux post between the first and second posts
Views:
495
Posted By
markp_2000
Thanks!! I think I see my issue. I need to use...
Thanks!! I think I see my issue. I need to use the $template_hook.
OK - here is my final code.
I used the showthread_post_start hook location instead of the postbit_display_complete. I don't...
Forum:
vB4 Programming Discussions
04-28-2013, 10:47 PM
Replies:
7
Insert a faux post between the first and second posts
Views:
495
Posted By
markp_2000
OK - I missed the last part of my if statement. ...
OK - I missed the last part of my if statement.
if ($show['fauxcanview'] === true AND $counter == 1 AND $fetchtype == 'post' AND $post['visible'] == 1)
{
require_once(DIR ....
Forum:
vB4 Programming Discussions
04-28-2013, 09:02 PM
Replies:
7
Insert a faux post between the first and second posts
Views:
495
Posted By
markp_2000
I used this if statement to intercept the create...
I used this if statement to intercept the create of the postbit.
if ($show['fauxcanview'] === true AND $counter == 1 AND $fetchtype == 'post' AND $post['visible'] == 1)
{
MY CODE HERE
...
Forum:
vB4 Programming Discussions
04-28-2013, 07:11 PM
Replies:
7
Insert a faux post between the first and second posts
Views:
495
Posted By
markp_2000
Insert a faux post between the first and second posts
I am trying to insert a faux post between the first and second post of a thread.
I can't quite get if figured out.
I have a template modeled after the postbit template called postbit_faux.
...
Forum:
vB4 Programming Discussions
06-15-2012, 01:24 AM
Replies:
2
Prevent Script on Popup Misc.php
Views:
630
Posted By
markp_2000
Yes! Works like I want it to. Mark
Yes! Works like I want it to.
Mark
Forum:
vB4 Programming Discussions
06-14-2012, 10:02 PM
Replies:
2
Prevent Script on Popup Misc.php
Views:
630
Posted By
markp_2000
Prevent Script on Popup Misc.php
I need to prevent a script from loading in my header when a popup is displayed. The popup script runs when the misc.php script is run.
define('THIS_SCRIPT', 'misc');
define('CSRF_PROTECTION',...
Forum:
vBulletin 4.x Add-ons
05-29-2012, 01:37 PM
Replies:
650
Board Optimization -
United-Forum CSS Sprites - ludicrous speed - NOW!
Views:
137,591
Posted By
markp_2000
You have to create this directory yourself. ...
You have to create this directory yourself.
Mark
Forum:
vBulletin 4.x Add-ons
05-13-2012, 03:43 AM
Replies:
1,122
Major Additions -
iTrader v2.8 - Powerful Rating System
Views:
217,809
Posted By
markp_2000
OK - figured it out. I edited the iTrader...
OK - figured it out. I edited the iTrader Postbit plugin and added OR THIS_SCRIPT == 'private' to the second if statement.
if ($this->registry->options['itrader_forumid_ok'] OR THIS_SCRIPT ==...
Forum:
vBulletin 4.x Add-ons
05-12-2012, 06:00 PM
Replies:
1,122
Major Additions -
iTrader v2.8 - Powerful Rating System
Views:
217,809
Posted By
markp_2000
Anyone got an idea on how to display the iTrader...
Anyone got an idea on how to display the iTrader info in the postbit of a PM?
Mark
Forum:
vBulletin 4.x Add-ons
05-10-2012, 03:36 PM
Replies:
650
Board Optimization -
United-Forum CSS Sprites - ludicrous speed - NOW!
Views:
137,591
Posted By
markp_2000
Thanks, I examined all of the sprites last night...
Thanks, I examined all of the sprites last night and they all look fine (no greyscale).
Mark
Forum:
vBulletin 4.x Add-ons
05-09-2012, 08:00 PM
Replies:
650
Board Optimization -
United-Forum CSS Sprites - ludicrous speed - NOW!
Views:
137,591
Posted By
markp_2000
It is complaining about not have the php5-gd...
It is complaining about not have the php5-gd library at 2.0.36 or higher. I have verified that it is. Will the mod work with this complaint? It made the sprites in the directory.
Mark
Forum:
vBulletin 4.x Add-ons
05-09-2012, 03:19 PM
Replies:
461
Board Optimization -
[DBTech] vB Optimise 2.0.1 (Lite)
Views:
101,162
Posted By
markp_2000
Thanks for the mod. I will be going to the pro...
Thanks for the mod. I will be going to the pro as with several of your other mods I have. One question on vbseo and memcached. Does it use the settings under vbseo or out of config.php.
Mark
Forum:
vBulletin 4.x Add-ons
05-06-2012, 09:06 PM
Replies:
1,122
Major Additions -
iTrader v2.8 - Powerful Rating System
Views:
217,809
Posted By
markp_2000
Fixed in my 4.1.12 test forum as well. ...
Fixed in my 4.1.12 test forum as well.
Thanks weave!
Forum:
vBulletin 4.x Add-ons
04-21-2012, 02:47 AM
Replies:
1,122
Major Additions -
iTrader v2.8 - Powerful Rating System
Views:
217,809
Posted By
markp_2000
I'm getting a server 500 error on...
I'm getting a server 500 error on itrader_feedback.php when I try and post feedback. All other pages seems to be working fine.
I have upgraded to vb4.1.12.
Mark
Forum:
vBulletin 4.x Add-ons
04-12-2012, 07:56 PM
Replies:
128
vBulletin Forum Sideblocks -
Nexia's Forum Sidebar Everywhere
Views:
27,432
Posted By
markp_2000
I got it fixed. I had the plugins disabled...
I got it fixed. I had the plugins disabled globally in config.php. Your comment pointed me in the right direction.
Mark
Forum:
vBulletin 4.x Add-ons
04-12-2012, 02:55 PM
Replies:
128
vBulletin Forum Sideblocks -
Nexia's Forum Sidebar Everywhere
Views:
27,432
Posted By
markp_2000
I have a vb4.1.12 forum and I get this for the...
I have a vb4.1.12 forum and I get this for the checkboxes.
I have uploaded and enabled/disabled several times but I'm not fixing it.
Mark
Forum:
vBulletin 4.x Add-ons
04-09-2012, 10:19 PM
Replies:
1,282
Add-On Releases -
vBSSO - vBulletin Single Sign-On
Views:
364,583
Posted By
markp_2000
I'm having a similar issue as above. When I am...
I'm having a similar issue as above. When I am logged into vb and try and log into wp I cycles four or five times saying log in successful with the vb page.
Mark
Forum:
vBulletin 4.x Add-ons
04-06-2012, 04:32 PM
Replies:
1,014
Forum Home Enhancements -
[YUI] Tabbed Forum Home
Views:
169,055
Posted By
markp_2000
garyopa - thanks for the fix. Worked great for...
garyopa - thanks for the fix. Worked great for me.
Mark
Forum:
vBulletin 4.x Add-ons
04-05-2012, 02:28 AM
Replies:
176
Forum Display Enhancements -
Sorky - SubForum List Control
Views:
44,088
Posted By
markp_2000
Sorky - I'm trying to do that right now. I'm...
Sorky - I'm trying to do that right now. I'm also running the tabbed home page.
I think it needs to be earlier. Do I need to change all of your mod plugins to make it work?
Mark
Forum:
vBulletin 4.x Add-ons
04-02-2012, 11:20 PM
Replies:
1,014
Forum Home Enhancements -
[YUI] Tabbed Forum Home
Views:
169,055
Posted By
markp_2000
Will this run with vbSEO? I have made the...
Will this run with vbSEO?
I have made the modifications but it still is not working.
I'm not running the vbCMS or blog if that makes a difference but I am running vbSEO.
Mark
Forum:
vB4 Programming Discussions
03-30-2012, 01:11 AM
Replies:
2
wysiwyg to BBCode (and reverse)
Views:
423
Posted By
markp_2000
Thanks! It worked like a champ. Mark
Thanks! It worked like a champ.
Mark
Forum:
vB4 Programming Discussions
03-27-2012, 04:30 PM
Replies:
2
wysiwyg to BBCode (and reverse)
Views:
423
Posted By
markp_2000
wysiwyg to BBCode (and reverse)
I'm updating a plugin to vb4.x from vb3.8 and I need a replacement for the following
$vbulletin->GPC['message'] = convert_wysiwyg_html_to_bbcode($vbulletin->GPC['message'],...
Forum:
vB4 General Discussions
12-09-2010, 05:19 PM
Replies:
5
I s vBadvanced Links Directory safe ?
Views:
748
Posted By
markp_2000
We have had it for years and never had a problem...
We have had it for years and never had a problem with security. Use their forums for support.
Mark
Forum:
vB3 General Discussions
01-05-2009, 06:35 PM
Replies:
2
Question for forum owners about types of ads you're willing to accept
Views:
1,005
Posted By
markp_2000
Question for forum owners about types of ads you're willing to accept
My wife works for an ad agency, and outside that, she owns/operates a big-board forum for couponers. She doesn't have a VB.org account - we just use mine for the site, but here's a question she'd...
Showing results 1 to 25 of 50
Page 1 of 2
1
2
>
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
10:32 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.02672 seconds
Memory Usage
2,039KB
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
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(45)
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.0011
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
FULLTEXT Search
php_sapi_name(): fpm-fcgi