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

Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: bridge2heyday
Forum: vB4 General Discussions 09-02-2017, 02:07 PM
Replies: 7
Views: 691
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: vBulletin 5.x Products & Extensions 08-07-2017, 01:01 PM
Replies: 64
Forum Display Enhancements - Who has read this thread
Views: 35,727
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 03-02-2017, 05:50 PM
Replies: 6
Views: 479
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-19-2017, 09:21 PM
Replies: 75
Views: 42,665
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: News and Announcements 11-29-2016, 07:46 PM
Replies: 28
Views: 14,064
Posted By bridge2heyday
Congratulations , Dave is providing great help to...

Congratulations , Dave is providing great help to all users here ..
Forum: vB5 Programming Discussions 05-14-2016, 01:27 PM
Replies: 28
Views: 2,027
Posted By bridge2heyday
in Template display_Forums_item find <td...

in Template display_Forums_item
find
<td class="posts-count"><vb:if condition="!$isSubcategory">{vb:number {vb:raw forum.posts}}</vb:if></td>

replace with
<td class="posts-count"><vb:if...
Forum: vBulletin 4.x Add-ons 03-27-2016, 10:21 AM
Replies: 27
Views: 6,795
Posted By bridge2heyday
good suggestion , will consider it on the update.

good suggestion , will consider it on the update.
Forum: vBulletin 4.x Add-ons 03-25-2016, 07:29 PM
Replies: 95
Views: 18,113
Posted By bridge2heyday
what exactly not working ? ..anyway as some...

what exactly not working ? ..anyway as some buttons got broken due to API updates .. a new version will be released next week
Forum: vB4 Programming Discussions 11-29-2015, 07:41 AM
Replies: 6
Views: 595
Posted By bridge2heyday
you should return value not echo $query =...

you should return value not echo
$query = "SELECT team_id, win, loss FROM match_results WHERE season_id=12";
$result = mysql_query($query);

$output = "<table>";

while($row =...
Forum: Modification Requests/Questions (Unpaid) 08-28-2015, 10:00 AM
Replies: 21
Views: 1,727
Posted By bridge2heyday
Is this what you are looking for ? Limited...

Is this what you are looking for ?
Limited Guest Viewing -- Motivate Guests to Register (https://vborg.vbsupport.ru/showthread.php?t=231352)
Forum: vB4 General Discussions 07-11-2015, 05:04 PM
Replies: 1
Views: 334
Posted By bridge2heyday
In headinclude template REPLACE <link...

In headinclude template
REPLACE
<link rel="Shortcut Icon" href="{vb:stylevar favicon}" type="image/x-icon" />
WITH
<link rel="icon" href="images/favicon.png" type="image/png" />
Forum: vB3 Design and Graphics Discussions 05-06-2015, 11:18 AM
Replies: 48
Views: 23,211
Posted By bridge2heyday
One of My clients got vBMobile skin expecting a...

One of My clients got vBMobile skin expecting a 500$ product should be very good . but unfortunately the style was unprofessional and full of bugs/problems ..
Forum: vBulletin 4.x Add-ons 03-20-2015, 07:03 AM
Replies: 44
Miscellaneous Hacks - Human Verification on Login
Views: 11,241
Posted By bridge2heyday
Very Good Work , thanks for the mod

Very Good Work , thanks for the mod
Forum: vB4 General Discussions 03-01-2015, 09:42 PM
Replies: 14
Views: 3,943
Posted By bridge2heyday
Vbulletin has Strikes system and it is very...

Vbulletin has Strikes system and it is very effective against brute force attacks
Forum: vBulletin 4.x Add-ons 01-29-2015, 06:00 AM
Replies: 27
Views: 6,795
Posted By bridge2heyday
Thank you,you can just install this mod and run...

Thank you,you can just install this mod and run Admincp ->Maintenance ->General Update -> Update Post Vidoes
This will work whether you have AME3 installed before or not.
Forum: vB4 General Discussions 01-13-2015, 06:04 PM
Replies: 11
Views: 781
Posted By bridge2heyday
I think you need to read this...

I think you need to read this https://vborg.vbsupport.ru/showthread.php?t=228112
Forum: vB4 Programming Discussions 01-13-2015, 05:08 AM
Replies: 16
Views: 1,018
Posted By bridge2heyday
You will have to do some file edits because no...

You will have to do some file edits because no hooks for that
in forumdisplay.php .. directly under
$navbits[''] = $foruminfo['title'];
put

$forum2list = array(1,2,3); //id's of forums of...
Forum: vBulletin 4.x Add-ons 01-12-2015, 06:52 PM
Replies: 95
Views: 18,113
Posted By bridge2heyday
The New PRO Version is OUT there http://removed!

The New PRO Version is OUT there http://removed!
Forum: vB4 General Discussions 01-10-2015, 02:51 PM
Replies: 18
Views: 1,016
Posted By bridge2heyday
Make sure the user has a record in userfield...

Make sure the user has a record in userfield table ..
Forum: vB4 Programming Discussions 01-08-2015, 11:43 PM
Replies: 20
Views: 1,337
Posted By bridge2heyday
You Can Try <vb:if condition="$nodeid == 1">...

You Can Try
<vb:if condition="$nodeid == 1"> </vb:if>
OR
<vb:if condition="(THIS_SCRIPT == 'vbcms' AND !$_GET['r'])"></vb:if>
Forum: vB4 Programming Discussions 12-25-2014, 03:36 AM
Replies: 10
Views: 1,109
Posted By bridge2heyday
It is not an issue .. it is the default behavior...

It is not an issue .. it is the default behavior ... pending posts are not counted until approved .
Forum: vBulletin 4.x Add-ons 12-05-2014, 11:33 AM
Replies: 95
Views: 18,113
Posted By bridge2heyday
These 3 options are planned + option to...

These 3 options are planned + option to automatically hide attachments
Forum: vBulletin 4.x Add-ons 10-20-2014, 10:00 PM
Replies: 36
Views: 5,603
Posted By bridge2heyday
[bridge2heyday] - Automatically Add a Copyright Notice To Copied Text

This Tiny Mod allows you to Automatically Add a Copyright Notice To Copied Text in Vbulletin....
Forum: vBulletin 4.x Add-ons 10-19-2014, 10:00 PM
Replies: 95
Views: 18,113
Posted By bridge2heyday
Vbulletin Social Content Locker [Lite] - Pay With Like , Tweet and +1

Do you still place social buttons on every page of your website? But visitors don?t like/share your content as often as you would like?
You should give people a reason why they need to click social...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT. The time now is 01:22 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06785 seconds
  • Memory Usage 2,029KB
  • 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)post_thanks_navbar_search
  • (1)search_results
  • (24)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (55)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
  • forumjump
  • search_complete
  • navbits
  • navbits_complete