PDA

View Full Version : A couple of questions I'm seeking answers for...


cathy1967
March 22nd, 2004, 13:05
... and I hope someone here might be able to help me.

Question 1:

I'm in the process of setting up a story site and in this connection, I wonder if it's possible to make multi-parted stories that link to each other (e.g. Part 1, Part 2, etc. of the same story). Some of these stories are pretty long. Or, if this is not possible without doing it manually (I have figured out to do that), is it possible to add more sub-categories to the categories already created?

Question 2:

Does anyone know how to change the intro text on the web links page? I would like to change it (and the picture as well) but can't figure out where to do that.

Any help would be appreciated.

Thanks in advance to anyone who can help.

Take care,
Cathy :oops:

keliix06
March 22nd, 2004, 13:13
1) I don't know of any way other than manually.

2) In the language file. Bleow is the code to look for.

[code:1:92347dbf9a]// components/com_weblinks/*
DEFINE('_WEBLINKS_TITLE','Web Links');
DEFINE('_WEBLINKS_DESC','We are regularly out on the web. When we find a great site we list'
.' it here for you to enjoy. <br />From the list below choose one of our weblink topics, then select a URL to visit.');
DEFINE('_HEADER_TITLE_WEBLINKS','Web Link');
DEFINE('_SECTION','Section:');
DEFINE('_SUBMIT_LINK','Submit A Web Link');
DEFINE('_URL','URL:');
DEFINE('_URL_DESC','Description:');
DEFINE('_NAME','Name:');
DEFINE('_WEBLINK_EXIST','There is a weblink already with that name, please try again.');
DEFINE('_WEBLINK_TITLE','Your Weblink must contain a title.');[/code:1:92347dbf9a]

tonyskyday
March 22nd, 2004, 13:14
1) I don't know of any way other than manually.

Maybe I misunderstand, but coulnd't she use {mospagebreak}?

Websmurf
March 22nd, 2004, 13:19
Maybe I misunderstand, but coulnd't she use {mospagebreak}?
as tony indicated, {mospagebreak} looks like something you need..

when inserting {mospagebreak} in a certain page, mambo will automaticly create a new page that contains the content below this tag..

cathy1967
March 22nd, 2004, 13:28
Thanks, guys. That worked. :D Much obliged.

Take care,
Cathy