751

(55 replies, posted in Supported extensions)

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

(1 replies, posted in PunBB 1.3 troubleshooting)

Now stick topics are set for all users groups. You can add an extension request.

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.

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.

pilch73 wrote:

but i m not desperate for it so i'll just not use that extension

What extension have you disabled?

The "extras" directory is an archive of whole forum. The archive you've downloaded contains only the changed files.

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

(17 replies, posted in PunBB 1.2 bug reports)

TFD wrote:

Is there a cache or something I needed to delete?

Yes, there is cache with forum bans ("<FORUM_ROOT>/cache/cache_bans.php")

Clear forum cache. Does this alert persist?

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.

Try to upload the archive with forum again, I have checked all archives and there is a folder "extras".

762

(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.

The last spam attack was manual spam, not with the use of bots. And we removed it rapidly.

Rich Pedley wrote:

maybe they should use an antispam plugin....

pun_antispam protects now from these attacks, not from posting identical topics.

You can add an extension request to wiki.

Simon2, maybe this article will help you in upgrading your forum.

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 smile

767

(1 replies, posted in PunBB 1.3 bug reports)

Is it a fresh install? After what actions did this error appear?

To test your supposition, set the language of your forum to English.

After what actions did this error appear? What extensions have you got installed?

770

(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

(3 replies, posted in PunBB 1.3 discussion)

Read this post

772

(2 replies, posted in General discussion)

How do you want us to help you?

773

(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

(98 replies, posted in PunBB 1.3 extensions)

You can download it from SVN.

SuperMAG wrote:

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.