Elxis CMS Forum

Support => General => Topic started by: Romero on July 19, 2010, 10:28:43

Title: Two questions
Post by: Romero on July 19, 2010, 10:28:43
1) Web Links module displays the title of this type of Web Links category name. I want to convert headers options were: name of the category < My Domain
do not tell my how to do?
2) that it can not figure out how to add content to the new record will automatically appear on the main, and the old left in the bottom to navigate pages?
such as joomla, wordpress.
Title: Re: Two questions
Post by: datahell on July 19, 2010, 14:43:18
1). I dont understand this question.

2). Check the box to display the article in frontpage and it will be automatically be displayed in frontpage. To display navigation links in frontpage check the parameters of the menu item that links to frontpage.
Title: Re: Two questions
Post by: Romero on July 19, 2010, 16:26:56
datahell thanks
==================
1) I do have the category links made through the Web Links component. page titles are obtained by this type of Web Links category name. I want it to change, so they were like this: category name <name of my domain.
it want to do to in terms of seo was better.
change the standard output header in the component web links I want.
I think you now understand
Title: Re: Two questions
Post by: speck on July 19, 2010, 18:34:40
1)
In the "components /com_weblinks/weblinks.php" file, you need search "setPageTitle" and "$metaTitle"
"$mainframe->setPageTitle" is the complete variable that set meta title of elxis pages.
To do the modify you want is not so simple overall if you not know well elxis, his db and how the variables works to create the meta title, meta description and meta keyword.
Before to apport modify, make a copy of the original file, always.