English Support Forum

icon
Avatar
ILJ
Posts:
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. :blush:
13.06.2009 22:56
Avatar
admin
Moderator
Posts: 885
Hi,

you can change this in details.php too (~ line 23).

best regards,
Darko
16.06.2009 00:36
Avatar
ILJ
Posts:
Yup.

ive done that. looking into main categories n sub-categories title head ..
16.06.2009 03:35
Avatar
admin
Moderator
Posts: 885
iconCode:
looking into main categories n sub-categories title head ..
is this a question?
20.06.2009 08:22
Avatar
lier
Posts: 2
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]
12.10.2009 17:16
Avatar
ILJ
Posts:
Yes, after long time i discover.
category title has no seo features

need title as

site-category- sub category
19.11.2009 16:32
Avatar
ILJ
Posts:
iconadmin:
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
Avatar
admin
Moderator
Posts: 885
Hi,

open misterestate.php and add the following line after line 426:
iconCode:
$params['catname'] 			= $cat->name; 


then open misterestate.html.php and add the following lines after line 197:
iconCode:
$document =& JFactory::getDocument();
$document->setTitle($params['catname']);


best regards
27.11.2009 16:33
Avatar
ILJ
Posts:
Mr.Darko

i m still on ME1.5.
is the code same ?

tks.
04.12.2009 16:53
Avatar
ILJ
Posts:
Hi Darko.

my site the meta desc n keyword is not picking from the entry. its using the global kw and descp instead. :cry:
06.12.2009 03:42
Avatar
ILJ
Posts:
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.
06.12.2009 03:46
Avatar
admin
Moderator
Posts: 885
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
07.12.2009 23:50
Avatar
ILJ
Posts:
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. :(
10.12.2009 17:35
Avatar
admin
Moderator
Posts: 885
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?
[Last edited by admin, 12.12.2009 00:30]
12.12.2009 00:30
Avatar
ILJ
Posts:
iconadmin:
Hi,

open misterestate.php and add the following line after line 426:
iconCode:
$params['catname'] 			= $cat->name; 


then open misterestate.html.php and add the following lines after line 197:
iconCode:
$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
icon