how to divide article ?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
shwagier
Posts: 11
Joined: Wed 19. May 2004, 09:49
Location: Warsaw, Poland

how to divide article ?

Post 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?("&nbsp"; doesnt work).Can i decide about it ?

TIA
Pappnase

Post 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!
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Re: how to divide article ?

Post 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}
http://www.studmed.dk Portal for doctors and medical students in Denmark
shwagier
Posts: 11
Joined: Wed 19. May 2004, 09:49
Location: Warsaw, Poland

Post 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
shwagier
Posts: 11
Joined: Wed 19. May 2004, 09:49
Location: Warsaw, Poland

Re: how to divide article ?

Post by shwagier »

frold wrote:
{BROWSE:UP:Home} | {BROWSE:PREV:Previous:1} | {BROWSE:NEXT:Next:1}
Thank you. It is nice solution!
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Re: how to divide article ?

Post 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..... :lol: :roll:
http://www.studmed.dk Portal for doctors and medical students in Denmark
shwagier
Posts: 11
Joined: Wed 19. May 2004, 09:49
Location: Warsaw, Poland

Re: how to divide article ?

Post by shwagier »

frold wrote:


You are welcome - My account number is..... :lol: :roll:

Oh no, My bank cashier says, there's no bank with dots instead digits in a account number !


8) :P
Pappnase

Post by Pappnase »

the bank cashier has made a fault! cos this is an account number of an micropayment account!*ggg
shwagier
Posts: 11
Joined: Wed 19. May 2004, 09:49
Location: Warsaw, Poland

Post 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.
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post 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
http://www.studmed.dk Portal for doctors and medical students in Denmark
shwagier
Posts: 11
Joined: Wed 19. May 2004, 09:49
Location: Warsaw, Poland

Post 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 ;-)
Pappnase

Post 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.
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post 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 :D
http://www.studmed.dk Portal for doctors and medical students in Denmark
shwagier
Posts: 11
Joined: Wed 19. May 2004, 09:49
Location: Warsaw, Poland

Post 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 :D

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 :-)
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

I think you should read this :

http://www.phpwcms.de/index.php?id=3,0,0,1,0,0
http://www.studmed.dk Portal for doctors and medical students in Denmark
Post Reply