Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
IOS Hotels
and
IOS Rentals
online booking systems for Elxis CMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Bots and plugins
»
RokIntenseDebate bot
« previous
next »
Print
Pages: [
1
]
Author
Topic: RokIntenseDebate bot (Read 6574 times)
Coursar
Elxis Community
Full Member
Posts: 232
RokIntenseDebate bot
«
on:
November 26, 2008, 01:19:21 »
Hi to all. I'm adapting rokintensedebate bot from rocketwerx to Elxis. It use
http://www.intensedebate.com
service to add comments in content articles.
It uses
alias
(seotitle in Elxis) as postid variable. In Elxis we can use content item seotitle the same as autonomous page seotitle. How can i get full seo-url (include section seotitle and category seotitle) in mambot?
Thanks ))
Logged
http://www.elxis.ru
- russian elxis community - Российское сообщество Elxis
datahell
Elxis Team
Hero Member
Posts: 10356
Re: RokIntenseDebate bot
«
Reply #1 on:
November 26, 2008, 08:19:02 »
function sefRelToAbs will convert a normal link to a SEO PRO one.
example:
sefRelToAbs('index.php?option=com_content&task=view&id=xx&Itemid=YY');
In Elxis the sefRelToAbs has an optional second input with the SEO PRO link pre-made in order to speed-up SEO PRO links generation.
example:
sefRelToAbs('index.php?option=com_content&task=view&id=xx&Itemid=YY', 'section/category/article.html');
You can see the existing bots on which queries we used for retriving needed info.
seotitle and alias are not the same. alias does not exist any more in Elxis, it is an alternative title. seotitle is the item's title converted to a form that is suitable to be entered in the URL, this is called "seotitle".
«
Last Edit: November 26, 2008, 08:20:42 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Bots and plugins
»
RokIntenseDebate bot