View Full Version : Widget title clickable, link in title?
goxy63
07-04-2014, 03:13 PM
Hi
Can anyone point me in right direction how to make on certain widgets title to be clickable and linked to some page?
Or even better if one is good with these things to share code with all of us here ?
Guess this can be done through CSS using widget ID and....
Thank you
ps
was searching on forums but did not found nothing about this
Lynne
07-04-2014, 06:13 PM
The widgets use a template and that template name is usually on the widget configure screen. So, edit the template to make the title clickable. Or, since you probably want them to each click to somewhere else, copy the template, make a new template and edit the title how you want it, then put the new template name into the widget configure page.
goxy63
07-04-2014, 10:29 PM
at firs was thinking "what tha hell this lady is talking about"
than read what you wrote once more and did as you were saying step by step... and ...hahha
omg its so simple :)
Will play a lot with these now
What we would do here without you... I dont have idea, I dont know how to thank you not just for this help here but for all help in past
Thank you
Lynne
07-05-2014, 02:56 PM
LOL I'm glad you got it figured out. :D
goxy63
07-11-2014, 01:36 PM
:D
and now, again, I will be pain in a .... some places
would like that someone else but Lynne helps me cuz I dont want to bother her too much(but will not refuse her help of course lol)...so guys gals dont be shy help to (omg I got old already) this mature noob here
I was reading through forums and cant figure it out....how to place vbulletin variable "$numbermembers" total number of members here in title....next to clickable link
this is my template which I changed for a clickable link:
<div class="cms_widget">
<div class="block">
<div class="cms_widget_header widget_header">
<h3><img src="{vb:stylevar imgdir_siteicons}/php.png" alt="" /> <a href="http://www.mysite.com/memberlist.php">Member Avatars</a></h3>
</div>
<div class="cms_widget_content widget_content">
{vb:raw output}
</div>
</div>
</div>
was trying several things, but no can do it just cant work...not sure is it even possible in this way or not so...
Thank you
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.