Table of contents / Last modified and more

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Arkanis
Posts: 26
Joined: Sun 27. Mar 2005, 23:20
Location: Winterthur, CH

Table of contents / Last modified and more

Post by Arkanis »

So, finally I come back to phpwcms *g*

And I have a few questions:

1. is there a tag which makes a TOC (table of content) for an article?
Parsing out headings. Like wikipedia.
That would be very important to me :)

2. Is there a hack or something which prints out the latest added/modified articles?

3. is there a hack, which allows to comment an article?

Thank you :)
Pappnase

Post by Pappnase »

hello

1. didn't know

2. {NEW:X} Tag

3. use guestgook/comment contentpart
Arkanis
Posts: 26
Joined: Sun 27. Mar 2005, 23:20
Location: Winterthur, CH

Post by Arkanis »

Thanks

At point 1:
If somebody knows that (or something similar), let me know.
That would make the whole thing just perfect :D$

EDIT:
ho, new question *g*

How can I display the search-input in the right column (everytime) without doing that manually with each article (with this content-anywhere function)?
Pappnase

Post by Pappnase »

hello

how about to look int to the docu ;-)

http://www.phpwcms-docu.de/index.php?searchcp
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

1. use the template function in FCKeditor and create a predefined template like this:

<h1>TOC</h1>
<a href="#header_1">header 1</a><br />
<a href="#header_2">header 2</a><br />
<a href="#header_3">header 3</a><br />
<a href="#header_4">header 4</a><br />
<br/><br/><br/><br/>

<a name"header_1">Header 1<br/>
text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
<br/>
<a href="#top">Go to top</a>

<a name"header_2">Header 2<br/>
text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
<br/>
<a href="#top">Go to top</a>

etc...
http://www.studmed.dk Portal for doctors and medical students in Denmark
Arkanis
Posts: 26
Joined: Sun 27. Mar 2005, 23:20
Location: Winterthur, CH

Post by Arkanis »

thats too static, I think ;)
I would need something that creates automatically such a toc (hm, perhaps I have to write it on my own)

em, and is it possible to add bbcodes instead of WYSIWYG-Editor for the poor opera-user (cant understand them ;) )

I havent found an opera-compatible WYSIWYG-Editor yet...
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

I would need something that creates automatically such a toc (hm, perhaps I have to write it on my own)
Then I hope you will share it...
http://www.studmed.dk Portal for doctors and medical students in Denmark
Arkanis
Posts: 26
Joined: Sun 27. Mar 2005, 23:20
Location: Winterthur, CH

Post by Arkanis »

Nothing else I have planned :)
Arkanis
Posts: 26
Joined: Sun 27. Mar 2005, 23:20
Location: Winterthur, CH

Post by Arkanis »

But I have an other question.
There are those tmpl-files for article-list and summary.

How can make something similiar for an article footer.
I have a category in witch I want to have an "article prev and next" and the author on every article.
In the other categories this should not be present.

is that possible?
Pappnase

Post by Pappnase »

hello

i would create an second template for the whole site where you add below the content tag your prev./next tag and all stucturtes wich schould show this get this template!
Arkanis
Posts: 26
Joined: Sun 27. Mar 2005, 23:20
Location: Winterthur, CH

Post by Arkanis »

douh!

man, sometimes it hurts what I ask :lol:

Annother question *g*

A user (a normal backend-user) cannot edit articles made by other users.
Do somebody how I can change this, so every user can edit everything (articles)?

BTW: cant it be, that the groups are sensless, because I dont see anything, when I click on "users & groups"
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

User-, Group- and Right-Management is still under development!
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Post Reply