Page 1 of 2
how to divide article ?
Posted: Wed 19. May 2004, 16:46
by shwagier
Hello everybody.
I need to write some information to readers of my site on the first page. The rest of article with some photos I need on next page, after hiting the article's header.
Now I have t on first page apears All content of article with photos and text, and after that [more..] link, but there is no more
. After clicking it, Im simply redirected to this article with oryginal CSS etc.
Question: What function should i use to put in the text to have the rest article on next page?(" "; doesnt work).Can i decide about it ?
TIA
Posted: Wed 19. May 2004, 16:56
by Pappnase
hello
maybe you write the first part of the article in the summary the rest in the real article! so you get the first overview and when somebody click on more you will see the rest including images!
Re: how to divide article ?
Posted: Wed 19. May 2004, 16:57
by frold
shwagier wrote:Hello everybody.
I need to write some information to readers of my site on the first page. The rest of article with some photos I need on next page,
Then make:
Make 2 acticle in same level the first with the text and the next with the images
In the template you can use this replacement tags to let users browse from one article to the next
{BROWSE:UP:Home} | {BROWSE:PREV:Previous:1} | {BROWSE:NEXT:Next:1}
Posted: Wed 19. May 2004, 17:26
by shwagier
Pappnase wrote:hello
maybe you write the first part of the article in the summary the rest in the real article! so you get the first overview and when somebody click on more you will see the rest including images!
Yes it is good idea, but it is not intuitive for me, to first put summary, then save and after all of it, write real content of article. My mistake was a habit to old CMS, where always had a two windows to puting text.
Thanx Pappnase
Re: how to divide article ?
Posted: Wed 19. May 2004, 17:28
by shwagier
frold wrote:
{BROWSE:UP:Home} | {BROWSE:PREV:Previous:1} | {BROWSE:NEXT:Next:1}
Thank you. It is nice solution!
Re: how to divide article ?
Posted: Wed 19. May 2004, 17:31
by frold
shwagier wrote:frold wrote:
{BROWSE:UP:Home} | {BROWSE:PREV:Previous:1} | {BROWSE:NEXT:Next:1}
Thank you. It is nice solution!
You are welcome - My account number is.....
Re: how to divide article ?
Posted: Wed 19. May 2004, 17:38
by shwagier
Posted: Wed 19. May 2004, 17:45
by Pappnase
the bank cashier has made a fault! cos this is an account number of an micropayment account!*ggg
Posted: Wed 19. May 2004, 18:20
by shwagier
Pappnase wrote:the bank cashier has made a fault! cos this is an account number of an micropayment account!*ggg
OK.
Another question if you please.
Im newbie in this CMS, so :
Is here a possibility to have an hanndmade coding for headers
for example I need: <div><span> use to determinate headers, subheaders ? ?
or maybe exists replacement tags ? to header, text, subheader.
Posted: Wed 19. May 2004, 18:23
by frold
shwagier wrote:
Is here a possibility to have an hanndmade coding for headers
for example I need: <div><span> use to determinate headers, subheaders ? ?
Im not sure what you mean but you can change the stylecheat in the css section in the backend
Posted: Wed 19. May 2004, 18:37
by shwagier
frold wrote:
Im not sure what you mean but you can change the stylecheat in the css section in the backend
OK, let see this page
http://www.phpwcms.de/index.php?id=7,0,0,1,0,0 for example.
header <Download phpwcms> and subheader <Get latest versions and patches of phpwcms project> appears on this page automagicaly. But in the text I have to put every tag bymyself using code.
so litle header Release 1.1-RC4 available"
and little subheader "downloads available at SourceForge.net only"
I have to write <span class="contentHead">Release 1.1-RC4 available</span><br> I'm right ? and <span class="contentSubHead">downloads available at SourceForge.net only</span><br>
But I would prefer to write it in body text like this {contentHead:Release 1.1-RC4 available} and {contentSubHead:downloads available at SourceForge.net only}
Do you understand me now? I'm Macuser so I'm lazy
Posted: Wed 19. May 2004, 18:43
by Pappnase
hello
if you wanna format it use the css but the flexibilty you want thats not possible at the moment but it will come as far as i know.
Posted: Wed 19. May 2004, 18:46
by frold
shwagier wrote:
But I would prefer to write it in body text like this {contentHead:Release 1.1-RC4 available} and {contentSubHead:downloads available at SourceForge.net only}
Do you understand me now? I'm Macuser so I'm lazy
Ohhh no...
Go to ADMIN > site structure > press [X] and add a new menu level
Make it visible and public
Go to ARTICLE > article center > press [X] and fill in:
article title:
subtitle:
make it visible and public and save it
From the drop down choos the content type "WYSIWYG" and Add content part
And fill in
content title:
subtitle:
and the article text
make it visible and save it
Posted: Wed 19. May 2004, 19:15
by shwagier
frold wrote:
make it visible and public and save it
From the drop down choos the content type "WYSIWYG" and Add content part
And fill in
content title:
subtitle:
and the article text
make it visible and save it
Mmmm
Im a bit closer to understand idea. So to have nice looking article, we have to cut it in 1239 thousands pieces. Each containing own special touch and fill. Ok, I see I like it
Posted: Wed 19. May 2004, 19:23
by frold