vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Impressive Tags (https://vborg.vbsupport.ru/showthread.php?t=311213)

ramesh_umk3 05-09-2014 10:00 PM

Impressive Tags
 
1 Attachment(s)
Hello Friends,
Back with a small mod which helps in both design and seo as well lets start..

Goto --> ADMINCP --> SHOWTHREAD Template

Search for:
Code:

<a href="tags.php{vb:raw session.sessionurl_q}">{vb:rawphrase view_tag_cloud}</a>
Replace with:
Code:

<a class="tagmc" href="tags.php{vb:raw session.sessionurl_q}">{vb:rawphrase view_tag_cloud}</a>

Optional:
According to the ON-PAGE SEO tags should be in bold and italic, then your replace will be :
Code:

<b><i><a class="tagmc" href="tags.php{vb:raw session.sessionurl_q}">{vb:rawphrase view_tag_cloud}</a></i></b>

Below code goes in additional.css

Code:

a.tagmc {
        color: #666;
        background-color: #eee;
        padding: 4px;
        border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-bottom-width: 2px;
        line-height: 28px;
}

Screen:
https://vborg.vbsupport.ru/external/2014/05/37.png

Feel Free to Modify as you like :)

Thanks :)

K4GAP 05-10-2014 07:27 AM

I'm tagging this to make sure I don't forget to try it when I have time. Looks very much like something that would enhance my site in a small way. Hey, every little bit helps :)

Thanks for the work.

mitch84 05-10-2014 10:15 AM

1 Attachment(s)
Hi, how to increase space? thx

ramesh_umk3 05-10-2014 10:22 AM

Simple add below code in your additional.css

Code:

#tag_list_cell{height:60px;}
If you need more height just keep on increasing the value :)

Thanks

Disco_Stu 05-11-2014 04:49 AM

It looks like a good mod that will come in handy but I'm not too crazy about your choice of color code.

K4GAP 05-11-2014 05:14 AM

Quote:

Originally Posted by Disco_Stu (Post 2497242)
It looks like a good mod that will come in handy but I'm not too crazy about your choice of color code.

Do you not see that in the code the colors can be changed?

ramesh_umk3 05-11-2014 06:15 PM

Quote:

Originally Posted by Disco_Stu (Post 2497242)
It looks like a good mod that will come in handy but I'm not too crazy about your choice of color code.

I mostly use colors which are in forum pattern rather than using different colors, And i also told in main thread your free to modify :)

Disco_Stu 05-11-2014 06:33 PM

Quote:

Originally Posted by K4GAP (Post 2497244)
Do you not see that in the code the colors can be changed?

Of course I see that. I am not an idiot. It was a tongue-in-cheek reply because he used 666 as the color code.

ramesh_umk3 05-12-2014 03:05 AM

CSS accepts both 3 and 6 color codes i have tested with all cross browsers so it will be fine if any help you can ask here :)

Regards,

RichieBoy67 05-18-2014 02:38 PM

Great idea.

I see how this could make internal site navigation easier and maybe help a bit with bounce rates but how does this help with search engine optimization exactly?

Thanks


All times are GMT. The time now is 06:16 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.01504 seconds
  • Memory Usage 1,737KB
  • 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
  • (5)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete