1

(2 replies, posted in PunBB 1.4 troubleshooting)

Anyone?

2

(26 replies, posted in PunBB 1.4 additions)

Undefined cat_count in vf.inc.php line 72
<?php echo $forum_page['cat_count'] ?>

Still need help.

4

(2 replies, posted in PunBB 1.4 troubleshooting)

How can i move (Page x) to the end of title?

I made it myself. Wrote little bit of code in registration.php.

Hello. I think a lot of punBB users need this extension. Maybe someone can create this simple extension?

All we need is random question in registration.

It can be extension or clean php code to insert in registration.php

Thanks.

BTW. PUN_Stop_bots asks questions when posting, uses cookies, so i think it is too complicated. There is simpler way.

7

(75 replies, posted in Supported extensions)

How can i make to ask questions only then registering and those members who have posts less than 100. ?

Hey. How can i add welcome message (in pun_PM) instant after registration to new user?

9

(0 replies, posted in PunBB 1.4 troubleshooting)

Hey guys. I need two inputs for login in theme. What is correct code? (I'll use it in punBB theme, not external). Thanks.

10

(9 replies, posted in PunBB 1.4 additions)

Nice extension. But i think you can make it much lighter and simpler. I'm looking for same style extension but with these functions only:


  • Only members can rate

  • Only positive rate option

  • Add the userID of voters to the DB



Can anyone make this extension like this? Without any ratings. Just simple post like.

11

(26 replies, posted in PunBB 1.4 additions)

Thank you very much. Great update. HandShake.

12

(26 replies, posted in PunBB 1.4 additions)

Newuser12 wrote:

One more thing: if someone post new thread in sub-forum , forum and sub-forum indicator showing there is no new posts. But when you enter sub-forum topic looks like unread. Please fix it if you can. Thanks a lot smile

Anyone?

13

(26 replies, posted in PunBB 1.4 additions)

One more thing: if someone post new thread in sub-forum , forum and sub-forum indicator showing there is no new posts. But when you enter sub-forum topic looks like unread. Please fix it if you can. Thanks a lot smile

14

(20 replies, posted in Supported extensions)

This little mod not working how it have to. When deleting topics via topic moderate no effect on post count at all.

15

(5 replies, posted in Feature requests)

But then harder to know where from post moved and etc. I think best choice is hide.

16

(5 replies, posted in Feature requests)

Why not? I don't want to let moderators delete posts. Just hide. I want decide post useful or just flame.

17

(5 replies, posted in Feature requests)

No one interested?? sad

18

(5 replies, posted in Feature requests)

Hello. I think it would be great if someone create extension like this:

For forum administrators and moderators ability to make posts invisible for normal members.
I mean button near every post. For moderators: only make post invisible. For admins: make posts invisible and ability to delete them.

It would be great. Anyone interested? If so, please, someone who can create it think about it.
For extension like this i would be very grateful.

Anyone know the problem? I really need to fix it. sad

And now i will explain what exactly i want to do:
I want to show:
Logged in as: Username

Want to see it in wordpress. And show unread massage count.

Thats it what i need and cant complete this goal. sad

Looks like it helped, but now i have new error:  Fatal error: Call to a member function escape() on a non-object in C:\wamp\www\testas\include\functions.php on line 1498

which is:
part of code here:

    // Fetch guest user
    $query = array(
        'SELECT'    => 'u.*, g.*, o.logged, o.csrf_token, o.prev_url, o.last_post, o.last_search',
        'FROM'        => 'users AS u',
        'JOINS'        => array(
            array(
                'INNER JOIN'    => 'groups AS g',
                'ON'            => 'g.g_id=u.group_id'
            ),
            array(
                'LEFT JOIN'        => 'online AS o',
                'ON'            => 'o.ident=\''.$forum_db->escape($remote_addr).'\''      // <<<<---- this line
            )
        ),
        'WHERE'        => 'u.id=1'
    );

I have taged that line. Any ideas?

Hello guys. I'm trying to integrate information about user from punBB to WordPress.
But i have one big trouble. Functions validate_username exists in latest punBB and in Wordpress. So i can't use this functions, because get errors.

Can some one tell me and help to do it? I want to rename punBB function to: validate_username_pun and leave validate_username for WordPress.

Grateful for everyone who will try help me.

Sorry for my English skills. sad

22

(7 replies, posted in PunBB 1.3 extensions)

Nice list. I need Infraction MOD too. ;/

23

(4 replies, posted in PunBB 1.3 troubleshooting)

I type there email but anyway title appears when e-mail sent.

24

(4 replies, posted in PunBB 1.3 troubleshooting)

Hello. I have question. When user register he get email. But i want change email form, because subject is correct, but From: Is my web title. I want change it. So where i can do it?

25

(2 replies, posted in PunBB 1.3 troubleshooting)

Any one?