The font size of a tag depends on the count of topics with this tag, it is not related to the active topic. In a common case, there can be a relatively big number of tags with different font sizes, and I think it is not reasonable to create css rules for each font size. Is it what you've talked about or I have misunderstood you?
752 2009-05-14 08:20
Re: Stick Topic (1 replies, posted in PunBB 1.3 troubleshooting)
Now stick topics are set for all users groups. You can add an extension request.
753 2009-05-14 08:17
Re: punbb official forum keeps getting spam attacks (11 replies, posted in Discussions)
If we are talking about automatic spam protection, here is one idea: when a user posts some links, the forum will ask an easy question. If the user answers it correctly, his post will be saved and the forum will rememeber that he is not a bot by setting a cookie. This method will protect from some quantity of spam bot attacks.
754 2009-05-14 07:47
Re: Can't check Update ? [Administrator Alerts] (3 replies, posted in PunBB 1.3 troubleshooting)
For some reasons, our service couldn't process your forum request (maybe it was overloaded) when your forum tried to connect to it. After this, the forum was cached upon the last unsuccessful attempt to connect to our service. The cache will update every 12 hours.
755 2009-05-14 07:03
Re: error???Notice: Undefined index: (7 replies, posted in PunBB 1.3 troubleshooting)
but i m not desperate for it so i'll just not use that extension
What extension have you disabled?
756 2009-05-14 06:56
Re: updating from 1.2.17 to 1.2.20 (12 replies, posted in PunBB 1.2 troubleshooting)
The "extras" directory is an archive of whole forum. The archive you've downloaded contains only the changed files.
757 2009-05-13 12:29
Re: Help with my active topics list. (20 replies, posted in PunBB 1.3 troubleshooting)
I think you should try examining the code of "viewtopic.php" and reproduce the markup with CSS-classes, ids of the topics list in your script.
758 2009-05-13 09:23
Re: Banning of yourself (17 replies, posted in PunBB 1.2 bug reports)
Is there a cache or something I needed to delete?
Yes, there is cache with forum bans ("<FORUM_ROOT>/cache/cache_bans.php")
759 2009-05-13 08:46
Re: Can't check Update ? [Administrator Alerts] (3 replies, posted in PunBB 1.3 troubleshooting)
Clear forum cache. Does this alert persist?
760 2009-05-13 08:39
Re: error???Notice: Undefined index: (7 replies, posted in PunBB 1.3 troubleshooting)
I think you should update your forum, there is a section in our wiki with instructions about forum upgrading. After updating, disable extensions one by one and look when this error disappears.
761 2009-05-13 08:00
Re: updating from 1.2.17 to 1.2.20 (12 replies, posted in PunBB 1.2 troubleshooting)
Try to upload the archive with forum again, I have checked all archives and there is a folder "extras".
762 2009-05-13 07:45
Re: redirect_url location (2 replies, posted in PunBB 1.3 discussion)
"redirect_url" is user's previous visited page, which is stored in the table "online". The function "get_current_url" in "<FORUM_ROOT>/inlcude/functions.php" is used to get this URL.
763 2009-05-13 07:31
Re: punbb official forum keeps getting spam attacks (11 replies, posted in Discussions)
The last spam attack was manual spam, not with the use of bots. And we removed it rapidly.
maybe they should use an antispam plugin....
pun_antispam protects now from these attacks, not from posting identical topics.
764 2009-05-13 06:49
Re: Some things I really badly need (3 replies, posted in PunBB 1.3 extensions)
You can add an extension request to wiki.
765 2009-05-12 10:24
Re: updating from 1.2.17 to 1.2.20 (12 replies, posted in PunBB 1.2 troubleshooting)
Simon2, maybe this article will help you in upgrading your forum.
766 2009-05-12 09:53
Re: {beta testing} PunBB Moderation Log (2 replies, posted in PunBB 1.3 extensions)
We have got an extension called pun_admin_events. I think it will be useful for you in development of your extension. You can use it to register any on-forum actions you want.
Using this extension is very easy. You need just to include "<FORUM_ROOT>/extensions/pun_admin_events/pun_admin_events.php" and to call function "pun_admin_event" with parameters.
The first parameter is the type of events ("move topic" for example); other parameters are optional: second - comment to event, third - flag, if it is set to true, the extension will also save the user_id and username of the user who caused the event.
The latest version of pun_admin_events is in SVN. But this extension needs testing. We will apprecate, if you can do it
767 2009-05-12 08:36
Re: Profile Editing Error (1 replies, posted in PunBB 1.3 bug reports)
Is it a fresh install? After what actions did this error appear?
768 2009-05-12 07:21
Re: BUG in : Administration » Settings » Features (2 replies, posted in PunBB 1.3 bug reports)
To test your supposition, set the language of your forum to English.
769 2009-05-12 07:13
Re: error???Notice: Undefined index: (7 replies, posted in PunBB 1.3 troubleshooting)
After what actions did this error appear? What extensions have you got installed?
770 2009-05-08 11:07
Re: URL rewrite with portal (2 replies, posted in PunBB 1.3 troubleshooting)
This error appears when Forum tries to fix the request URI, if it is not set correctly. Try this: before including this peace of code on custom (not forum) pages you can ignore this checkup for correct URI requests by defining a constant:
define('FORUM_IGNORE_REQUEST_URI', 1);
Report if this method will work. Also the constant "PUN_TURN_OFF_MAINT" was renamed to "FORUM_TURN_OFF_MAINT", and "PUN_QUIET_VISIT" to "FORUM_QUIET_VISIT" in PunBB 1.3
771 2009-05-08 09:32
Re: Disabling redirect pages (3 replies, posted in PunBB 1.3 discussion)
Read this post
772 2009-05-08 08:24
Re: PunBB HELP !!! (2 replies, posted in General discussion)
How do you want us to help you?
773 2009-05-08 08:16
Re: Punbb 1.3 login intergration (1 replies, posted in PunBB 1.3 additions)
'Please, post all php codes in the BBCode tag "code", it will be more convenient to read them that way.
Replace the line
global $pun_user;
with this line
global $pun_user, $lang_common;
in the function "login_menu".
774 2009-05-08 07:57
Re: Attachment extension (98 replies, posted in PunBB 1.3 extensions)
You can download it from SVN.
775 2009-05-07 11:51
Re: [Release] Dark Oxygen (Style) *Update* (9 replies, posted in PunBB 1.3 additions)
i want to do that with my styles, can u show me how to do that. where to upload files etc.
We have added a new article to the wiki about SVN-repositories. I have sent you a pm with a login and password to the unofficial rep.