Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
MARCO1 H1 Tags Version 2 Details »»
MARCO1 H1 Tags Version 2
Version: 2.0, by MARCO1 MARCO1 is offline
Developer Last Online: Jan 2022 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.8.x Rating:
Released: 04-07-2009 Last Update: 04-11-2009 Installs: 87
Uses Plugins Auto-Templates
 
No support by the author.

MARCO1 H1 Tags Version 2


Features :-

Auto Template
Auto CSS
AdminCP Options
Can change your H1 Tags and H2 Tags Color in forumdisplay
New!
Can change your H1 Tags and H2 Tags Color in Showthread New!
Can change The Color of H1 Tags And H2 Tags from admincp New!

Fixes :-
Fix the Bug when you install it the h1 Tags upper in Linked And unlinked
you can found here more https://vborg.vbsupport.ru/showpost....2&postcount=20

How Can i change the H1 Tags Color ?
From MARCO1 H1 Tags Options you will see this
H1 Color In Showthread
H2 Color In Showthread
H1 Color In Forumdisplay
H2 Color In Forumdisplay
and next to them the color code e.g : #00c080
I Attach File Has all the color code copy the code from it and type it in you MARCO1 H1 Tags Options after #

Install :-

Import Product-MARCO1 H1 Tags.xml from your vBulletin Admincp

Versions History :-
1.5 Original Version
1.6 Update The CSS Code
2.0 Fix One Bug And Add 4 New Features !

Working With vBSEO

Special Thanks To
TimberFloorAu
RTMdotORG

Your Support !
If You Use This Modification Click INSTALL-Nominate for MOTM

Download Now

File Type: (74.8 KB, 0 views)
File Type: (66.3 KB, 0 views)
File Type: (58.4 KB, 0 views)
File Type: zip MARCO1 H1 Tags.zip (240.2 KB, 628 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 04-11-2009, 11:32 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im not exactly sure what the issue is Universal, its quite difficult to see your forum when all the adverts keep popping up and floating about. Contrary to making me want to register to get rid of them, it makes me want to close the window.

Perhaps set up a test account, or explain your full issue, so that we may indeed help.

From what limited info I have gathered from this, it sounds like your h1 tag css, is at conflict with another css h1.
Im not really intent on ploughing thru your html, to figure it out, until I really know the issue.

Ste
Reply With Quote
  #73  
Old 04-12-2009, 01:21 AM
briansol's Avatar
briansol briansol is offline
 
Join Date: Apr 2006
Location: CT
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RTMdotORG View Post
Edit H1 unlinked or linked templates to this...
Code:
<center>
<div class="h1tags"><h1 class="myh1"><font color="#FFA200">$foruminfo[title_clean]</font></h1>
<h2 class="myh2">$foruminfo[description]</h2></div>
</center>
<br />
I'd suggest no one use this code.

this is not valid xhtml.

center and font are deprecated tags. further, its not remotely semantic, and the use of class names is completely wrong.


try something like:

Code:
<div id="heading">
<h1>$foruminfo[title_clean]</h1>
<h2>$foruminfo[description]</h2>
</div>
along with

Code:
#heading { margin: 0 auto 0 auto; text-align: center; padding: 1em 0; }
#heading h1 { color: #345; font-size: 1.3em; }
#heading h2 { font-size: 1.1em; }

much cleaner, less C2C, VALID, semantic, etc etc

[/code]
Reply With Quote
  #74  
Old 04-12-2009, 06:34 AM
RTMdotORG RTMdotORG is offline
 
Join Date: Dec 2008
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by briansol View Post
I'd suggest no one use this code.

this is not valid xhtml.

center and font are deprecated tags. further, its not remotely semantic, and the use of class names is completely wrong.


try something like:

Code:
<div id="heading">
<h1>$foruminfo[title_clean]</h1>
<h2>$foruminfo[description]</h2>
</div>
along with

Code:
#heading { margin: 0 auto 0 auto; text-align: center; padding: 1em 0; }
#heading h1 { color: #345; font-size: 1.3em; }
#heading h2 { font-size: 1.1em; }

much cleaner, less C2C, VALID, semantic, etc etc

[/code]
no errors shown when using it the way i did either.
Reply With Quote
  #75  
Old 04-12-2009, 09:28 AM
MARCO1's Avatar
MARCO1 MARCO1 is offline
 
Join Date: Jun 2008
Posts: 872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by briansol View Post
I'd suggest no one use this code.

this is not valid xhtml.

center and font are deprecated tags. further, its not remotely semantic, and the use of class names is completely wrong.


try something like:

Code:
<div id="heading">
<h1>$foruminfo[title_clean]</h1>
<h2>$foruminfo[description]</h2>
</div>
along with

Code:
#heading { margin: 0 auto 0 auto; text-align: center; padding: 1em 0; }
#heading h1 { color: #345; font-size: 1.3em; }
#heading h2 { font-size: 1.1em; }

much cleaner, less C2C, VALID, semantic, etc etc

[/code]
Yes Brain i will coding new Version this will include C2C, VALID
Reply With Quote
  #76  
Old 04-12-2009, 09:54 AM
universosymbian's Avatar
universosymbian universosymbian is offline
 
Join Date: Jan 2009
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TimberFloorAu View Post
Im not exactly sure what the issue is Universal, its quite difficult to see your forum when all the adverts keep popping up and floating about. Contrary to making me want to register to get rid of them, it makes me want to close the window.

Perhaps set up a test account, or explain your full issue, so that we may indeed help.

From what limited info I have gathered from this, it sounds like your h1 tag css, is at conflict with another css h1.
Im not really intent on ploughing thru your html, to figure it out, until I really know the issue.

Ste
Adicional de CSS

Quote:
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }


Quote:
/* This the CSS for the Header */
img {
border:0;
}

.search-quick {
height: 19px;
width: 187px;
border: #15537e 1px solid;
}

.welcomeleft {
font-family: tahoma;
color: #ffffff;
height: 42px;
line-height: 42px;
padding-left: 18px;
}

.welcomeright {
font-family: tahoma;
color: #ffffff;
height: 42px;
padding-right: 14px;
}

.welcomeright img {
vertical-align:middle;
}

.headerright {
font-size: 11px;
font-family: Tahoma;
color: #fff;
}

.headerright a:link, .headerright a:hover, .headerright a:active, .headerright a:visited {
font-size: 11px;
font-family: Tahoma;
color: #fff;
text-decoration: underline;
}

.topbar {
background: url(images/bluedemon/misc/topbarbg.gif) repeat-x;
height: 48px;
padding: 0 20px;
}

.navitem {
height: 40px;
}

.navitem a:link, .navitem a:hover, .navitem a:active, .navitem a:visited {
font-family: tahoma;
font-size: 11px;
color: #fff;
font-weight: bold;
text-decoration: none;
}

.navigation {
background: url(images/bluedemon/misc/navigationbg.gif) repeat-x;
height: 40px;
}

.header {
background: url(images/bluedemon/misc/headerbg.gif) repeat-x;
height: 121px;
}

.vbmenu_control2 {
background: url(images/bluedemon/misc/vbmenu2.gif) repeat-x;
height: 47px;
font-size: 10px;
padding: 0 8px;
color: #fff;
font-family: tahoma;
font-weight: bold;
}

.vbmenu_control2 a:link, .vbmenu_control2 a:hover, .vbmenu_control2 a:active, .vbmenu_control2 a:visited {
font-size: 10px;
font-family: tahoma;
font-weight: bold;
text-decoration: none;
color: #fff;
}


/* CSS for the postbit */
.alt1pb {
background: #ebf4fb url(images/bluedemon/misc/alt1pbbg.gif) repeat-x;
padding-top: 18px;
padding-left: 7px;
padding-right: 10px;
padding-bottom: 28px;
border-top: #89a9c1 1px solid;
border-left: #89a9c1 1px solid;
}

.alt1pbb {
background: #ebf4fb;
padding-left: 7px;
padding-right: 10px;
padding-bottom: 5px;
border-left: #89a9c1 1px solid;
}

.alt2pb {
border-top: #89a9c1 1px solid;
background: #e8f2fb url(images/bluedemon/misc/alt2pbbg.gif) repeat-x;
border-left: #89a9c1 1px solid;
padding-left: 14px;
padding-top: 15px;
padding-bottom: 19px;
}

.alt2pbb {
background: #e8f2fb;
border-left: #89a9c1 1px solid;
}

.pbbox {
width: 172px;
padding-top: 6px;
margin-bottom: 3px;
padding-bottom: 5px;
background: #ffffff;
padding-left: 10px;
text-align: left;
padding-right: 5px;
border: #89a9c1 1px solid;
font-family: Tahoma;
font-weight: normal;
font-size: 11px;
color: #0a335c;
}

.pbh {
font-weight: bold;
color: #6e899c;
}


/* CSS for the main page */
.tcat_hp {
background: url(images/bluedemon/misc/tcat_hp.gif) repeat-x;
}

.tcat_left {
background: url(images/bluedemon/misc/tcat_left.gif) no-repeat;
padding-left: 37px;
padding-top: 14px;
height: 33px;
font-family: tahoma;
font-size: 11px;
color: #fff;
font-weight: bold;
}

.tcat_right {
background: url(images/bluedemon/misc/tcat_right.gif) no-repeat top right;
}

.tcat_left a:link, .tcat_left a:hover, .tcat_left a:active, .tcat_left a:visited {
font-family: tahoma;
font-size: 11px;
color: #fff;
font-weight: bold;
text-decoration: none;
}

/* CSS for the footer */

.footer {
background: #003c6d url(images/bluedemon/misc/footerbg.gif) repeat-x;
padding-top: 19px;
height: 64px;
font-family: tahoma;
font-size: 11px;
color: #fff;
}
Reply With Quote
  #77  
Old 04-12-2009, 05:03 PM
MARCO1's Avatar
MARCO1 MARCO1 is offline
 
Join Date: Jun 2008
Posts: 872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

New Version Here ! Version 2 With Very Good New Features
Reply With Quote
  #78  
Old 04-12-2009, 06:10 PM
universosymbian's Avatar
universosymbian universosymbian is offline
 
Join Date: Jan 2009
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

MARCO1 thank you very much, good job buddy.

would now put in the css for the background color
Reply With Quote
  #79  
Old 04-12-2009, 06:58 PM
MARCO1's Avatar
MARCO1 MARCO1 is offline
 
Join Date: Jun 2008
Posts: 872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by universosymbian View Post
MARCO1 thank you very much, good job buddy.

would now put in the css for the background color
Don't make anything Manually, Simply Change the Color from The Product Settings
Reply With Quote
  #80  
Old 04-12-2009, 07:49 PM
universosymbian's Avatar
universosymbian universosymbian is offline
 
Join Date: Jan 2009
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

perfect marcos1

good job
Reply With Quote
  #81  
Old 04-12-2009, 08:35 PM
MARCO1's Avatar
MARCO1 MARCO1 is offline
 
Join Date: Jun 2008
Posts: 872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by universosymbian View Post
perfect marcos1

good job
I Very Glad every thing is working now
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:42 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.05076 seconds
  • Memory Usage 2,352KB
  • Queries Executed 29 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_code
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete