Anyone?
2 2014-02-17 19:59
Re: [Extension] om_subforums 0.0.3 (26 replies, posted in PunBB 1.4 additions)
Undefined cat_count in vf.inc.php line 72
<?php echo $forum_page['cat_count'] ?>
3 2014-02-15 14:31
Re: Insert PM after registration (2 replies, posted in PunBB 1.4 troubleshooting)
Still need help.
4 2014-02-11 20:04
Topic: Move (Page x) in title (2 replies, posted in PunBB 1.4 troubleshooting)
How can i move (Page x) to the end of title?
5 2014-02-04 22:21
Re: [REQUEST] Random question in registration (2 replies, posted in PunBB 1.4 additions)
I made it myself. Wrote little bit of code in registration.php.
6 2014-01-31 16:11
Topic: [REQUEST] Random question in registration (2 replies, posted in PunBB 1.4 additions)
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 2014-01-30 16:53
Re: pun_stop_bots (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. ?
8 2014-01-08 21:20
Topic: Insert PM after registration (2 replies, posted in PunBB 1.4 troubleshooting)
Hey. How can i add welcome message (in pun_PM) instant after registration to new user?
9 2014-01-02 20:03
Topic: Login form in theme (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 2013-12-26 18:34
Re: [Extension] Ajax Post Rating (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 2013-12-26 18:06
Re: [Extension] om_subforums 0.0.3 (26 replies, posted in PunBB 1.4 additions)
Thank you very much. Great update. HandShake.
12 2013-12-24 11:02
Re: [Extension] om_subforums 0.0.3 (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
Anyone?
13 2013-12-09 19:51
Re: [Extension] om_subforums 0.0.3 (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
14 2013-12-08 22:12
Re: Real posts count (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 2013-04-06 15:36
Re: [Request] Invisible posts (5 replies, posted in Feature requests)
But then harder to know where from post moved and etc. I think best choice is hide.
16 2013-04-06 09:27
Re: [Request] Invisible posts (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 2013-04-06 08:04
Re: [Request] Invisible posts (5 replies, posted in Feature requests)
No one interested??
18 2013-04-04 15:02
Topic: [Request] Invisible posts (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.
19 2013-04-01 14:33
Re: Rename validate_username function (3 replies, posted in PunBB 1.4 troubleshooting)
Anyone know the problem? I really need to fix it.
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.
20 2013-03-31 09:27
Re: Rename validate_username function (3 replies, posted in PunBB 1.4 troubleshooting)
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?
21 2013-03-31 06:46
Topic: Rename validate_username function (3 replies, posted in PunBB 1.4 troubleshooting)
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.
22 2010-07-11 11:10
Re: [Request] A few please read. (7 replies, posted in PunBB 1.3 extensions)
Nice list. I need Infraction MOD too. ;/
23 2010-07-03 06:04
Re: Email forms (4 replies, posted in PunBB 1.3 troubleshooting)
I type there email but anyway title appears when e-mail sent.
24 2010-07-02 21:35
Topic: Email forms (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 2010-07-01 11:28
Re: Users, Guest count (2 replies, posted in PunBB 1.3 troubleshooting)
Any one?