English Support Forum
Currently i see the site lack of SEO.
when click categories title it shows No changes in the Site title.
Sub-categeories - "
ive manage to hack the title to include custom front and back fields for the site title.
where do i edit for the listing title with ID::. its so ugly format.
when click categories title it shows No changes in the Site title.
Sub-categeories - "
ive manage to hack the title to include custom front and back fields for the site title.
where do i edit for the listing title with ID::. its so ugly format.
13.06.2009 22:56
Hi,
you can change this in details.php too (~ line 23).
best regards,
Darko
you can change this in details.php too (~ line 23).
best regards,
Darko
16.06.2009 00:36
Yup.
ive done that. looking into main categories n sub-categories title head ..
ive done that. looking into main categories n sub-categories title head ..
16.06.2009 03:35
is this a question?Code:
looking into main categories n sub-categories title head ..
20.06.2009 08:22
In Category is not SEO title.
look.
index: Home - title: home
category: house - title: home
object: house from slovakia - title: home - ::- house from slovakia
What is not:
category: house - title: home- house[ /b]
look.
index: Home - title: home
category: house - title: home
object: house from slovakia - title: home - ::- house from slovakia
What is not:
category: house - title: home- house[ /b]
12.10.2009 17:16
Yes, after long time i discover.
category title has no seo features
need title as
site-category- sub category
category title has no seo features
need title as
site-category- sub category
19.11.2009 16:32
admin:
Hi,
you can change this in details.php too (~ line 23).
best regards,
Darko
i think this file is for detail template
i m talking abt the site title on the browser for categories and sub categories.
how can i achieve that?
20.11.2009 06:01
Hi,
open misterestate.php and add the following line after line 426:
then open misterestate.html.php and add the following lines after line 197:
best regards
open misterestate.php and add the following line after line 426:
Code:
$params['catname'] = $cat->name;
then open misterestate.html.php and add the following lines after line 197:
Code:
$document =& JFactory::getDocument(); $document->setTitle($params['catname']);
best regards
27.11.2009 16:33
Hi Darko.
my site the meta desc n keyword is not picking from the entry. its using the global kw and descp instead.
my site the meta desc n keyword is not picking from the entry. its using the global kw and descp instead.
06.12.2009 03:42
i would like to slot in the category name, locations, etc in to the description n keyword automatically. i beleive we can achieve this need some direction n guides.
kw: apartment, "cat name, sub cat name,location, listing title"
descp : "listing title" for sale, "listing title" for rent, location. etc
please guide.
thank you.
kw: apartment, "cat name, sub cat name,location, listing title"
descp : "listing title" for sale, "listing title" for rent, location. etc
please guide.
thank you.
06.12.2009 03:46
Hi,
I´ve added your suggestion to my to-do list for an upcoming ME version.
At this point I can´t guide you through the customization, because it´s a lot of work and I´m currently under heavy time pressure.
Beside this, it would be better to wait for the upcoming ME version. If you adjust it on your own, your changes will be overwritten during the next update.
best regards
I´ve added your suggestion to my to-do list for an upcoming ME version.
At this point I can´t guide you through the customization, because it´s a lot of work and I´m currently under heavy time pressure.
Beside this, it would be better to wait for the upcoming ME version. If you adjust it on your own, your changes will be overwritten during the next update.
best regards
07.12.2009 23:50
Hi Darko.
i understand
but the keyword n meta page all this while is there non functioning?
i dont see it listed in the metatag.
i understand
but the keyword n meta page all this while is there non functioning?
i dont see it listed in the metatag.
10.12.2009 17:35
hm, metatags and description are working for sure. you can see it there:
http://demo.misterestate.com/de/component/misterestate/object/showME/1
Did you customize your ME version in any way?
http://demo.misterestate.com/de/component/misterestate/object/showME/1
Did you customize your ME version in any way?
[Last edited by admin, 12.12.2009 00:30]
12.12.2009 00:30
admin:
Hi,
open misterestate.php and add the following line after line 426:
Code:
$params['catname'] = $cat->name;
then open misterestate.html.php and add the following lines after line 197:
Code:
$document =& JFactory::getDocument(); $document->setTitle($params['catname']);
best regards
Hi.
can i have the code for me1.5 version ?
thanks.
18.12.2009 13:28




