101

(6 replies, posted in PunBB 1.4 troubleshooting)

It's the code of button:

input[type="submit"], input[type="button"], input[type="reset"], button {
    display: inline-block;
    vertical-align: baseline;
    text-align: center;
    text-decoration: none;
    padding: .5em .6em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    -webkit-appearance: button;
    line-height: normal;
}

And this text is in span in a link with class "newpost" which is in paragraph with class "posting" :>. A little CSS and you will do that.

Use iframes.

103

(118 replies, posted in Supported extensions)

No, it SHOULD work. What doesn't work? What error is displayed?

104

(1 replies, posted in PunBB 1.4 additions)

Thanks for the extension! I've added it to our list tongue.
http://punbb.informer.com/forums/post/149596/#p149596

105

(9 replies, posted in PunBB.NET discussion)

It's regarding PunBB.NET, another project, separated from PunBB, so don't worry about security issues smile.

Make a backup of your database and old extension folder.
Overwrite old extension with new one. Purge cache. Check if everything is OK. If not - backup your forum.

Please don't mind Trace, i'm annoying you smile

I don't deny big_smile.

107

(14 replies, posted in PunBB show off)

Are you still working on it? smile

I have learned Russian, but that was a long time ago so I also don't know it big_smile. But that mean:

Important! An email with an activation link will be sent to the address you provide. You must click the link in the email in order to activate your new account. It must be done in 72 hours after registration, or else your account will be deleted.

Here is uploaded the latest available version:
https://docs.google.com/file/d/0B8nb9L3 … sp=sharing

But this extension fix some bugs and add more features.

On http://punbb.ru/post38835.html#p38835 files is uploaded as an attachment, but you must register on this site to download it.

Is File Uploading system work good in Punbb with posts ? is there any limit on uploading size or dimensions of file/image ?

That's not related to PunBB, but to your webhosting. If your webhosting limits file size to 2MB, you can't upload a file which is larger.
And for question: "Is PunBB suitable for large communities?" answer is yes. smile

Yes, just remove all files which are located in cache/ folder (which is located in the root of your PunBB forum) except .htaccess and index.html.

It's simple. If you can make your own styles that also shouldn't be a problem for you.
Just look into source of this site.

Maybe your browser doesn't support meta redirections.

115

(1 replies, posted in Discussions)

I haven't tried, but you can:
- split a post which want you to be first into a new topic (Moderate topic -> Split selected posts)
- move posts from a topic into newly created via pun_move_posts extension.
Hope you understand me.

Try to change maxtestedon in the manifest.xml.

117

(4 replies, posted in PunBB 1.4 additions)

No, you must upload folder with an extension into extension/ directory.

118

(4 replies, posted in PunBB 1.4 additions)

http://punbb.informer.com/wiki/punbb13/extensions
It's a tutorial for PunBB 1.3, but works in 100% also in PunBB 1.4, so don't worry.
If you still don't understand something - write what.

Check the CHMODS of avatars.

120

(1 replies, posted in General discussion)

Here you have some tips how to do that:
http://punbb.informer.com/forums/topic/ … m-smf-201/

You must first convert your forum from SMF to phpBB 3 and then from phpBB 3 to PunBB 1.3 and then from PunBB 1.3 to PunBB 1.4 big_smile.
It's not so horrible like it looks.

121

(1 replies, posted in PunBB 1.4 troubleshooting)

We can't help you, because we don't understand you.
You want import users from old forum. Old forum is running on... (type a software, PunBB, phpBB, SMF, MyBB, etc.)?

122

(2 replies, posted in Discussions)

It's probably a spam. Two the same topics.

http://punbb.informer.com/forums/topic/ … y-bbcodes/
But it's not safe. Don't use it, really. smile

124

(2 replies, posted in Discussions)

You can use this conditional:

if (!$forum_user['is_guest'])
{
stats code
}

125

(9 replies, posted in PunBB 1.4 troubleshooting)

SpinkBB is not designed for the latest version of PunBB.