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

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT. The time now is 10:32 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.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