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

Showing results 1 to 25 of 43
Search took 0.00 seconds.
Search: Posts Made By: David Karol
Forum: vB5 Design and Graphics Discussions 11-24-2016, 11:40 PM
Replies: 6
Views: 1,784
Posted By David Karol
I added below code to a hook, run from...

I added below code to a hook, run from header_head.

<script type="text/javascript">
$(document).ready(function() {
$('body').addClass('pagetemplate-', pageData['pagetemplateid']);
...
Forum: vB5 Design and Graphics Discussions 11-23-2016, 03:13 AM
Replies: 6
Views: 1,784
Posted By David Karol
Hi, Thanks for replying. Are java queries...

Hi,

Thanks for replying. Are java queries like this able to be executed from inside additional.css? I added the code below, but don't see the equivalent result with avoiding the templateid...
Forum: vB5 Design and Graphics Discussions 11-20-2016, 05:02 PM
Replies: 2
Views: 1,595
Posted By David Karol
Stylevar to CSS Mapping

Does a tracker exist of style var -> css entries? I'd like to avoid using style var editor for any theme customization, and shift this all to CSS to keep things simpler.

Same tracker for template...
Forum: vB5 Design and Graphics Discussions 11-20-2016, 03:33 PM
Replies: 6
Views: 1,784
Posted By David Karol
CSS for Template ID verus Page ID

When editing templates based on page ID (.page10 as example), only that specific page item is affected. Other pages that share the same templates are not.

Is there a quick and easy way to hit a...
Forum: vB5 General Discussions 05-24-2016, 04:14 AM
Replies: 6
Views: 1,125
Posted By David Karol
Could something like below, in head_include...

Could something like below, in head_include possibly cover it?

$('div.post-content img').attr('itemprop', 'image')
$('div.post-content img').attr('property', 'og:image')
Forum: vB5 General Discussions 05-17-2016, 01:08 AM
Replies: 6
Views: 1,125
Posted By David Karol
Is there an easy way to add schema tags inside...

Is there an easy way to add schema tags inside every image tag?

itemprop="image"
Forum: vB5 General Discussions 05-13-2016, 03:08 AM
Replies: 6
Views: 1,125
Posted By David Karol
Looks like some meta data is missing. I filed...

Looks like some meta data is missing. I filed http://tracker.vbulletin.com/browse/VBV-15998
Forum: vB5 General Discussions 05-12-2016, 06:38 PM
Replies: 6
Views: 1,125
Posted By David Karol
Could the issue be that vb4 points to a real URL,...

Could the issue be that vb4 points to a real URL, where vb5 uses 'file data' variable to point to an image?
Forum: vB5 General Discussions 05-11-2016, 03:38 PM
Replies: 6
Views: 1,125
Posted By David Karol
Images in Articles

On vBulletin 4, after pushing an article link via RSS, or pasting a link into Facebook, images were recognized by the platforms. This is not the case in vBulletin 5.

I'd look for diffs in the...
Forum: vB5 Design and Graphics Discussions 05-11-2016, 04:41 AM
Replies: 6
Views: 2,509
Posted By David Karol
Thanks, this is great. And thanks for giving...

Thanks, this is great.

And thanks for giving some CSS starters all around (both here and .com). I've been able to take these starting points and get a lot of other items resolved on my own.
Forum: vB5 Design and Graphics Discussions 05-11-2016, 04:36 AM
Replies: 11
Views: 2,256
Posted By David Karol
How does this end up looking on your end? It...

How does this end up looking on your end? It gives me a great starting point- thanks. Still not ideal though. The checkbox (admin only?) ends up being covered up, and we still have a bit of waste...
Forum: vB5 Design and Graphics Discussions 03-19-2016, 04:00 AM
Replies: 6
Views: 2,509
Posted By David Karol
Only Show Breadcrumbs on Forum Pages

I'd like to remove 'breadcrumbs' for only the home page.

Since this is only within outer-wrapper, is there a way to specify via CSS to only remove for this page?

<div id="outer-wrapper">
<div...
Forum: vB5 Design and Graphics Discussions 03-19-2016, 03:57 AM
Replies: 11
Views: 2,256
Posted By David Karol
This will end up breaking the content slider. ...

This will end up breaking the content slider. How about moving in line with the FORUMS and LATEST ACTIVITY, or the PAGE TITLE areas in the screenshot from the last post? I think going in line with...
Forum: vB5 Design and Graphics Discussions 03-19-2016, 01:04 AM
Replies: 11
Views: 2,256
Posted By David Karol
That didn't seem to help.

That didn't seem to help.
Forum: vB5 Design and Graphics Discussions 03-19-2016, 12:31 AM
Replies: 11
Views: 2,256
Posted By David Karol
Move 'Subscribe' button in line with 'Articles', 'Forum' etc.

See screenshot.

How could I go about moving the Subscribe button to be in line with the other menu options in articles and forums? (Posts, Latest Activity). The goal is get rid of extra white...
Forum: vB4 Design and Graphics Discussions 06-02-2013, 06:49 PM
Replies: 4
Views: 1,174
Posted By David Karol
I'm looking to display the entire 'MediaWiki...

I'm looking to display the entire 'MediaWiki Package' as if it were a vBulletin custom page. I'd like to show it where the Forums, Blogs, or CMS would be- under the vBulletin header. Is this...
Forum: vB4 Design and Graphics Discussions 05-21-2013, 12:25 AM
Replies: 4
Views: 1,174
Posted By David Karol
Share Header/Navbar and Footer with MediaWiki

I'd like to use the vBulletin header, navigation bar, and footer on a Mediawiki 1.20 installation. What is the best way to accomplish this?

I thought about just copying over the vB header...
Forum: vB4 Design and Graphics Discussions 03-09-2013, 02:26 AM
Replies: 6
Views: 1,062
Posted By David Karol
I got it. Instead of using the blocks manager, I...

I got it. Instead of using the blocks manager, I inserted the ad tag directly into the FORUMDISPLAY and FORUMHOME templates, between the following lines:


<div id="sidebar_container"<vb:if...
Forum: vB4 Design and Graphics Discussions 03-07-2013, 08:12 PM
Replies: 6
Views: 1,062
Posted By David Karol
The current block is HTML, and it's template...

The current block is HTML, and it's template consists of nothing but,

{vb:raw content}


Without {vb:raw content} in there, nothing will display. I'm not sure I understand- is there something...
Forum: vB4 Design and Graphics Discussions 03-07-2013, 04:52 PM
Replies: 6
Views: 1,062
Posted By David Karol
That's how I'm displaying the ad as showed in the...

That's how I'm displaying the ad as showed in the screenshot. It still comes up inside this sidebar 'container'. Is there a way around that?
Forum: vB4 Design and Graphics Discussions 03-07-2013, 04:24 PM
Replies: 6
Views: 1,062
Posted By David Karol
Here's a screenshot to show what's going on here....

Here's a screenshot to show what's going on here. I'd like the advertisement to appear above the sidebar block, on a white background. The sidebar block should appear below the advertisement....
Forum: vB4 General Discussions 02-25-2013, 03:27 AM
Replies: 4
Views: 626
Posted By David Karol
I noticed a slight variation between logged in...

I noticed a slight variation between logged in and logged out users, in all browsers I tested. When logged in, there's no space left for the ad, but the space exists when logged out.

I have line...
Forum: vB4 General Discussions 02-24-2013, 11:36 PM
Replies: 4
Views: 626
Posted By David Karol
Lynne, That worked great, thanks!

Lynne,

That worked great, thanks!
Forum: vB4 Design and Graphics Discussions 02-24-2013, 09:56 PM
Replies: 6
Views: 1,062
Posted By David Karol
Add Block above Forum Sidebar

Is it possible to add a block above the forum sidebar?

With this, I'd like to shift the sidebar down, to leave room for a 300x250 advertisement placement on top of it. I'd like to keep it...
Forum: vB4 General Discussions 02-24-2013, 08:47 PM
Replies: 4
Views: 626
Posted By David Karol
Showing Advertisement on All Pages except showthread

I put an advertisement in my showthread template, so I don't want vBulletin's 'built-in' footer advertisement to show there too. I have the following code for the built-in advertisement (Above...
Showing results 1 to 25 of 43

 
Forum Jump

All times are GMT. The time now is 08:48 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.02949 seconds
  • Memory Usage 2,037KB
  • 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
  • (8)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