- re German
a) did you change your profile language preference [default language stays english for admin unless changed)
and/or
b ) log in as another user to see if you see it then?

1,027

(32 replies, posted in PunBB 1.3 extensions)

Can you (or anyone) test it in oxygen. Not working my side.
Thx.

1. go to the hosts section where you setup mysql database
2. make a screenshot , print screen (A) of what you entered (if password is just stars, put it in a text file (for copy pasting into your punbb installation page later)
3. go to punbb installation page again and enter what you think is correct
4. make a screenshot, print screen (B)
5. if still doesn't work: upload A & B to a free image hoster and put the link in your next post

I did it in style_cs.css

/* General colour scheme
----------------------------------------------------------------*/

body {
    background: #000; 
    color: #C3C2C2;
     background: #000 url(ch.jpg);
    }

1,030

(32 replies, posted in PunBB 1.3 extensions)

Location of that image is forbidden, i.e. not showing

1,031

(4 replies, posted in Feature requests)

I was just looking at the database table and see the 'last_visit' (the date is stored) - but I can't seem to sort/edit that in phpMyAdmin at first glance...

Would certainly be useful to know.

EDIT: Could easily be added on userlist.php I'd hope.

Just saw garciat made an extension so that you can add it to user profile

Someone else also would like column with it added

1,032

(32 replies, posted in PunBB 1.3 extensions)

Hey KANekT

I just installed this extension on a board.
When I wrote a new Topic I can enter a description.

But where does that description show? Who can see it? Where?

Kahmoon wrote:

OK...the solution is to set the default value from 0 to 1 in database -> usertable -> auto_notify

Just did this for the first time in phpMyAdmin
- go to  users > structure
- then use edit on right hand side

Maybe one that adds IP / username with one click  to
http://www.stopforumspam.com/add

or integrate API (http://www.stopforumspam.com/apis)

Stop Forum Spam wrote:

APIs
You are welcome to experiment with and incorporate this API in your application. Someday I hope to write some plugins for software packages like phpBB to make it any easier.

For premade scripts that probably integrate into your forum software, visit the downloads page.

How to Use
It's just an HTTP GET, and the page will return some simple XML indicating the type of search performed, whether it appears or not in our database, and the number of times it appears (frequency).

1,035

(20 replies, posted in PunBB 1.3 extensions)

ok no worries big_smile
thx for contribution...

I was just browsing http://www.projecthoneypot.org and thought it would be great if I (& any other forum owner) could install an extension that

a. gives option to report spam posts (with IP)
b. before a post is published cross-check the posters IP against the [projectshoneypot] database
c. delete (or move to trash can) all posts from IPs that have been reported to spam databases every several hours


maybe also with an option to block posts coming from known proxy servers?

EDIT: also noticed a lot of registrations of  spam users who can't actually post, but bloat the database - reporting these web-wide would also be something to think about...
example: I see registration with email xxx@sexforumxxcam.org and know (also by checking ip and looking at signature that was entered) that it's a spammer, therefor I want to delete and report, so that not 100s of admins all over the world have to delete manually aswell (non-productive time)

1,037

(4 replies, posted in PunBB 1.3 discussion)

Let us know if you had any success...
Another user also wants to convert from SMF to PunBB

1,038

(1 replies, posted in Discussions)

Are you also trying to convert from SMF 2.0 to Pun 1.3.x ?

1,039

(1 replies, posted in PunBB show off)

Nice clean design.
Just noticed 2 small things;
1. when looking at recent active topics the "by perfecthousing" is too far left.... (that is on the second line)
2. forum is fixed width, i.e. doesn't resize when looking at it on smaller monitors/windows?

1,040

(2 replies, posted in PunBB 1.3 extensions)

This thread might help you

1,041

(1 replies, posted in PunBB 1.3 troubleshooting)

Yeah, this would be very useful, having boxes (either left and/or right side) with links or latest threads... (that then goes into style like the portal by daris)

Sure daris could tell you how to do this....

1,042

(20 replies, posted in PunBB 1.3 extensions)

@chovy:
1. constructive criticism would include the solution (i.e. how to package it correctly)
2. what don't you like about the code, what would you improve

You need to add
background-image: url(../images/bg.gif);
to style/Oxygen/oxygen.css  or oxygen_cs.css

see this post also

Ah, I understand.
You'd probably get a quicker answer here for that question I suppose.
Btw: I looked at the list of your mods and a lot of them exist as extensions here and here
I admit/agree the style and left blocks would probably take quite some rework though. Nice forum you have.

In 1.3.x I know you can do it the following way very easily;
Moderate Topic > Split selected Posts > New Topic Subject > Split
Done....

1,046

(2 replies, posted in PunBB 1.3 additions)

hmm In  Style/Oxygen.css you need to rewrite substantial parts of

/*************************************************************
G - MAIN CONTENT - TOPICS AND PARSED CONTENT
**************************************************************/

/* Structure
-------------------------------------------------------------*/

for example blocks of code such as this one...

.brd .postbody .post-author {
    float: left;
    width: 15.5em;
    margin-left: -19em;
    left: -1px;
    position: relative;
    display: inline;
    padding: 0 1em 0.5em 1.5em;
    overflow: hidden;
    margin-top: -1em;
    }

No small task  cool

1,047

(1 replies, posted in PunBB 1.3 discussion)

rekk1986 wrote:

what can i do to solve this problem

- automod wasn't made for pun 1.3
- you should use extensions instead
- if extension doesn't exist for what you need, you may put in a request

This article should help you
Be sure to backup db...

Just to clarify;

Administration > Settings > Registration

Above "Forum Rules"  "users must agree etc" you'd like option

Default Welcome Email
Compose Email (enter Email here)


So
1. adding something like below but with "rules" replaced by "welcome_email" for example...
[admin/settings.php] lines 177-185
           

if (!isset($form['rules']) || $form['rules'] != '1') $form['rules'] = '0';

            if ($form['rules_message'] != '')
                $form['rules_message'] = forum_linebreaks($form['rules_message']);
            else
                $form['rules_message'] = $lang_admin_settings['Rules default'];

            break;
        }

2. adding code to functions.php   lines 1681-1700

3. an additional mail template would be needed in [lang/English/mail_templates] I guess (i.e. in the ext)

1,050

(4 replies, posted in PunBB show off)

nice job with the multiple forum interfaces.....
the multiforum manifest.xml deserves it's own post under 1.3 additions or extensions.... I think....