Search found 7 matches

by klug
Fri Dec 12, 2003 12:09 pm
Forum: General discussions
Topic: Sub-categories content
Replies: 1
Views: 6026

Sub-categories content

Hi, me again 8-)

Is there a (simple) way to change the display of the subcategories (not in the margin) ?

Once I've clicked on a category in the margin, I'd like to have displayed, in the main part of the page the category, its sub-categories (as currently) but also all the articles for each sub ...
by klug
Thu Dec 11, 2003 1:47 pm
Forum: General discussions
Topic: Static Pages
Replies: 6
Views: 10767

Works great, thanks again !

Next step is to get the BB code working in the static page and add a page to update it in the admin.

Maybe you should add a whole "static" category (not handled exactly as the other categories, with no indexing for the search engine) ?
by klug
Wed Dec 10, 2003 12:03 pm
Forum: General discussions
Topic: Static Pages
Replies: 6
Views: 10767

Static Pages

Hi all,

we're still very happy with phpMyFAQ 8-)

We'd like to add a few static pages (disclaimer, FAQ of the FAQ, etc) but with the exact template of the FAQ, accessible from links which will be under the Categories ones.

What would be the best way to do it ?
I found the place the categories are ...
by klug
Wed Nov 19, 2003 2:31 pm
Forum: General discussions
Topic: News and BBcode
Replies: 6
Views: 12872

I found a bug in RC2 with the BBcode in the news part.
Once saved, a news artikel shows (in the admin TEXTAREA) a <br/> instead of standard CR/LF...

The <br/> also is in the public website but "hidden" in the HTML code.
by klug
Fri Nov 07, 2003 12:47 pm
Forum: General discussions
Topic: News and BBcode
Replies: 6
Views: 12872

I made a mistake : line 113 in admin/news.php should be :
<td><textarea name="artikel" rows="5" cols="45"><?php print stripslashes($row->artikel); ?></textarea></td>

Is there an easy way (as fast as this little patch) to be able to use the full BBcode Editor (from the artikel) to the news ?
by klug
Fri Nov 07, 2003 9:33 am
Forum: General discussions
Topic: News and BBcode
Replies: 6
Views: 12872

I made it myself for version 1.3.8 8-)

In admin/news.php replace line 113 by :
<td><textarea name="artikel" rows="5" cols="45"><?php print parseUBB($row->artikel); ?></textarea></td>
In admin/news.php replace line 144 and line 161 by :
$artikel = addslashes($_REQUEST["artikel"]);
In inc ...
by klug
Thu Nov 06, 2003 7:22 pm
Forum: General discussions
Topic: News and BBcode
Replies: 6
Views: 12872

News and BBcode

Hi.

Thanks a lot for this wonderfull program !

Would it be possible to use BBcode in the news ?
I can put HTML here (to call a picture), but no BBcode.

Thanks again.