• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Sitename is doubled in titel

Sitename is doubled in titel 13 years 5 months ago #12098

  • BSKP
  • BSKP's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I set the sitename in my Joomla configuration, as usual. After crawling, RSSEO doubled the sitename in my title.

How can I teach RSSEO not to do this.:ohmy:


RSSEO 1 Rev 9
Joomla 1.5.22
The administrator has disabled public write access.

Re:Sitename is doubled in titel 13 years 5 months ago #12127

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Hello,

This is actually generated by your template and not by RSSeo!. Please refer to the following FAQ item:

[url]
http://www.rsjoomla.com/customer-support/documentations/73-troubleshooting/357-getting-duplicate-page-titles-when-making-changes-to-a-page.html
[/url]
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Re:Sitename is doubled in titel 13 years 4 months ago #12202

  • edtv82
  • edtv82's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
I'm having the same issue... I need to get this fixed ASAP!!!!

The support link doesn't work
The administrator has disabled public write access.

Re:Sitename is doubled in titel 13 years 3 months ago #12514

I got the same problem also with a template from YooTheme...

and i fixed it by doing the following:

Go to template -> select your template -> Go to Template html editor

In my case there was standing this peice of code:
// set title
$this->setTitle($mainframe->getCfg('sitename') . ' - ' . $this->getTitle());

i commented the code to this:
// set title
// $this->setTitle($mainframe->getCfg('sitename') . ' - ' . $this->getTitle());

This solved the problem for me... Hope this will help all others with this problem. You could also remove the code off-course.. but to play safe... comment out first!
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!