board for Joomla 2.5

July '10 Joomla Templates
GK User
Thu Jul 05, 2012 10:14 am
I think we nead board like this!
User avatar
Fresh Boarder

GK User
Thu Jul 05, 2012 10:25 am
This is my real question:

Why I am unable to submit link in copyright filed for this version of the template.

Template Manager -> gk_gamebox - Default (I suggest that you can think a better name of gk_gamebox for there) - > FEATURES -> copyright

The field does not accept <a href="http://www.yourdomain.com" target="_blank">www.yourdomain.com</a> link and strips it to http://www.yourdomain.com

WHY?

You did a lot of work to do it, now we need to hardcode it in the databse to achive a link.


Nevertheless, CONGRATULATIONS!!! The template is amazing. Good job.
User avatar
Fresh Boarder

GK User
Thu Jul 05, 2012 10:30 am
This was fixed in latest version, If you haven't done any editing to template update to latest version. If you have edited your template follow below.

Find file: templates/gk_gamebox/templateDetails.xml
Find Line: 382 which is below
Code: Select all
            <field name="copyrights" type="textarea" rows="3" cols="40" label="TPL_GK_LANG_COPYRIGHTS" description="TPL_GK_LANG_COPYRIGHTS_DESC" />

Replace it with below.
Code: Select all
            <field name="copyrights" type="textarea" rows="3" cols="40" filter="raw" label="TPL_GK_LANG_COPYRIGHTS" description="TPL_GK_LANG_COPYRIGHTS_DESC" />


See you around...
User avatar
Platinum Boarder

GK User
Thu Jul 05, 2012 10:52 am
Thank you for the quick response.

One more question:

RSS URL field is "?format=feed&type=rss" in template features section.

The problem is that rss icon in social icons group points to http://www.domain-name.com/?format=feed&type=rss, from every page in the web site, no metter which cotegory or sub-category you are in.
User avatar
Fresh Boarder

GK User
Thu Jul 05, 2012 11:05 am
That is a RSS Social link for your website. Such as below examples. So any link you enter in there will become the RSS Link next to your social icons.

mywebsite/facebook
mywebsite/twitter
mywebsite/rss.


That is not meant to be different link based on your components etc. Use components links for using Rss in component / item level.

See joomla extensions for rss in components / items.
http://extensions.joomla.org/search?q=rss

See you around...
User avatar
Platinum Boarder


cron