I make an user group for women, but user's group can't have title modified with postcount.
27 2005-04-02 19:19
Re: Modifying extern.php (18 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hurmf, there's no similar for 1.2.x ?
28 2005-04-02 16:12
Re: Modifying extern.php (18 replies, posted in PunBB 1.2 modifications, plugins and integrations)
line 255 extern.php
echo '<li><a href="'.$pun_config['o_base_url'].'/'.pun_link($pun_url['topic_new_posts'], $cur_topic['id']).'" title="'.pun_htmlspecialchars($cur_topic['subject']).'">'.$subject_truncated.'</a></li>'."\n";
Replace by
echo '<li><a href="'.$pun_config['o_base_url'].'/'.pun_link($pun_url['topic'], $cur_topic['id']).'" title="'.pun_htmlspecialchars($cur_topic['subject']).'">'.$subject_truncated.'</a></li>'."\n";
29 2005-04-02 15:26
Re: Modifying extern.php (18 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I'm using this :
<?php
error_reporting( ~E_ALL);
include('http://ckkoshi.free.fr/punbb/extern.php?action=active&show=5');
?>
And work perfectly. (the php error reporting is because when it's slow there's an php error)
30 2005-04-02 15:03
Re: HOWTO: Add more smilies (55 replies, posted in Feature requests)
It's an old message.
31 2005-04-02 11:51
Re: Scaling pics with only CSS ... (19 replies, posted in Feature requests)
That depend realy of the community.
32 2005-04-02 11:44
Re: Scaling pics with only CSS ... (19 replies, posted in Feature requests)
Put an option in admin panel to force people to use at least width setting in [img] tag and set the width also in panel admin.
(and a have 525px with Mozilla. )
33 2005-04-02 11:35
Re: Scaling pics with only CSS ... (19 replies, posted in Feature requests)
My answer was for the first post.
Why not make a tag like [img h=100px w=200px][/img] and the images larger than 640px will be styled with css width:100%; ?
34 2005-04-02 10:11
Re: Scaling pics with only CSS ... (19 replies, posted in Feature requests)
What's the problem? set 100% width for images and width the padding of the post it's all ok no?
No resize little images.
35 2005-04-02 09:32
Re: Rounded Corners (16 replies, posted in PunBB 1.2 discussion)
I've tried to do it on my style but there's too much bug, the table tag seems to be not my freind again.
So, for the moment it's give : http://ckkoshi.free.fr/punbb/
The left scroll bar is an original idee. bookmarks
36 2005-04-01 14:03
Re: Set two different charset in the language pack (8 replies, posted in Feature requests)
I did your change and got :
Subject : test é à æ?
Ææ?????®@~#®¡~^#{®?
opirh gferonzugj _ç(ut
And it's give :
Subject : test é à æ?
Ææ?????®@~#®¡~^#{®?
opirh gferonzugj _ç(ut
? ? ? didn't work.
37 2005-04-01 13:27
Re: Set two different charset in the language pack (8 replies, posted in Feature requests)
I have only a problem with special caracter like æ and ? in the title subject with Mozilla in UTF-8.
All the other is ok, é à ê è Ç etc etc.
38 2005-04-01 12:39
Re: CSS class for closed topic (4 replies, posted in Feature requests)
Ouch sorry, Mozilla's view selection source didn't show it.
Thanks you.
39 2005-04-01 12:20
Topic: CSS class for closed topic (4 replies, posted in Feature requests)
Something like :
<a href="closed_topic_id" class="closed">Closed_Topic_Name</a>
With a style like :
.closed {text-decoration: line-through}
By default, the closed topic are not show as closed.
40 2005-03-31 17:53
Re: PunBB Miniportal CSS... HELP!! (20 replies, posted in Programming)
Do you have an url to show?
41 2005-03-30 01:41
Re: The best CSS tutorials in the universe (6 replies, posted in PunBB 1.2 discussion)
The zengarden designer are cheater, they are good with xhtml/css and they are to with photoshop!
I'll try to do an original skin but easy to use for my punbb. (the actual is realy bad)
42 2005-03-22 13:47
Topic: Php Error in 1.3 (0 replies, posted in PunBB 1.2 bug reports)
When there's no topic to read (like after an « mark all topic as read »)
I've this PHP error on :
/search.php?action=show_new
/search.php?action=show_24h
Notice: Undefined variable: pun_url in /.../punbb/header.php on line 176
Notice: Undefined variable: pun_url in /.../punbb/header.php on line 176
43 2005-03-22 13:40
Re: PunBB 1.2.4 (38 replies, posted in News)
And for 1.3? (I'm using it) how can I downgrade from 1.3 to 1.2.4?
44 2005-03-12 21:30
Re: Hide smtp login/password in admin panel (2 replies, posted in Feature requests)
Thanks, my search had given nothing..
45 2005-03-12 10:08
Topic: Hide smtp login/password in admin panel (2 replies, posted in Feature requests)
Hi, is it possible to hide/encrypt the smtp login/password for security reason?
If there's several admin, and the e-mail is private, it's a litle probleme.
Thanks.
46 2005-03-11 19:48
Re: PunBB 1.2.3 (15 replies, posted in News)
What about the 1.3?
No update? No probleme?
47 2005-03-09 08:23
Re: celeo ajoute PunBB dans ses scripts (2 replies, posted in Archive)
Sympa le « inutile » pour les autres forums.
48 2005-03-05 19:58
Re: Feedback wanted on URL rewriting thing (124 replies, posted in PunBB 1.2 discussion)
It works for me, all the links are good.
Only the "Jump To" send not clean URL.
I've update 1.2.2 to 1.3 with svn.
// edit:
I've modified the .htaccess at line 54
#RewriteRule ^users/([0-9\-]+)/([a-z_]+)/([a-zA-Z]+)/(.*?)/page/([0-9]+)/?$ userlist.php?show_group=$1&sort_by=$2&sort_dir=$3&username=$4&p=$5 [L,NC]
It generate 500 error. (on apache 1.3.27)
49 2005-03-02 16:43
Re: nouveau PunBB 1.2.2 (15 replies, posted in Archive)
50 2005-03-01 20:46
Re: nouveau PunBB 1.2.2 (15 replies, posted in Archive)
rester a la version 1.1.5, ne pose pas de problème de sécurité, hein ?
Vaut mieux se mettre à jours.
Surtout que la 1.2.2 est bien foutu.