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

Showing results 1 to 25 of 27
Search took 0.00 seconds.
Search: Posts Made By: Jacob_ITAPros
Forum: vBulletin 4.x Add-ons 06-15-2010, 10:55 AM
Replies: 836
Forum Home Enhancements - Forum Category Icons (Advanced)
Views: 224,161
Posted By Jacob_ITAPros
Nice work. If there were an "Add URL?" option to...

Nice work. If there were an "Add URL?" option to allow for the icon to become "clickable" and behave as a hyperlink I'd be highly interested.

Tagged for future releases.
Forum: vBulletin 4.x Template Modifications 05-31-2010, 12:55 PM
Replies: 54
Views: 14,075
Posted By Jacob_ITAPros
Oh it was completely my fault. I went back to see...

Oh it was completely my fault. I went back to see if it was the fault of another mod and it was not. When I was copying and pasting, I managed to mess something up. Fortunately I back up and version...
Forum: vBulletin 4.x Template Modifications 05-30-2010, 02:08 AM
Replies: 54
Views: 14,075
Posted By Jacob_ITAPros
Hi Borbole, I've fixed the issue that I was...

Hi Borbole, I've fixed the issue that I was having. There was a slight syntax error from a previous mod that I've uninstalled that was left remained. Basically it was a pice of commented code in the...
Forum: vBulletin 4.x Template Modifications 05-27-2010, 11:56 PM
Replies: 54
Views: 14,075
Posted By Jacob_ITAPros
I'm sorry Borbole, unfortunately I haven't I've...

I'm sorry Borbole, unfortunately I haven't I've been swamped with some other work. I'm going to take a hard look at it tonight and if I can not resolve it I will attempt to contact you for some...
Forum: vBulletin 4.x Template Modifications 05-25-2010, 11:05 AM
Replies: 54
Views: 14,075
Posted By Jacob_ITAPros
http://www.itautomationpros.com/ It's shut...

http://www.itautomationpros.com/

It's shut down for now but you still should be able so see what I'm talking about through the different browsers. If necessary I can create an account for you to...
Forum: vBulletin 4.x Template Modifications 05-25-2010, 01:30 AM
Replies: 54
Views: 14,075
Posted By Jacob_ITAPros
Still not working for me. I did try the other...

Still not working for me. I did try the other version on a fresh install, and got the same results as I did earlier.

On this one, the rounded corners and borders show up above and below the header...
Forum: vBulletin 4.x Template Modifications 05-23-2010, 01:51 PM
Replies: 54
Views: 14,075
Posted By Jacob_ITAPros
Ok, I'm using the "Advanced header Rework v2"...

Ok, I'm using the "Advanced header Rework v2" mod. That was my only header mod before this. I am now wondering if there is a conflict somewhere. I'll remove that mod and see if this issue remains.
...
Forum: vBulletin 4.x Template Modifications 05-23-2010, 01:31 PM
Replies: 54
Views: 14,075
Posted By Jacob_ITAPros
Borbole, the issue isn't the color of the...

Borbole, the issue isn't the color of the background and what I wish it to be, it's the fact that the header is blanked out, as if the color for the div in the header is being overriden. If I...
Forum: vBulletin 4.x Template Modifications 05-23-2010, 01:29 PM
Replies: 54
Views: 14,075
Posted By Jacob_ITAPros
Attached is a screen shot of what I'm...

Attached is a screen shot of what I'm experiencing. There appears to be an issue in the footer "menu" as well. Anyone else experiencing this?
Forum: vBulletin 4.x Template Modifications 05-23-2010, 03:55 AM
Replies: 54
Views: 14,075
Posted By Jacob_ITAPros
It appears the issue is with this statement: ...

It appears the issue is with this statement:

.whiteshadow {
background : #FFFFFF;
padding : 0 12px 0 12px;
}
Forum: vBulletin 4.x Template Modifications 05-23-2010, 03:26 AM
Replies: 54
Views: 14,075
Posted By Jacob_ITAPros
Hi. In Opera 10.53 and IE 8 (both the latest...

Hi. In Opera 10.53 and IE 8 (both the latest versions) the header is completely white where it once was default blue. This appears to work fine in all other browsers. I've cleared all cache and...
Forum: vBulletin 4.x Template Modifications 05-21-2010, 07:13 PM
Replies: 158
Views: 31,008
Posted By Jacob_ITAPros
Dangit that was the property. Sorry I gave you...

Dangit that was the property. Sorry I gave you the wrong one. As for the the missing pic, check your code in the header for the correct path to the image that you're using.
Forum: vBulletin 4.x Template Modifications 05-21-2010, 04:43 PM
Replies: 158
Views: 31,008
Posted By Jacob_ITAPros
Clarkey25, I had the same issue. In the...

Clarkey25, I had the same issue.

In the .top-header-info css structure, I changed the padding-right to 6px. See if that helps.
Forum: vB4 Programming Discussions 05-16-2010, 10:11 PM
Replies: 15
Views: 3,417
Posted By Jacob_ITAPros
I understand. However, I've run into another...

I understand. However, I've run into another issue that I should have thought thoroughly through before attempting this method altogether. When including the css file, because the css structures are...
Forum: vB4 Programming Discussions 05-16-2010, 08:30 PM
Replies: 15
Views: 3,417
Posted By Jacob_ITAPros
Well then I'm losing my mind because apparently I...

Well then I'm losing my mind because apparently I can't get $forumid to be read from anywhere except forumhome_forumbit_level2_post and similar templates.

Even in the FORUMHOME or FORUMDISPLAY...
Forum: vB4 Programming Discussions 05-16-2010, 04:56 PM
Replies: 15
Views: 3,417
Posted By Jacob_ITAPros
I've tried that as well. I placed: <vb:if...

I've tried that as well. I placed:

<vb:if condition="in_array($GLOBALS[forumid], array(9,11))">
<link rel="stylesheet" type="text/css" href="/clientscript/vbulletin_css/sponsor/sponsor.css" />...
Forum: vB4 Programming Discussions 05-16-2010, 04:40 PM
Replies: 15
Views: 3,417
Posted By Jacob_ITAPros
No I mean I placed that code in the...

No I mean I placed that code in the headinclude_bottom template just above the statement:

{vb:raw template_hook.headinclude_bottom_css}

And the css file is not being included. I used firebug as...
Forum: vB4 Programming Discussions 05-16-2010, 04:15 PM
Replies: 15
Views: 3,417
Posted By Jacob_ITAPros
Syntax check...the css isn't being inlcuded. ...

Syntax check...the css isn't being inlcuded.

<vb:if condition="in_array($GLOBALS[forumid], array(9,11))">
<link rel="stylesheet" type="text/css"...
Forum: vB4 Programming Discussions 05-16-2010, 04:04 PM
Replies: 15
Views: 3,417
Posted By Jacob_ITAPros
Since the condition is based on...

Since the condition is based on $foruminfo['forumid'], and this condition would be added to header include per your suggestion, when I encounter a page in which this variable is not recognized, won't...
Forum: vB4 Programming Discussions 05-16-2010, 03:06 PM
Replies: 15
Views: 3,417
Posted By Jacob_ITAPros
So in your suggested scenario, the condition...

So in your suggested scenario, the condition would be added at the bottom of the header inlcude, and the css that is in that file would successfully override the css that I'm attempting to reassign...
Forum: vB4 Programming Discussions 05-16-2010, 02:55 PM
Replies: 15
Views: 3,417
Posted By Jacob_ITAPros
Conditional Plugin for additional.css

I'm attempting to create a plugin that will check certain conditions before appending css to additional.css. Here is what I have for a plugin at hook: cache_templates.

if...
Forum: vBulletin 4.x Template Modifications 05-08-2010, 03:40 AM
Replies: 158
Views: 31,008
Posted By Jacob_ITAPros
Everything is fine for me, however the two...

Everything is fine for me, however the two administrative lines:

<vb:if condition="$show['admincplink']"><li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}"...
Forum: vBulletin 4.x Add-ons 05-02-2010, 01:33 AM
Replies: 34
Forum Display Enhancements - add Ads to each forum
Views: 11,447
Posted By Jacob_ITAPros
Sorry, ry215, I'm trying to understand more....

Sorry, ry215, I'm trying to understand more. According to your screenshots, one can only add the ads above the forums in the main forums page. If one can add them to the forum display thread, you...
Forum: vBulletin 4.x Add-ons 04-30-2010, 11:47 PM
Replies: 34
Forum Display Enhancements - add Ads to each forum
Views: 11,447
Posted By Jacob_ITAPros
Sorry if I'm missing the obvious here, but are...

Sorry if I'm missing the obvious here, but are these ads only for the forums main page, or are they viewable in the forumsdisplay page as well? I'd like to have one banner at the top of the forums...
Forum: vBulletin 3.6 Template Modifications 04-20-2010, 03:46 PM
Replies: 5
BB Code Enhancements - Scribd BBCode
Views: 6,873
Posted By Jacob_ITAPros
Thanks for this. The specific code to grab from...

Thanks for this. The specific code to grab from the Scribd html embed is the document_id.
Showing results 1 to 25 of 27

 
Forum Jump

All times are GMT. The time now is 02:27 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.01707 seconds
  • Memory Usage 2,041KB
  • 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
  • (64)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