how to divide article ?
how to divide article ?
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
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
Re: how to divide article ?
Then make: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,
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}
http://www.studmed.dk Portal for doctors and medical students in Denmark
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 ?
Thank you. It is nice solution!frold wrote:
{BROWSE:UP:Home} | {BROWSE:PREV:Previous:1} | {BROWSE:NEXT:Next:1}
Re: how to divide article ?
You are welcome - My account number is.....shwagier wrote:Thank you. It is nice solution!frold wrote:
{BROWSE:UP:Home} | {BROWSE:PREV:Previous:1} | {BROWSE:NEXT:Next:1}
http://www.studmed.dk Portal for doctors and medical students in Denmark
Re: how to divide article ?
frold wrote:
You are welcome - My account number is.....
Oh no, My bank cashier says, there's no bank with dots instead digits in a account number !
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.
Im not sure what you mean but you can change the stylecheat in the css section in the backendshwagier wrote:
Is here a possibility to have an hanndmade coding for headers
for example I need: <div><span> use to determinate headers, subheaders ? ?
http://www.studmed.dk Portal for doctors and medical students in Denmark
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
Ohhh no...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
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
http://www.studmed.dk Portal for doctors and medical students in Denmark
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
http://www.studmed.dk Portal for doctors and medical students in Denmark