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

Showing results 1 to 25 of 496
Search took 0.01 seconds.
Search: Posts Made By: Raptor
Forum: vBulletin 4.x Add-ons 07-28-2021, 02:01 PM
Replies: 44
BB Code Enhancements - Better code syntax highlighting
Views: 22,646
Posted By Raptor
I have a weird one. Used this plugin for a few...

I have a weird one. Used this plugin for a few years now and works great. However I've come across some code that simply will not parse no matter what. Can anyone assist?

This is the code when...
Forum: vBulletin 4.x Add-ons 05-11-2020, 01:41 AM
Replies: 523
Major Additions - Username HTML Markup 4.2.x
Views: 101,248
Posted By Raptor
How to have the displaygroupid as the markup? ...

How to have the displaygroupid as the markup?

It's not overriding the Primary usergroup markup for me.
Forum: vBulletin 4.x Add-ons 05-10-2020, 11:34 PM
Replies: 3,814
Show Thread Enhancements - [AJAX] Post Thank You Hack
Views: 914,784
Posted By Raptor
Brilliant exactly what I was looking for -...

Brilliant exactly what I was looking for - working on vb4.2.5

used this mod for years - its great that the community has kept it going.
Forum: vBulletin 4.x Template Modifications 11-19-2019, 10:26 AM
Replies: 9
Views: 7,273
Posted By Raptor
Add this code to additional.css and it will...

Add this code to additional.css and it will change the background color of the header, the topic title, and the topic description

Simply add the forum ID and colors :)

Example:

#cat374...
Forum: vBulletin 4.x Template Modifications 11-19-2019, 10:24 AM
Replies: 3
Views: 4,915
Posted By Raptor
Add this code to additional.css and it will...

Add this code to additional.css and it will change the background color of the header, the topic title, and the topic description

Simply add the forum ID and colors :)

Example:

#cat374...
Forum: vBulletin 4.x Template Modifications 11-19-2019, 10:09 AM
Replies: 8
Views: 6,301
Posted By Raptor
Not working in 4.2.3

Not working in 4.2.3
Forum: vBulletin 4.x Template Modifications 11-19-2019, 09:59 AM
Replies: 3
Views: 4,915
Posted By Raptor
Not working with vb 4.2.3 :/

Not working with vb 4.2.3 :/
Forum: vBulletin 4.x Template Modifications 11-19-2019, 03:28 AM
Replies: 9
Views: 7,273
Posted By Raptor
this worked perfectly - simply add to the themes...

this worked perfectly - simply add to the themes additional.css

XXX is the forum ID, #FFFFFF is the color

#catXXX .forumhead {
background: #FFFFFF !important;
}

Thanks to MarkL
Forum: Style and Graphics Requests (Unpaid) 11-19-2019, 03:20 AM
Replies: 4
Views: 2,548
Posted By Raptor
How funny. I just searched for this solution as I...

How funny. I just searched for this solution as I needed it for a site I'm working on and this is the first answer I found - my own question 2 years ago - and it works lol

How did I miss this?...
Forum: vB4 Programming Discussions 06-28-2019, 04:47 AM
Replies: 3
Views: 547
Posted By Raptor
It's hooked to global_complete - is that too late...

It's hooked to global_complete - is that too late in the process?
Forum: vB4 Programming Discussions 06-27-2019, 08:05 PM
Replies: 3
Views: 547
Posted By Raptor
Issues with modifying templatecache

Hello, all.

I'm attempting to replace a string in the footer template, and I'm running into an issue.

$z_name = 'footer';

if (isset($vbulletin->templatecache[$z_name]))
{
...
Forum: vBulletin 4.x Add-ons 05-27-2019, 02:40 AM
Replies: 3,814
Show Thread Enhancements - [AJAX] Post Thank You Hack
Views: 914,784
Posted By Raptor
7.88 has these errors. Whatever you tested wasn't...

7.88 has these errors. Whatever you tested wasn't the error we are reporting.

Honestly - you saying it works on PHP 7.1 just shows you're either lying or you don't know what you are doing. This...
Forum: vBulletin 4.x Add-ons 05-27-2019, 02:29 AM
Replies: 3,814
Show Thread Enhancements - [AJAX] Post Thank You Hack
Views: 914,784
Posted By Raptor
Unable to delete forums that have posts with...

Unable to delete forums that have posts with thanks and not working correctly with PHP 7.1

1. Any version PHP: Unable to delete a forum or post that is linked to a "thanks". Throws up an SQL...
Forum: vB5 General Discussions 05-24-2019, 03:44 PM
Replies: 7
Views: 2,393
Posted By Raptor
anyway to get this for vb4?

anyway to get this for vb4?
Forum: vBulletin 4.x Add-ons 05-24-2019, 01:29 PM
Replies: 1,238
Views: 289,489
Posted By Raptor
This plugin breaks the forums if server is PHP...

This plugin breaks the forums if server is PHP 7.1 or 7.2

Fatal error: Cannot use $this as parameter in /home/*****/public_html/forums/dbtech/usertag/includes/functions_bbcode.php on line 9
...
Forum: vBulletin 4.x Add-ons 03-14-2019, 08:05 PM
Replies: 279
Moderators Functions - Force Users to Read a Thread
Views: 111,943
Posted By Raptor
False. I'm using vb4.2.5 + PHP 7 and it...

False.

I'm using vb4.2.5 + PHP 7 and it works perfectly fine.
Forum: vBulletin 4.x Add-ons 03-14-2019, 08:04 PM
Replies: 279
Moderators Functions - Force Users to Read a Thread
Views: 111,943
Posted By Raptor
This works perfectly fine with vb 4.2.5. I'm...

This works perfectly fine with vb 4.2.5. I'm using it right now on a heavily modified forum. 100% functional.

I simply know what i'm doing hence no problems.
Forum: vBulletin 4.x Add-ons 01-06-2019, 11:13 PM
Replies: 438
vBulletin Project Tools - vBulletin Project Tools Open Source 2.2.2
Views: 115,256
Posted By Raptor
I have the exact same problem. Can't find 2.30...

I have the exact same problem. Can't find 2.30 (or 2.3.1) anywhere - its not in the SVN branch either.
Forum: vB4 Programming Discussions 09-29-2018, 04:58 AM
Replies: 23
Views: 8,748
Posted By Raptor
Tested 100% in 4.2.5. Completely removes and...

Tested 100% in 4.2.5. Completely removes and disables the checkbox and text leaving only the URL entry.

https://vborg.vbsupport.ru/external/2018/09/6.png
...
Forum: vBulletin 4.x Add-ons 03-04-2018, 06:43 PM
Replies: 171
Administrative and Maintenance Tools - Change Threads/Posts Owner/Date for vB4
Views: 59,409
Posted By Raptor
Updated to PHP 7.0 and it has broken completely ...

Updated to PHP 7.0 and it has broken completely


Call to undefined function split() on line 50 in /home/*******/public_html/forums/inlinemod.php(372) : eval()'d code
#0...
Forum: Style and Graphics Requests (Unpaid) 10-25-2017, 03:54 AM
Replies: 4
Views: 2,548
Posted By Raptor
vBulletin 4 Request - Change background color of forum header based on forum ID

I've seen this mod for 4.1.x but does not work on 4.2.x

https://vborg.vbsupport.ru/showthread.php?t=293417

I have forums with plain color background in forumhome - basically want a couple of...
Forum: vBulletin 4.x Template Modifications 10-24-2017, 08:20 PM
Replies: 9
Views: 7,273
Posted By Raptor
not working in vb 4.2.3

not working in vb 4.2.3
Forum: vBulletin 4.x Add-ons 08-10-2017, 07:24 AM
Replies: 89
Views: 34,263
Posted By Raptor
plugin works just fine with vb 4.2.3 but without...

plugin works just fine with vb 4.2.3 but without line breaks.

is there any update to solve that?
Forum: vBulletin 4.x Template Modifications 05-07-2017, 12:51 PM
Replies: 22
Views: 14,155
Posted By Raptor
Update: Select All works in Chrome Version...

Update:

Select All works in Chrome Version 57.0.2987.133 (64-bit)

Stopped working after update to Chrome Version 58.0.3029.96 (64-bit)

Problem: the last parameter to the "setBaseAndExtent"...
Forum: vBulletin 4.x Template Modifications 05-05-2017, 06:19 AM
Replies: 22
Views: 14,155
Posted By Raptor
This stopped working in Chrome just recently ...

This stopped working in Chrome just recently

Works fine in Edge and cellphone browser

Uncaught DOMException: Failed to execute 'setBaseAndExtent' on 'Selection': There is no child at offset...
Showing results 1 to 25 of 496

 
Forum Jump

All times are GMT. The time now is 06:11 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.02601 seconds
  • Memory Usage 2,082KB
  • 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
  • (42)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