jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Suggestions - Feature Request => Topic started by: romagromov on 10.02.2015 18:11:47

Title: Custom title tags in categories?
Post by: romagromov on 10.02.2015 18:11:47
Hi!

Is it possible to add custom title tags for each category (not based on category name)?
Or I can do it only using third-party components?
Title: Re: Custom title tags in categories?
Post by: ColinM on 11.02.2015 08:53:40
Hi
Support for Tags is intended after we have a stable release
Colin
Title: Re: Custom title tags in categories?
Post by: romagromov on 20.02.2015 14:25:26
Quote from: ColinM on 11.02.2015 08:53:40
Hi
Support for Tags is intended after we have a stable release
Colin

Ok, we will waiting.
But I'd like to point you in right direction :)

Title tags is VERY important for SEO.

I have builded my titles for downloads pages by editing file /com_jdownloads/views/download/view.html

So, if native title tags for download with title "Chrome" will displays "Chrome"
after this manipulations I have more correct for SEO title tag:

$this->document->setTitle($title.' download for free - '.$title.' '.$this->item->release.' - '.$this->item->custom_field_6);

In this case title tags will displays as

Chrome download for free - Chrome 32.321 - Text from custom filed

instead simply

Chrome

So, It will be great, if you create download page title constructor with placeholders:

(http://monosnap.com/image/UErglS9lXoWkeGnU0Sbc1BozZmCuNB.png)


Title: Re: Custom title tags in categories?
Post by: ColinM on 21.02.2015 01:58:40
Hi  Romagromov
Thanks for input - will move to suggestions
Colin