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

Showing results 1 to 25 of 39
Search took 0.01 seconds.
Search: Posts Made By: dartho
Forum: vBulletin 5.x Products & Extensions 02-18-2023, 10:00 PM
Replies: 3
Views: 4,651
Posted By Aristide
Water Cooler Chat into vBulletin (all versions)

My Forum has been around since 2007 with many in-house pieces of php codes and modifications running smoothly on vBulletin 3.8.x. A recent upgrade of php from my hosting has forced me to upgrade the...
Forum: vBulletin 4.x Add-ons 12-15-2015, 08:16 PM
Replies: 337
Administrative and Maintenance Tools - Navigation Manager Enhancements
Views: 95,607
Posted By MarkFL
At the very bottom of your "footer" template, add...

At the very bottom of your "footer" template, add this code:

<vb:if condition="is_member_of($bbuserinfo, 6) AND $this_script = THIS_SCRIPT">
<div style="margin-left: 15px; font-weight: bold">...
Forum: vBulletin 4.x Styles 09-17-2014, 02:12 PM
Replies: 1,131
Views: 258,983
Posted By Azum
I found that just using the below by itself along...

I found that just using the below by itself along with built in VB mobile detection works fine. There was no need for the plugin.
Forum: vBulletin 4.x Styles 06-01-2014, 10:58 PM
Replies: 1,131
Views: 258,983
Posted By asabet
I solved my image resizing problem by adding this...

I solved my image resizing problem by adding this at the end of the aforementioned CSS file:

img
{max-width:90%;
height:auto;
margin-left:auto;
margin-right:auto;}
Forum: vBulletin 4.x Add-ons 04-09-2014, 08:29 PM
Replies: 1,072
Add-On Releases - vBookie for vBulletin 4
Views: 146,392
Posted By blue6995
To answer my own question there was a...

To answer my own question there was a compatibility issue with one of the mods I was playing around with for the events feature - Events Forum, so I've disabled that and everything is now working
Forum: vBulletin 4.x Add-ons 04-11-2013, 10:39 AM
Replies: 1,072
Add-On Releases - vBookie for vBulletin 4
Views: 146,392
Posted By jonty
We've a large-ish forum with 95k threads and...

We've a large-ish forum with 95k threads and almost 175k posts.
We get an intermittent delay when posting replies to non-bookie threads as well as delays when posting vbookie events.

Turns out it...
Forum: vBulletin 3.8 Styles 01-20-2013, 10:20 PM
Replies: 253
Views: 101,035
Posted By squidsk
Two minor fixes: 1) CSS fix on line 364 add...

Two minor fixes:

1) CSS fix on line 364 add .thread_dot_new to the list of classes, this fixes the background not being the correct color. The change is given below.

.thread_dot, .thread_hot,...
Forum: vBulletin 4.x Add-ons 06-19-2012, 05:37 AM
Replies: 1,072
Add-On Releases - vBookie for vBulletin 4
Views: 146,392
Posted By sitwi
It is on a test site. Thanks though.

It is on a test site.

Thanks though.
Forum: vBulletin 4.x Add-ons 05-23-2012, 03:28 PM
Replies: 1,072
Add-On Releases - vBookie for vBulletin 4
Views: 146,392
Posted By Trevor Hannant
Find this near the bottom of vbookie.php: ...

Find this near the bottom of vbookie.php:


$templater = vB_Template::create('VBOOKIE');
and add these lines above:


$navbits = construct_navbits($navbits);
$navbar =...
Forum: vBulletin 4.x Add-ons 05-03-2012, 12:31 AM
Replies: 11
Views: 4,930
Posted By djbaxter
Thanks. Seems to work for me. :up::up:

Thanks. Seems to work for me. :up::up:
Forum: vBulletin 4.x Styles 04-21-2012, 09:07 PM
Replies: 1,131
Views: 258,983
Posted By etca
thx. solved on my prob :)

thx. solved on my prob :)
Forum: vBulletin 4.x Add-ons 03-12-2012, 06:15 PM
Replies: 1,072
Add-On Releases - vBookie for vBulletin 4
Views: 146,392
Posted By tehbasmentdwell
Fixed it by changing the execution order of the...

Fixed it by changing the execution order of the plugins, thanks! Marked as installed :)
Forum: vBulletin 3.8 Add-ons 02-27-2012, 09:33 PM
Replies: 148
Views: 55,729
Posted By Fluke667
if ($styleid==XXX) { $vbulletin->GPC['message']...

if ($styleid==XXX) {
$vbulletin->GPC['message'] = $vbulletin->GPC['message'] . "\n". "\n". "\n". "\n". "\n". "\n". "\n". "Posted via Mobile Device" . "\n";
}


This works :)
Forum: vBulletin 4.x Add-ons 02-20-2012, 03:49 AM
Replies: 1,072
Add-On Releases - vBookie for vBulletin 4
Views: 146,392
Posted By DS MrSinister
@Adamwingie Did you install vBExperience...

@Adamwingie

Did you install vBExperience vbookie plugin if so which version is it? i know one of the olds casuse this issuse.

what I recommend is just use vcash for now until Phalynx release...
Forum: vBulletin 4.x Styles 02-19-2012, 09:09 PM
Replies: 1,131
Views: 258,983
Posted By deverill2010
Ah lovely, I've done it. Ta

Ah lovely, I've done it. Ta
Forum: vBulletin 4.x Styles 01-27-2012, 07:22 PM
Replies: 1,131
Views: 258,983
Posted By Mark.B
Those with the "<br />" issue. I have just...

Those with the "<br />" issue.

I have just spent an hour or so sorting this out and I think I have a solution. I think this only works if you have the lightweight style options hack as well.
...
Forum: vBulletin 4.x Styles 01-18-2012, 03:43 AM
Replies: 1,131
Views: 258,983
Posted By snakes1100
Vbulletin has released the Jira fix for the style...

Vbulletin has released the Jira fix for the style issue, this bug was discovered in 4.1.8, mobile users will be directed back to the default style.

http://tracker.vbulletin.com/browse/VBIV-13851
Forum: vBulletin 4.x Add-ons 01-14-2012, 11:00 PM
Replies: 93
Views: 23,407
Posted By kh99
Notices Criteria - Additional Conditions for Displaying a Notice

What is it?
----------------------------
This mod adds new criteria that can be used to configure when a notice will be displayed or not. (These came from separate requests in the forums which I...
Forum: vBulletin 3.8 Styles 12-30-2011, 07:58 AM
Replies: 253
Views: 101,035
Posted By imported_silkroad
Ah Ha! I see that scrollbars are not...

Ah Ha!

I see that scrollbars are not currently supported on native iPhone and Android browsers!

The suggested "work arounds" are to use jQuery, for example see:
...
Forum: vBulletin 4.x Styles 12-21-2011, 05:38 PM
Replies: 1,131
Views: 258,983
Posted By fly
So check the box to ignore the version.

So check the box to ignore the version.
Forum: vBulletin 4.x Styles 12-19-2011, 09:25 PM
Replies: 1,131
Views: 258,983
Posted By Hippy
if you dont use that option addon remove this...

if you dont use that option addon remove this code
https://vborg.vbsupport.ru/showpost.php?p=2264831&postcount=566
Forum: Community Lounge 12-13-2011, 05:16 PM
Replies: 403
Views: 74,112
Posted By TheLastSuperman
Happy Birthday Dartho...

Happy Birthday Dartho (https://vborg.vbsupport.ru/member.php?u=110638)!
Forum: vBulletin 4.x Styles 11-20-2011, 10:31 PM
Replies: 1,131
Views: 258,983
Posted By MaXimus
Thanks a lot man! that solved it! I copied...

Thanks a lot man! that solved it!

I copied all the images pertaining to -16 from the statusicon root to each individual imaces folder I have assigned to my custom status images and it worked!!!
...
Forum: vBulletin 3.8 Styles 09-24-2011, 03:54 PM
Replies: 253
Views: 101,035
Posted By BirdOPrey5
Pretty much any mod can be disabled for a...

Pretty much any mod can be disabled for a specific style or styles if you edit the plugins for the mod. You can't go wrong editing every single plugin for a mod but sometimes you don't need to edit...
Forum: vBulletin 4.x Add-ons 09-17-2011, 10:00 PM
Replies: 1,282
Views: 362,803
Posted By xeagle
vBSSO - vBulletin Single Sign-On

vBSSO is a vBulletin plugin that helps you connect to different software platforms like content management systems, blogs, and online stores using a secure Single Sign-On

The system has two...
Showing results 1 to 25 of 39

 
Forum Jump

All times are GMT. The time now is 02:51 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.03685 seconds
  • Memory Usage 2,058KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (71)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