I have updated the ranks after every change so that's not the problem & enabled the 'rank option' in the admin. area, dispite that, my members still do not have ranks title. Although some of my members had 200+ total post.

Members - 5
Junior Member - 100
Guru Member - 200

I made lot of different ranks, but they do not appears. I deleted the cache, logged out, and logged in back again, but still the same.

2

(13 replies, posted in PunBB 1.3 extensions)

Many thanks, looks so much better now. I'd really appreciate your help.

3

(13 replies, posted in PunBB 1.3 extensions)

Nada. I got the following errors.

yonash wrote:

Edit your user_avatars.php file. Change

'WHERE'        => 'e.idle=0 AND o.id!=1',

to

'WHERE'        => 'e.idle=0 AND o.id!=1 AND o.hidden=0',

Should work smile

The error occurred on line 31 in /home/xxxxxx/public_html/forum/include/user/user_avatars.php

Database reported: Unknown column 'o.hidden' in 'where clause' (Errno: 1054).


yonash wrote:

OR, what should be more safe (if you will want to disable/remove my extension):
before

$process = $forum_db->query_build($array) or error(__FILE__, __LINE__);

add

if ($forum_db->field_exists('online', 'hidden')) $array['WHERE'] .= ' AND o.hidden=0';

wink


Notice: Undefined variable: process in /home/xxxx/public_html/forum/include/user/user_avatars.php on line 32

Notice: Undefined variable: process in /home/xxxx/public_html/forum/include/user/user_avatars.php on line 49


Thanks anyway.

4

(13 replies, posted in PunBB 1.3 extensions)

Cool. Unfortunately, I installed List of online avatars at top of forum, so even if I hide my online stat. the avatar still showing up. Any tips (except removing both extensions)?

5

(5 replies, posted in PunBB 1.3 additions)

Thanks for the mod. I like it!

6

(17 replies, posted in PunBB 1.3 extensions)

Can members can post their own quotes? If so, how can i set it?

7

(82 replies, posted in PunBB 1.3 extensions)

I like the groups images, their cute.

Which these extensions are still compatible with 1.3.2? http://punbb.informer.com/trac/browser/ … nk?rev=377

9

(8 replies, posted in Feature requests)

Garciat wrote:

I posted this fix for pun_quote on another topic: http://

Does it work?

Edit: Its worked. Ty

10

(2 replies, posted in PunBB 1.3 discussion)

Its okay, I keep the old (but worked perfectly) pun_poll, thanks anyway.

11

(82 replies, posted in PunBB 1.3 extensions)

I need to hide the spoiler content, tell me how.. Thanks for the extensions, the ekarma worked fine.

12

(6 replies, posted in PunBB 1.3 extensions)

Indeed, like wares link and cracks.

Add after < body > on the main.tpl

<div style="width: 468px; z-index: 999999; right: 15px; top: 15px; position: absolute;">
<!-- ads here-->
</div>

14

(2 replies, posted in PunBB 1.3 discussion)

An error was encountered

The error occurred on line 86 in /home/jyholic/public_html/forum/admin/extensions.php(151) : eval()'d code

Database reported: Duplicate entry 'p_pun_poll_enable_read' for key 1 (Errno: 1062).

What does the error supposed to mean?

15

(12 replies, posted in PunBB 1.3 discussion)

Thanks, but no luck. Still the same the rss feed

http://i39.tinypic.com/2jerces.jpg

16

(41 replies, posted in PunBB 1.3 extensions)

Neck wrote:

I might add support for more services, ask for them and give me links.

Don't forget imeem.com, a popular video/music hosting.

17

(1 replies, posted in General discussion)

Yeah, Merry Christmas!

18

(12 replies, posted in PunBB 1.3 discussion)

Ive done just as you said, Now i got this

Parse error: syntax error, unexpected T_IF, expecting ')' in /home/jyholic/public_html/forum/extern.php on line 336

19

(9 replies, posted in PunBB 1.3 extensions)

Many thanks, thats quick.

One question, can i replace male/female text with male/female image?

20

(3 replies, posted in PunBB 1.3 troubleshooting)

Ty, still worked the ext.

21

(22 replies, posted in PunBB 1.3 extensions)

Garciat wrote:

I need some ideas for extensions...

How about Top Poster?
http://www.punres.org/desc.php?pid=482

and User gender http://www.punres.org/desc.php?pid=246 ?

22

(32 replies, posted in Feature requests)

Garciat wrote:

@sonofsinner: If no one is online, a '- No online users -' message shows instead. I didn't get your second question...

@whatrevolution: Interesting...

Okay. Got it.

23

(32 replies, posted in Feature requests)

whatrevolution wrote:
sonofsinner wrote:

Cool. But what will happend if no one is online?

That is the same as asking, "When a tree falls in an empty forest, does it make a sound?"  Clearly, no human will ever know.

No bigdeal about my Ques. , so take it how you want it.

24

(32 replies, posted in Feature requests)

Garciat wrote:
  1. Save this file to 'include/user/user_avatars.php'.

  2. Add '<!-- forum_include "user_avatars.php" -->' after '<!-- forum_announcement -->' on your main.tpl.

That's it smile

Edit: There are some options you can change on 'user_avatars.php'.


Cool. But what will happend if no one is online? And can you give us some tips what we can change on the user_avatars.php, because this could be really cool if the avatars showing base on forum post (eg. top poster). Thanks for the effort.

25

(5 replies, posted in PunBB 1.3 discussion)

I installed pun_karma but it seems the extention does'nt work anymore on the latest 1.3.2.