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

Showing results 1 to 25 of 138
Search took 0.02 seconds.
Search: Posts Made By: bridge2heyday
Forum: vB4 General Discussions 09-02-2017, 11:02 PM
Replies: 7
Views: 718
Posted By bridge2heyday
in instructions .. it is recommended to use this...

in instructions .. it is recommended to use this if your forum is UTF-8 ..
if you can convert your database to UTF-8 .. This would be great ..
though .. there may be a workaround .. you can try...
Forum: vB4 General Discussions 09-02-2017, 02:07 PM
Replies: 7
Views: 718
Posted By bridge2heyday
You posted your thread in the wrong froum .. but...

You posted your thread in the wrong froum .. but anyway I think this is what you are looking for ?
https://vbulletin.org/forum/showthread.php?t=315843
Forum: vB4 Programming Discussions 08-13-2017, 03:01 PM
Replies: 10
Views: 1,844
Posted By bridge2heyday
This error resulting from code on hook location...

This error resulting from code on hook location notifications_list .. looking at the mentioned product I don't find anything that can produce this error .. I guess you have a modified version of this...
Forum: vB4 Programming Discussions 08-12-2017, 01:45 PM
Replies: 10
Views: 1,844
Posted By bridge2heyday
vBulletin MySQL error messages give info about...

vBulletin MySQL error messages give info about referrer .. this will be useful in your case .
Forum: vBulletin 5.x Products & Extensions 08-09-2017, 02:17 AM
Replies: 7
Views: 4,491
Posted By bridge2heyday
the code is watching the copy event and directly...

the code is watching the copy event and directly modifies the clipboard data .. so I don't think this is easily possible .
Forum: vBulletin 5.x Products & Extensions 08-07-2017, 01:01 PM
Replies: 64
Forum Display Enhancements - Who has read this thread
Views: 35,849
Posted By bridge2heyday
Very Useful Mod .. but please note noderead table...

Very Useful Mod .. but please note noderead table saves markread data for last 10 days only ( by Default ) and it is cleaned by cron job 'Hourly Cleanup'

vB::getDbAssertor()->delete('noderead',...
Forum: vB4 Programming Discussions 08-07-2017, 04:46 AM
Replies: 7
Views: 1,496
Posted By bridge2heyday
I don't think it is a good thing to go and edit...

I don't think it is a good thing to go and edit your custom map on google whenever you want to add a new location .. working with WordPress directory plugin I was able to add different type of places...
Forum: vBulletin 4.x Add-ons 05-25-2017, 07:08 PM
Replies: 26
Administrative and Maintenance Tools - (vB4) What's Slowing Down My Forum? (Slow Plugins Finder)
Views: 6,733
Posted By bridge2heyday
Very Nice Idea

Very Nice Idea
Forum: vBulletin 4.x Add-ons 05-24-2017, 12:14 AM
Replies: 7,574
Views: 2,340,169
Posted By bridge2heyday
you should use MySQLI $MYSQLI = 1; I tried...

you should use MySQLI
$MYSQLI = 1;
I tried this with PHP 5.6 .. but this problem should be solved for PHP 7 as well .. not aware about other problems
Forum: vBulletin 4.x Add-ons 05-22-2017, 12:39 AM
Replies: 7,574
Views: 2,340,169
Posted By bridge2heyday
I took sometime checking this for a friend on...

I took sometime checking this for a friend
on MYSQLI class I changed the connect function to
function connect()
{
$this->connection_id = mysqli_connect($this->obj['sql_host'],...
Forum: vBulletin 4.x Add-ons 05-10-2017, 04:14 AM
Replies: 24
Major Additions - Rap Battle System
Views: 5,738
Posted By bridge2heyday
you can edit the product and remove uninstall...

you can edit the product and remove uninstall code before uninstalling it .. this will leave some useless columns on database but it is not very bad.
Forum: vBulletin 4.x Add-ons 05-10-2017, 04:11 AM
Replies: 24
Major Additions - Rap Battle System
Views: 5,738
Posted By bridge2heyday
Ok , I will upload it shortly

Ok , I will upload it shortly
Forum: vBulletin 4.x Add-ons 05-07-2017, 03:30 AM
Replies: 24
Major Additions - Rap Battle System
Views: 5,738
Posted By bridge2heyday
What problem do you get while uninstalling ? do...

What problem do you get while uninstalling ?
do you want to uninstall because it is not working or you don't need it ..
I can look for the working version on my PC if someone interested .
Forum: vBulletin 5.x Products & Extensions 03-30-2017, 05:19 AM
Replies: 32
Forum Display Enhancements - Separate Sticky and Normal Threads
Views: 99,741
Posted By bridge2heyday
Yes , working on 5.2.6

Yes , working on 5.2.6
Forum: vB4 Programming Discussions 03-02-2017, 05:50 PM
Replies: 6
Views: 498
Posted By bridge2heyday
I think finding them is easier than posting a...

I think finding them is easier than posting a thread here :)
Forum: vBulletin 4.x Add-ons 02-23-2017, 07:37 PM
Replies: 75
Views: 42,798
Posted By bridge2heyday
Thank you , I didn't look at cache.php file .. I...

Thank you , I didn't look at cache.php file .. I just did this small modification for a client .. though , my code may be improved by checking if the file is previously cached or not before looking...
Forum: vBulletin 4.x Add-ons 02-19-2017, 09:21 PM
Replies: 75
Views: 42,798
Posted By bridge2heyday
This is my version of this plugin $link_parsed...

This is my version of this plugin
$link_parsed = parse_url($link);
if( $link_parsed['scheme'] == 'http'){
$ssl = 'https://'.$link_parsed['host'];
$stream = @stream_context_create (array("ssl"...
Forum: vB5 General Discussions 01-27-2017, 11:24 PM
Replies: 13
Views: 2,416
Posted By bridge2heyday
VB5 is much better and stable now

VB5 is much better and stable now
Forum: News and Announcements 11-29-2016, 07:46 PM
Replies: 28
Views: 14,356
Posted By bridge2heyday
Congratulations , Dave is providing great help to...

Congratulations , Dave is providing great help to all users here ..
Forum: vBulletin 5.x Products & Extensions 11-14-2016, 11:56 PM
Replies: 32
Forum Display Enhancements - Separate Sticky and Normal Threads
Views: 99,741
Posted By bridge2heyday
it is a VBulletin Bug fixed in version 5.2.6 (...

it is a VBulletin Bug fixed in version 5.2.6 ( Not Released Yet )
Forum: vB5 General Discussions 06-18-2016, 07:40 AM
Replies: 20
Views: 4,690
Posted By bridge2heyday
This rule should be in root .htaccess not...

This rule should be in root .htaccess not vbulletin .htaccess
Forum: vB5 General Discussions 06-17-2016, 03:43 PM
Replies: 20
Views: 4,690
Posted By bridge2heyday
You are right , but this wasn't my question

You are right , but this wasn't my question
Forum: vB5 General Discussions 06-17-2016, 12:15 PM
Replies: 20
Views: 4,690
Posted By bridge2heyday
Thanks , you have something installed in the...

Thanks ,
you have something installed in the root of your site ?
and you have your forum installed in sub directory /forum ?
anyway,
I will give you a scenario where I have forums installed in...
Forum: vB5 General Discussions 06-17-2016, 11:56 AM
Replies: 20
Views: 4,690
Posted By bridge2heyday
Exactly

Exactly
Forum: vB5 General Discussions 06-16-2016, 01:19 PM
Replies: 20
Views: 4,690
Posted By bridge2heyday
Well , this will require one or two file edits ...

Well , this will require one or two file edits
in file 'includes/vb5/frontend/routing.php'
line 239 just before throwing
throw new vB5_Exception_404("invalid_page_url");
I have made some work ...
Showing results 1 to 25 of 138

 
Forum Jump

All times are GMT. The time now is 10:52 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.04972 seconds
  • Memory Usage 2,046KB
  • 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)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (57)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