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

Showing results 1 to 25 of 80
Search took 0.02 seconds.
Search: Posts Made By: DemOnstar
Forum: vB5 General Discussions 03-13-2016, 12:02 PM
Replies: 8
Views: 1,204
Posted By In Omnibus
There should be media queries for @media screen...

There should be media queries for @media screen (min-width: 320px) and (max-width: 667px) which cause the following two IDs to use 100% of the container width for small screen mobile devices:
...
Forum: vB5 General Discussions 02-12-2016, 01:49 AM
Replies: 8
Views: 695
Posted By Replicant
I edited node.php per the post in the JIRA and it...

I edited node.php per the post in the JIRA and it works.

The file:
/core/vb/api/node.php

From the JIRA posted by Igor Arkadia


The file:
/core/vb/api/node.php
Forum: vB5 General Discussions 02-11-2016, 07:44 PM
Replies: 8
Views: 695
Posted By BugOutGirl
It's been going on a long time and I am getting...

It's been going on a long time and I am getting quite frustrated with it.

Here is the bug report: http://tracker.vbulletin.com/browse/VBV-12765

I don't get the feeling they are doing anything...
Forum: vB5 General Discussions 01-27-2016, 07:23 PM
Replies: 10
Views: 684
Posted By MarkFL
Yes, I can see where that would make a HUGE...

Yes, I can see where that would make a HUGE difference. On the site I help admin, we are focused on mathematics, where actual hard proof is possible, and so this tends to keep opinion conveniently...
Forum: vB5 General Discussions 01-20-2016, 09:47 PM
Replies: 49
Views: 3,344
Posted By Dragonsys
You obviously did not read/understand what I...

You obviously did not read/understand what I actually posted... so let me put this another way.

This site is not a Support for vBulletin, we are volunteers who do not get paid by vBulletin. We...
Forum: vB5 General Discussions 12-30-2015, 07:51 PM
Replies: 6
Views: 677
Posted By rustyshack
You will have to create a new site map and submit...

You will have to create a new site map and submit that to Google, that will give it all the new URLs, but won't necessarily de-index the old URLs. All that will happen is Google will get 404 errors...
Forum: vB5 Design and Graphics Discussions 11-26-2015, 01:49 PM
Replies: 3
Views: 1,504
Posted By Replicant
The postbit is contained in the...

The postbit is contained in the conversation_userinfo template.

Open ADMINCP > Styles and Themes > Style Manager, select the <<>> button for the style you want to modify, and scroll through the...
Forum: vB5 General Discussions 11-21-2015, 05:11 PM
Replies: 17
Views: 846
Posted By Lynne
You cannot add any <head> or <body> or <html> or...

You cannot add any <head> or <body> or <html> or <doctype> tags to the module. You can only add the actual html stuff or you will break the page.
Forum: vB5 General Discussions 11-21-2015, 02:40 PM
Replies: 17
Views: 846
Posted By Dragonsys
doh, I didn't notice this was vb5. Yeah, I'm...

doh, I didn't notice this was vb5. Yeah, I'm still on vb4, sorry.
However, the html code looks good other than the CSS Comment Select I mentioned earlier. So it must be something specific to the vb5...
Forum: vB5 Design and Graphics Discussions 11-07-2015, 12:29 PM
Replies: 6
Views: 1,212
Posted By napy8gen
Put this in css_additional.css style manager>...

Put this in css_additional.css
style manager> style name> edit templates> css templates> css_additional.css

This is the basic.
Work on user drop down and login drop down.
But not tested with...
Forum: vB5 General Discussions 11-06-2015, 09:11 AM
Replies: 2
Views: 375
Posted By cellarius
<a...

<a href="http://stackoverflow.com/questions/7060109/why-is-writing-to-the-clipboard-in-js-considered-a-security-hole" target="_blank">http://stackoverflow.com/questions/7...-security-hole</a>
Forum: vB5 Design and Graphics Discussions 11-04-2015, 04:27 PM
Replies: 10
Views: 1,605
Posted By MarkFL
At the risk of butting in here, I can write a...

At the risk of butting in here, I can write a small add-on if you want that will add the CSS Replicant posted, but only in the forums you choose.

edit: Oops...nevermind, I didn't pay enough...
Forum: vB5 Design and Graphics Discussions 11-01-2015, 02:59 PM
Replies: 10
Views: 1,605
Posted By Replicant
It's not too difficult to do at all. You can hide...

It's not too difficult to do at all. You can hide it with CSS and javascript/jquery although you will see it on pageload for a split second. The best way to do it is via template conditionals and...
Forum: vB4 General Discussions 10-27-2015, 01:08 AM
Replies: 18
Views: 1,497
Posted By Max Taxable
I had this idea that we wouldn't change what the...

I had this idea that we wouldn't change what the vB style calls for, we would change the bootstrap terms to match, instead?

I WILL help finance this development. PM me please.
Forum: vB4 General Discussions 10-26-2015, 05:52 PM
Replies: 18
Views: 1,497
Posted By Dave
I started on a bootstrap theme... it will take a...

I started on a bootstrap theme... it will take a very long time though.
Pretty much all templates have to be modified, which might break any plugins and other customization's.
Forum: vB4 General Discussions 10-25-2015, 01:37 PM
Replies: 18
Views: 1,497
Posted By Replicant
I've always found the vb4 mobile theme to be the...

I've always found the vb4 mobile theme to be the most efficient interface for mobile albeit needs to be themed to match the forums custom theme to look right. I never cared for tapatalk or forum...
Forum: vB4 General Discussions 05-18-2015, 06:14 PM
Replies: 22
Views: 1,874
Posted By ozzy47
This is why you should use: ...

This is why you should use:
define('SKIP_DS_ERRORS', true);This turns off the extra error reporting in php 5.3 & 5.4 (for strict & deprecated warnings), but will allow other important errors to show.
Forum: vB4 General Discussions 05-18-2015, 01:39 PM
Replies: 22
Views: 1,874
Posted By Disco_Stu
I've never subscribed to the notion of masking...

I've never subscribed to the notion of masking errors. It's a very bad and downright sloppy approach to software problems. Anyone on my payroll doing that would be fired immediately
Forum: vB4 General Discussions 05-04-2015, 03:38 PM
Replies: 8
Views: 1,209
Posted By MarkFL
Okay, I have an add-on for you to test out. :D ...

Okay, I have an add-on for you to test out. :D

1.) Download and extract the attached zip file.

2.) Upload the contents of the "upload" folder to your forum's root folder.

3.) Follow:
...
Forum: vB4 General Discussions 09-07-2014, 05:39 PM
Replies: 86
Views: 12,220
Posted By Alfa1
Which is exactly why its great to have error...

Which is exactly why its great to have error reporting turned on. If I upgrade one of the 110 addons that I run and it causes a warning or error, then its good to have that clearly in sight. Because...
Forum: vB4 General Discussions 09-04-2014, 09:27 AM
Replies: 86
Views: 12,220
Posted By Disco_Stu
I have to throw my two cents in here: I run...

I have to throw my two cents in here:

I run my own software business and have over 30 years experience developing software. I develop systems for telecoms, railroads and manufacturers and I can...
Forum: vB4 General Discussions 06-20-2014, 11:28 PM
Replies: 8
Views: 832
Posted By RichieBoy67
Are you kidding? Ajax is great for scrubbing...

Are you kidding? Ajax is great for scrubbing bathtubs! :up:
Forum: vB4 General Discussions 06-11-2014, 02:04 AM
Replies: 11
Views: 1,627
Posted By Max Taxable
Of course. What would you expect?

Of course. What would you expect?
Forum: vBulletin 4.x Add-ons 06-05-2014, 08:03 PM
Replies: 334
Anti-Spam Options - Verify Email Before Registration
Views: 79,978
Posted By da_judge
I will be working on human verification in next...

I will be working on human verification in next few weeks... i cant give time line... so dont nag me... im busy :P
Forum: vB4 General Discussions 05-28-2014, 01:39 AM
Replies: 9
Views: 1,193
Posted By ForceHSS
You should make some kind of plugin that has the...

You should make some kind of plugin that has the options to disable this per group I am sure many will use
Showing results 1 to 25 of 80

 
Forum Jump

All times are GMT. The time now is 02:30 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.02005 seconds
  • Memory Usage 2,047KB
  • 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
  • (36)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