Page 1 of 1
Table of contents / Last modified and more
Posted: Sat 2. Jul 2005, 17:36
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

Posted: Sat 2. Jul 2005, 23:01
by Pappnase
hello
1. didn't know
2. {NEW:X} Tag
3. use guestgook/comment contentpart
Posted: Sat 2. Jul 2005, 23:47
by Arkanis
Thanks
At point 1:
If somebody knows that (or something similar), let me know.
That would make the whole thing just perfect

$
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)?
Posted: Sun 3. Jul 2005, 03:51
by Pappnase
Posted: Sun 3. Jul 2005, 09:32
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...
Posted: Sun 3. Jul 2005, 15:44
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...
Posted: Sun 3. Jul 2005, 17:11
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...
Posted: Sun 3. Jul 2005, 17:40
by Arkanis
Nothing else I have planned

Posted: Sun 3. Jul 2005, 19:14
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?
Posted: Mon 4. Jul 2005, 06:49
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!
Posted: Mon 4. Jul 2005, 09:17
by Arkanis
douh!
man, sometimes it hurts what I ask
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"
Posted: Mon 4. Jul 2005, 10:11
by pico
Hi
User-, Group- and Right-Management is still under development!