Topic: Limit to Website area

Hi,
I'm setting up a PunBB installation for my NationState's region's website. As I was mucking around in my profile, I attempted to add a link to my NationState. These links are generally like this: http://www.nationstates.net/cgi-bin/ind … ationstate
However, the field cuts off at about http://www.nationstates.net/cgi-bin/ind … tion=my_na

I don't know if this is a bug or something that needs to be troubleshooted, but could someone advise me on how to increase the limit there? Sorry if I overlooked something stupid...

Re: Limit to Website area

In profile.php, you can look at line 1015, and change "maxlength" to something larger. Though, you must also change the value in the database to be able to save it.

Change dabase value "url" in table "users". Make the database value less than 250, but about 50 larger than the maxvalue in profile.php, this is because some signs are converted when saving it.

3

Re: Limit to Website area

This isn't related to this subject but i'm too lazy to register

bug

if the CSS file for a style has underscores in it (bleh_bleh.css) punbb sees it as 'bleh bleh.css' and it doesn't work when you set it,

Re: Limit to Website area

aaarghh wrote:

This isn't related to this subject but i'm too lazy to register

bug

if the CSS file for a style has underscores in it (bleh_bleh.css) punbb sees it as 'bleh bleh.css' and it doesn't work when you set it,

It works fine for me.

"Programming is like sex: one mistake and you have to support it for the rest of your life."