AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Site/Forums Issues and Discussion (https://forums.alliedmods.net/forumdisplay.php?f=90)
-   -   Known Issues/Missing Features (https://forums.alliedmods.net/showthread.php?t=40128)

Janet Jackson 06-24-2006 08:08

Re: Known Issues/Missing Features
 
Quote:

Originally Posted by VEN
3. Why i have "65534 Private Message(s)"? :o

Spam ! I've seen this before when phpBB was replaced by vBulletin. All your PM's were saved. The only difference is that they're visible again.

Hm. I miss the AMXX favicon.

VEN 06-24-2006 08:33

Do you mean that i had total 65534 PMs? I do not think so.
This seems as a some kind of a bug since 65534 is very close to value of the 1 byte (2^16). I guess that's the max. possible displayed value of the PMs.

Janet Jackson 06-24-2006 08:42

Re: Known Issues/Missing Features
 
Quote:

Originally Posted by VEN
Do you mean that i had total 65534 PMs?

Didn't look at the actual number. Seems impossible indeed.

VEN 06-24-2006 08:49

Re: Known Issues/Missing Features
 
Ok, i solved "65534 Private Message(s)" problem.
I've just sent the PM to another person and then deleted it immediately.
Now that PMs count isn't looks so weird.

chRm 06-24-2006 09:20

Re: Known Issues/Missing Features
 
OMG :D

I've been waiting for 2 days for this... :)

I still prefer the PHPBB2 ones though :|


I'll post if I find any problems :D

Bug 1: I wrote some pawn code and used the [small] tags, then I pressed preview and the code looked fine, however, in the "Reply to thread" textbox (where we write our posts) the code was put inside a regtangle, just like it looked in the preview, I noticed that I could move that regtangle and when I did and pressed preview, it had <p> all over the place and it didn't show correct if I previewed it again

Also, why do I get it like this?

Code:
</p><p><font face="monospace">public plugin_init() </p><p>{</p><p> register_plugin("Test","1.0","Freecode"); </p><p>}</p><p>new gaben</font>





Silver Dragon 06-24-2006 09:27

Re: Known Issues/Missing Features
 
Damn this is nice, good job.

VEN 06-24-2006 11:23

Re: Known Issues/Missing Features
 
Numerous code posting issues.

1. Not a bug but "tab" replaced with space if it's copied to the forum's message edit box. Doesnt matter whether it's code or just a simple text. But for code indentation sinlge space isn't enough.

2. Also for the code double new line replaced with the single new line so i have to post triple new line to make it display a double new line:
Code:
stock get_loguser_index() {  new loguser[80], name[32]  read_logargv(0, loguser, 79)  parse_loguser(loguser, name, 31)  // triple new line below replaced with the double new line  return get_user_index(name) }

3. If the post is previewed before submitting the code block will be just like this (as reported above):
Quote:

Code:
stock get_loguser_index() {</p><p> new loguser[80], name[32]</p><p> read_logargv(0, loguser, 79)</p><p> parse_loguser(loguser, name, 31)</p><p> // triple new line below replaced with the double new line</p><p>&nbsp;</p><p> return get_user_index(name)</p><p>}

4. For the PHP code block if the post is previewed before submitting, all indentation spaces will be removed from PHP code block.

KoST 06-24-2006 12:25

Re: Known Issues/Missing Features
 
i tried to edit my esp desciption:
Code:

You have included 10 images in your message. You are limited to using 4 images so please go back and correct the problem and then continue again.

Images include use of smilies, the vB code [img] tag and HTML <img> tags. The use of these is all subject to them being enabled by the administrator.

could you please increase this limit?

xOR 06-24-2006 12:37

Re: Known Issues/Missing Features
 
hi, my plugin is a serious plugin with a serious description:
http://forums.alliedmods.net/showthread.php?t=29886

i can't edit it anymore because it's about 16000 characters. i would have to cut out 6000 characters :(
@BAILOPAN: this is your example to consider increasing this limit ;)

Code:

The text that you have entered is too long (16186 characters). Please shorten it to 10000 characters long.

i could probably remove the changelog because it is growing all the time and having it in the file should be enough. anyway, this still won't reduce the size to under 10000 characters

furthermore will the attachment description come back? when you have two files with same filename and different content it is really a problem without a description

chRm 06-24-2006 13:56

Re: Known Issues/Missing Features
 
On the Shero main site, instead of news, I get:

phpBB Fetch All: $phpbb_root_path is wrong and does not point to your forum.


All times are GMT -4. The time now is 15:23.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.