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

Showing results 1 to 25 of 288
Search took 0.01 seconds.
Search: Posts Made By: unitedpunjab
Forum: vB3 General Discussions 10-09-2019, 04:58 AM
Replies: 4
Views: 1,068
Posted By unitedpunjab
The 'Sql queries' didn't work me so I just put up...

The 'Sql queries' didn't work me so I just put up a notice and renamed new***.php files.
Forum: vBulletin 4.x Add-ons 04-11-2019, 01:34 PM
Replies: 212
Forum Home Enhancements - Really Fast Registration by BOP5
Views: 70,501
Posted By unitedpunjab
vb3.8.11 and php 5.6.40

vb3.8.11 and php 5.6.40
Forum: vBulletin 4.x Add-ons 04-10-2019, 05:35 AM
Replies: 212
Forum Home Enhancements - Really Fast Registration by BOP5
Views: 70,501
Posted By unitedpunjab
getting this error Uncaught TypeError:...

getting this error


Uncaught TypeError: Cannot set property 'disabled' of null
at bop5_rfrcheck_submit ((index):59)
at HTMLTableElement.onmouseover ((index):66)
Forum: Modification Requests/Questions (Unpaid) 09-02-2018, 01:22 PM
Replies: 5
Views: 979
Posted By unitedpunjab
try to block ar web server level. Apache- ...

try to block ar web server level.

Apache-

SetEnvIfNoCase ^User-Agent$ .*Opera Mini.* bad_bot
<Directory "/home/*/public_html">
Order Allow,Deny
Allow from all
Deny from env=bad_bot...
Forum: vBulletin 3.8 Add-ons 07-19-2018, 03:41 PM
Replies: 12
Integration with vBulletin - Web Push notifications using OneSignal
Views: 6,752
Posted By unitedpunjab
Some other setup for few months now. I do...

Some other setup for few months now.

I do get pm notification from you mod and thread notifications from other setup.
Forum: vBulletin 3.8 Add-ons 07-19-2018, 03:20 PM
Replies: 12
Integration with vBulletin - Web Push notifications using OneSignal
Views: 6,752
Posted By unitedpunjab
Quote notifications would be nice :) I...

Quote notifications would be nice :)

I already have few thousand onesignal subscribers to send new thread notifications, will there conflicts with this mod ?
Forum: vBulletin 3.8 Add-ons 02-14-2018, 09:16 AM
Replies: 47
Integration with vBulletin - Accelerated Mobile Pages for vBulletin
Views: 21,260
Posted By unitedpunjab
attachments are not showing on amp pages, any...

attachments are not showing on amp pages, any solution ?
Forum: vBulletin 4.x Add-ons 02-10-2018, 04:01 AM
Replies: 12
Administrative and Maintenance Tools - Block Google Adsense Ads on Error Pages & More by BOP5
Views: 7,106
Posted By unitedpunjab
I have a feature request. Starting February...

I have a feature request.

Starting February 15 " Chrome will remove all ads from sites that have a "failing" status in the Ad Experience Report"
...
Forum: vB3 Programming Discussions 02-04-2018, 03:55 AM
Replies: 2
Views: 1,464
Posted By unitedpunjab
A plugin on global_start with below code worked...

A plugin on global_start with below code worked for me,

if (THIS_SCRIPT == 'showthread')
$vbulletin->options['disable_ajax'] = 2;
Forum: vB3 Programming Discussions 01-31-2018, 06:43 AM
Replies: 2
Views: 1,464
Posted By unitedpunjab
Disable Ajax for Quick Reply

Is it possible to disable Ajax just for quick reply ?

It is messing with special characters (emojis)

I know ajax can be disabled in options but it need it disabled only for quick reply.
Forum: vBulletin 4.x Add-ons 01-12-2018, 06:44 AM
Replies: 2,845
Chat Modifications - [DBTech] vBShout v6 (vB4) [AJAX]
Views: 489,174
Posted By unitedpunjab
I converted my forum database to "utf8mb4". ...

I converted my forum database to "utf8mb4".
Android emojis are working in posts ans thread but not in shoutbox.

3 byte emojis work in sb "☀️" but 4 byte throw "" invalid message error.

Any...
Forum: vB3 General Discussions 08-30-2017, 10:25 AM
Replies: 7
Views: 1,399
Posted By unitedpunjab
This is one way to do it. ...

This is one way to do it.

http://javascriptkit.com/script/cut118.shtml
Forum: vBulletin 4.x Add-ons 08-14-2017, 06:03 PM
Replies: 847
Administrative and Maintenance Tools - Import External Images
Views: 147,335
Posted By unitedpunjab
Is it possible to 'reverse' the ignore option ? ...

Is it possible to 'reverse' the ignore option ?
So that only the url specified can be cached.

I will try to toggle some true/false but it will be helpful if someone has already done this.
Forum: vBulletin 4.x Add-ons 07-26-2017, 06:51 AM
Replies: 1,493
Views: 282,283
Posted By unitedpunjab
This url format works for me, ...

This url format works for me,


https://www.instagram.com/p/SomeId123/
Forum: vBulletin 4.x Add-ons 07-25-2017, 07:18 AM
Replies: 1,493
Views: 282,283
Posted By unitedpunjab
Instagram RegEx: ...

Instagram

RegEx:

[https]*://[www\.]*instagram\.com/p/(.*)


Replacement HTML:

<div align='center'>
Forum: vB3 Programming Discussions 07-20-2017, 10:33 AM
Replies: 3
Views: 866
Posted By unitedpunjab
This works in "postbit_display_start" hook,...

This works in "postbit_display_start" hook, "$test" returns da value I want but only in "postbit" template.

How do i get the value in headinclude or showthread template ?


$fost =...
Forum: vB3 Programming Discussions 07-18-2017, 03:13 PM
Replies: 3
Views: 866
Posted By unitedpunjab
I want to get the youtube video id from thread /...

I want to get the youtube video id from thread / post and use it for meta og:image. in headinclude. or showthread.

Got it working for https://vborg.vbsupport.ru/showthread.php?threadid=323668
...
Forum: vB3 Programming Discussions 07-18-2017, 02:40 PM
Replies: 3
Views: 866
Posted By unitedpunjab
Need help with preg_match plugin

I have tried various $post variables and hook locations.
Couldn't get it working.
Kindly assist if it is doable.


$fost = $post['postparsed'];
if (preg_match( '/embed([^"]+)', $fost , $match...
Forum: vBulletin 3.7 Add-ons 07-27-2008, 10:33 AM
Replies: 620
New Posting Features - Automatic Thread Tagger
Views: 162,106
Posted By unitedpunjab
No thats not it,, there are repeating tags...

No thats not it,, there are repeating tags without a space or anything.
Forum: vBulletin 3.7 Add-ons 07-21-2008, 12:36 PM
Replies: 620
New Posting Features - Automatic Thread Tagger
Views: 162,106
Posted By unitedpunjab
Yes,, no problem so far.

Yes,, no problem so far.
Forum: vBulletin 3.7 Add-ons 06-06-2008, 11:48 AM
Replies: 32
Views: 8,827
Posted By unitedpunjab
Thanks for this, :)

Thanks for this, :)
Forum: vBulletin 3.7 Add-ons 05-15-2008, 11:12 AM
Replies: 242
Integration with vBulletin - vB Google Search Cloud - SEO
Views: 66,016
Posted By unitedpunjab
got this error ' Table 'forum.searches' doesn't...

got this error
' Table 'forum.searches' doesn't exist'
Forum: vBulletin 3.7 Add-ons 05-14-2008, 06:32 PM
Replies: 1,116
Views: 240,083
Posted By unitedpunjab
I wish you a very speedy recovery, Don't worry...

I wish you a very speedy recovery, Don't worry about the mod.Take care.
Forum: vBulletin 3.7 Add-ons 05-10-2008, 03:48 PM
Replies: 242
Integration with vBulletin - vB Google Search Cloud - SEO
Views: 66,016
Posted By unitedpunjab
Possible to blacklist a tag ?

Possible to blacklist a tag ?
Forum: vBulletin 3.7 Template Modifications 05-09-2008, 12:22 AM
Replies: 66
Views: 23,756
Posted By unitedpunjab
Switched to Shrinktheweb.com and Iagree it is...

Switched to Shrinktheweb.com and Iagree it is indeed a better service,Thanks Vinayak :up:
Showing results 1 to 25 of 288

 
Forum Jump

All times are GMT. The time now is 04:40 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.02480 seconds
  • Memory Usage 2,061KB
  • 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
  • (48)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