View Full Version : Mini Mods - Impressive Tags
ramesh_umk3
05-09-2014, 10:00 PM
Hello Friends,
Back with a small mod which helps in both design and seo as well lets start..
Goto --> ADMINCP --> SHOWTHREAD Template
Search for:
<a href="tags.php{vb:raw session.sessionurl_q}">{vb:rawphrase view_tag_cloud}</a>
Replace with:
<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 :
<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
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
Hi, how to increase space? thx
ramesh_umk3
05-10-2014, 10:22 AM
Simple add below code in your additional.css
#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
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
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
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
ramesh_umk3
05-19-2014, 01:43 PM
optional code which i provided helps SEO as your tags should be bold and italic according to seo rules :)
Thank
RichieBoy67
06-03-2014, 08:19 PM
You just mean <i><b> </i></b>?
ramesh_umk3
06-04-2014, 07:17 AM
You just mean <i><b> </i></b>?
Yes but slight change like this <i> <b> Tag </b> </i>
RichieBoy67
06-04-2014, 01:25 PM
Yes but slight change like this <i> <b> Tag </b> </i>
Oh yeah, I know..I just meant the added html.
tanzeelniazi
06-05-2014, 08:09 PM
in my side not showing properly see
https://vborg.vbsupport.ru/external/2014/06/1.jpg?1
vb4.2.0
ramesh_umk3
06-06-2014, 12:55 PM
Your template is highly customized is that Ideal ? As i am using different class for tag render surely it should work if you can drop your site url i shall check for you :)
Thanks
tanzeelniazi
06-06-2014, 02:28 PM
Yes ideal theme.
My Showthread template. check please
ramesh_umk3
06-06-2014, 05:33 PM
Backup your template first and replace complete showthread template with below code
http://pastebin.com/Rz96Yfic
I hope that should work if not this mod shall not work on ideal template ...
tanzeelniazi
06-06-2014, 09:31 PM
not working :(
ramesh_umk3
06-14-2014, 11:18 AM
Modification updated :
ChangeLogs:
1) Over Lapping of tags correct on template
2) Support DBSEO recent update which creates tags from both content and thread title
3) Demo (http://www.sitehostingtalk.com/f27/how-do-i-change-color-contentmain-color-buttons-160063/#post1703490)
cdoyle
06-20-2014, 09:45 PM
I'm not sure what I did wrong, but the tags still appear as text on my site.
The 'view tag cloud' looks different, but not the actual tags.
Any Ideas?
http://www.caraudiocentral.net/forums/off-topic/12171-car.html
ramesh_umk3
06-21-2014, 11:12 AM
Once re-check SHOWTHREAD Template bro you might missed any closing phrase of code or something else
thetechgenius
02-01-2015, 11:32 AM
This code only changes the "View Tag Cloud" button. It only changes it on my forum anyway.
Here is a screenshot of what it looks like on my forum:
https://img.thetechgenius.net/di/NNPF/thread_tags.png
ramesh_umk3
02-01-2015, 04:04 PM
Thats really strange once try to recheck code bro :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.