Linking Frontpage News Show Pro GK5 to other urls

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Jul 11, 2013 5:20 am
Reply with quote
Report this post
I love Creativity...

But i want the News Show Pro on the What We Do link, to link to another component - Easy Blog... the Easy Blog categories to be precise, is there any way to achieve this?

TIA
User avatar
Gold Boarder

GK User
Thu Jul 11, 2013 6:20 am
Reply with quote
Report this post
Do you mean "What We Do" link in main menu or links in module items.
User avatar
Platinum Boarder

GK User
Fri Jul 12, 2013 8:15 am
Reply with quote
Report this post
I wanted the NSP GK5 module to link to an EasyBlog category instead of the actual K2 item, I managed to do this using NinjaForges Ninja Redirect
User avatar
Gold Boarder

GK User
Sat Jul 13, 2013 10:14 am
Reply with quote
Report this post
You could always use External Data as data source in News Show Pro GK5 and edit the xml file to manually add your items. :)
Such as below
/modules/mod_news_pro_gk5/external_data/mysample.xml
Code: Select all
<articles>
   <article>
      <url>http://www.gavick.com</url>
      <title>Lorem ipsum</title>
      <text><![CDATA[Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec ullamcorper nulla non metus auctor fringilla.]]></text>
      <catname>Test</catname>
      <category_url></category_url>
      <image></image>
   </article>
   <article>
      <url>http://www.gavick.com</url>
      <title>Lorem ipsum</title>
      <text><![CDATA[Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec ullamcorper nulla non metus auctor fringilla.]]></text>
      <catname>Test</catname>
      <category_url></category_url>
      <image></image>
   </article>
</articles>


See you around...
User avatar
Platinum Boarder


cron