Elxis CMS Forum

Extensions => Components => Topic started by: balisto on October 22, 2008, 17:27:42

Title: Screenshots in Weblink Categories [SOLVED]
Post by: balisto on October 22, 2008, 17:27:42
Hi,

if I use New Menu Item  ---> Component ----> Web Links, I have an option "Screenshots: No Yes "
if I use New Menu Item  ---> Component ----> Table - Weblink Category, I don't have this option and all the Links are shown without Screenshots - is there any possibility to enable Screenshots by linking to a Weblink Category?

Cheers,
Chris
Title: Re: Screenshots in Weblink Categories
Post by: balisto on November 01, 2008, 21:54:38
Any ideas?
Title: Re: Screenshots in Weblink Categories
Post by: datahell on November 05, 2008, 20:48:02
I publish here the solution for other users:
Open administrator/components/com_menus/weblinks_category_table/weblinks_category_table.xml
Add one more parameter at the end:

<param name="sshots" type="radio" default="1" label="AX_WBL_SCSL" description="AX_WBL_SCSD">
   <option value="0">AX_NO</option>
   <option value="1">AX_YES</option>
</param>

Save the file, done!
Now you can set to display screenshots when linking to weblinks categories.