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

Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: MarkFL
Forum: vB3 General Discussions 09-09-2019, 01:22 AM
Replies: 2
Views: 410
Posted By MarkFL
Is this what you're wanting? Remove Post...

Is this what you're wanting?

Remove Post Edit History (from within postbits) (https://vborg.vbsupport.ru/showthread.php?t=321938)
Forum: vB4 Programming Discussions 08-20-2019, 05:24 PM
Replies: 2
Views: 721
Posted By MarkFL
You could create a plugin hooked at...

You could create a plugin hooked at 'postbit_display_complete" with the code:

if ($post['signature'])
{
$post['signature'] = ($post['username'] . '\'s Signature<br />' . $post['signature']);
}
Forum: vB4 General Discussions 06-07-2019, 11:57 PM
Replies: 3
Views: 461
Posted By MarkFL
You're going to have to run a database query to...

You're going to have to run a database query to convert all existing thread titles, and you're going to have to write a plugin to force all future thread titles to be all uppercase before being...
Forum: vB4 General Discussions 06-06-2019, 04:51 PM
Replies: 2
Views: 279
Posted By MarkFL
I've posted an addon here that will do what you...

I've posted an addon here that will do what you want:

Username Markup In Threadbits (https://vborg.vbsupport.ru/showthread.php?t=324753)
Forum: vB4 General Discussions 05-26-2019, 03:47 PM
Replies: 2
Views: 356
Posted By MarkFL
I am attaching a simple mod I developed that will...

I am attaching a simple mod I developed that will check once an hour for closed threads in the source forums you specify and move them to the destination forum you specify.
Forum: vB4 General Discussions 04-17-2019, 12:34 PM
Replies: 2
Views: 296
Posted By MarkFL
I published this product you might want to...

I published this product you might want to consider:

Ignored User Data (https://vborg.vbsupport.ru/showthread.php?t=319067)
Forum: vB4 General Discussions 02-24-2019, 05:05 AM
Replies: 5
Views: 676
Posted By MarkFL
If you want to exclude multiple scripts, I would...

If you want to exclude multiple scripts, I would use for the condition:

!in_array(THIS_SCRIPT, array(script1, script2, ...))
Forum: vB4 General Discussions 02-02-2019, 07:16 PM
Replies: 4
Views: 459
Posted By MarkFL
I developed a simple product for that, which I...

I developed a simple product for that, which I will attach here...

It will add a "My Posts" dropdown menu to your secondary navbar. :)
Forum: vB4 General Discussions 01-30-2019, 07:12 PM
Replies: 9
Views: 388
Posted By MarkFL
For "This Week's Posts" I added a link under...

For "This Week's Posts" I added a link under quick links in the Navigation Manager of the form:

search.php?{session.sessionurl}do=getdaily&amp;days=7&amp;contenttype=vBForum_Post
Forum: vBulletin 4.x Add-ons 01-29-2019, 12:20 AM
Replies: 145
Show Thread Enhancements - Hide BBCodes/Signatures From Guests/Users
Views: 26,740
Posted By MarkFL
Well, I'm glad reuploading the product seems to...

Well, I'm glad reuploading the product seems to have fixed the issue. I've never had any such issue from this product. :)
Forum: vB4 General Discussions 01-09-2019, 06:03 PM
Replies: 2
Views: 296
Posted By MarkFL
I would give this one a try: ...

I would give this one a try:

https://vborg.vbsupport.ru/showthread.php?t=239981
Forum: vB4 Programming Discussions 11-29-2018, 10:27 PM
Replies: 1
Views: 296
Posted By MarkFL
This product (available from either site below)...

This product (available from either site below) will allow you to prevent URLs from being posted in thread titles:

Good Thread Titles (MHB)...
Forum: vBulletin 4.x Add-ons 11-12-2018, 12:49 AM
Replies: 7,574
Views: 2,329,105
Posted By MarkFL
I just installed 2.7.6+ first on my dev site, and...

I just installed 2.7.6+ first on my dev site, and then on my live site and everything was as smooth as glass. Nice work!! Thanks for all your efforts. :)
Forum: vBulletin 4.x Add-ons 11-09-2018, 04:52 PM
Replies: 18
New Posting Features - Prevent Post Formatting Abuse
Views: 8,818
Posted By MarkFL
This product is for post content, not thread...

This product is for post content, not thread titles. For thread titles, please check out the sites in my sig for my "Good Thread Titles" product.
Forum: vBulletin 4.x Add-ons 11-08-2018, 05:56 PM
Replies: 18
New Posting Features - Prevent Post Formatting Abuse
Views: 8,818
Posted By MarkFL
Locate the plugin with this product titled "Fix...

Locate the plugin with this product titled "Fix Old Posts Being Viewed" and withing that plugin's code, immediately after the line:

build_thread_counters($post['threadid']);

Add this line,...
Forum: vB4 General Discussions 11-06-2018, 01:10 PM
Replies: 3
Views: 210
Posted By MarkFL
Under Options you'll find "Style & Language...

Under Options you'll find "Style & Language Settings" and on that page look for "Use Legacy (Vertical) Postbit Template." :)
Forum: ibProArcade 11-04-2018, 02:17 PM
Replies: 9
Views: 1,242
Posted By MarkFL
This would be a nice feature for a future...

This would be a nice feature for a future upgrade. :)
Forum: vBulletin 4.x Add-ons 11-01-2018, 05:41 PM
Replies: 672
Add-On Releases - vBulletin Link Directory
Views: 128,683
Posted By MarkFL
I would try editing the XML file to change the...

I would try editing the XML file to change the "dependencies block to read:

<dependencies>
<dependency dependencytype="vbulletin" minversion="4.0.0" maxversion="5.0.0" />
</dependencies>
Forum: vBulletin 4.x Add-ons 10-26-2018, 07:11 PM
Replies: 7,574
Views: 2,329,105
Posted By MarkFL
I figured out the issue, which was all my fault....

I figured out the issue, which was all my fault. I didn't have the database type set as "mysqli" in my config.php file.

All good now, and thanks for helping point me i the right direction. :)
Forum: vB4 Design and Graphics Discussions 10-22-2018, 11:33 AM
Replies: 2
Views: 973
Posted By MarkFL
In a plugin, I would user the conditional: ...

In a plugin, I would user the conditional:

$userinfo['userid'] == $vbulletin->userinfo['userid']

this should work in a template conditional as well.
Forum: vB4 General Discussions 10-20-2018, 12:56 AM
Replies: 9
Views: 445
Posted By MarkFL
I don't know if Tapatalk bypasses the hook I'm...

I don't know if Tapatalk bypasses the hook I'm using (I think it bypasses most PHP plugin hooks), but I have turned my code into a product with settings to allow you to turn it on/off and to set the...
Forum: vBulletin 4.x Add-ons 10-19-2018, 01:38 AM
Replies: 12
Forum Home Enhancements - Affiliates Section
Views: 3,285
Posted By MarkFL
I am attaching an updated version that allows you...

I am attaching an updated version that allows you to choose the block location as either in the WGO block (like the original version) or above the footer on all pages. :)
Forum: vB4 General Discussions 10-17-2018, 04:57 PM
Replies: 8
Views: 491
Posted By MarkFL
You'll need to set up something like xampp which...

You'll need to set up something like xampp which will create a local server on your hard drive. And on that you can run a copy of your forum.
Forum: vBulletin 4.x Add-ons 10-17-2018, 01:10 AM
Replies: 2,765
Views: 543,045
Posted By MarkFL
Yes, the Pro version allows you to limit how many...

Yes, the Pro version allows you to limit how many names are shown in the postbit:

https://vborg.vbsupport.ru/attachment.php?attachmentid=157220&stc=1&d=1539745749
Forum: vBulletin 4.x Add-ons 10-13-2018, 02:08 AM
Replies: 12
Forum Home Enhancements - Affiliates Section
Views: 3,285
Posted By MarkFL
It's my understanding that you are allowed to...

It's my understanding that you are allowed to make any modifications to a published product here to suit your own needs (except for removing branding). You would want to get the consent of the...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT. The time now is 04:56 AM.


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.02857 seconds
  • Memory Usage 2,075KB
  • 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)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (23)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