1

(85 replies, posted in PunBB 1.3 extensions)

array_pop($ext_info_stack); $ext_info = empty($ext_info_stack) ? array() : $ext_info_stack[count($ext_info_stack) - 1]; 

Getting this on the Features page as an admin.

2

(85 replies, posted in PunBB 1.3 extensions)

which post has the fix in it?

3

(85 replies, posted in PunBB 1.3 extensions)

so you are aware but don't bother fixing?

4

(85 replies, posted in PunBB 1.3 extensions)

simple
1) install extension (i have many, this is not the error)
2) enable under Features, used my twitter account user/pass
3) post in forum

nothing shows up on twitter.

array_pop($ext_info_stack); $ext_info = empty($ext_info_stack) ? array() : $ext_info_stack[count($ext_info_stack) - 1]; 

I do see that error under the pun_twitter options block in Features tab.

5

(85 replies, posted in PunBB 1.3 extensions)

it does not work.
nothing shows up.

6

(85 replies, posted in PunBB 1.3 extensions)

tested and verified to NOT work sad

7

(17 replies, posted in PunBB 1.3 extensions)

Extremely long URLs -- don't know if this is a bug with the extension or gravatar itself:'


h ttp://www.gravatar.com/avatar/xxxxxxxxxxxxxxxx.jpg?r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60&r=g&s=60

8

(9 replies, posted in PunBB 1.2 discussion)

Magpie is the library that makes RSS importing simple.
Does anyone want to work on this extension together?

9

(32 replies, posted in PunBB 1.3 extensions)

Yonetim wrote:

Invitation System

Invitations++

Ken1988 wrote:

Its a nice trick, but since my Css experience isn't too wel I cant manipulate the position very good.
Who could help me with some advises?
www.chatair.nl/forum is mine.


fairly easy:

<div id="content" style="position: relative;">
    <div class="adsense"><!-- adsense code here --></div>
</div>

...now that the structure is in place, and the parent container is set to "relative" you can use absolute positioning to put it wherever you want w/in that container.

/* a few examples of positioning */
#content { position: relative; } /* inline style not necessary in above example */
.adsense { position: absolute; top: 0; right: 0; } /* upper right corner of #content */
.adsense { position: absolute; top: 0; left: 0; } /* upper left corner of #content */
.adsense { position: absolute; bottom: 100px; left: 10px; } /* 100px above the bottom and 10px from the left */

You may need to give the container a width and height (at least width since block-level elements are 100% by default)...

.adsense { width: 120px; height: 220px; } /* set a fixed w/h of the adsense container */
KeyDog wrote:

Btw: I'm using pun approval on one forum and it's perfect - quick and easy to approve newcomers!

I'll look into it -- the spam itself isn't really a problem. I just hate having 10% real users in my User List and 90% spam accounts w/ no posts.

KeyDog wrote:

Have you really tried with each available extension: ReCatcha, Anti-Spam System etc... Also a system with user entering answer to question chosen by you could help...

I've installed the ones that punbb has available officially (and the akismet ext.)

Not sure about ReCaptcha...

I didn't realize they updated their signatures later.
I think i really just need a rule to disallow XXX at the end of a user name (numbers).

Yes, I saw that -- but isn't there a way to check registrations for spam and then simply deny them (ie: don't create the account)....or at least only flag "spammy" registrations for an approval. I do not want to have to approve *everyone* -- just the registrations that trigger the spam (much like akismet works on the posts).

from the description it sounds like it's a post-registration means of approving posts.
I'm more curious in heading off spam bots when they register.

I've seen akismet (works well on posts) and "stop spambot posts" challenge/response extension...but I'm tired of them being able to register in the first place -- typically the obvious accounts have the following attributes:

somebody@spam-site.info for their email
FirstNameXXX for their username
Usually no posts
Sometimes a spam-ridden signature set in their profile with links.

I'm getting 3-5 of these registrations a day now...has anyone found a good solution to this growing problem?

Not quite sure I understand what this does.

18

(9 replies, posted in PunBB 1.2 discussion)

Same here -- Feed aggregation would be nice for one forum "Current News" that would create a new thread for each item in the feed -- so people can discuss it below.

It's the only "feature" that other forums support fairly well that I don't see punBB supporting in recent releases.

Hey, sorry about that -- guess I was having a bad day.

It should be packaged with .zip and be contained in a sub-folder:

zip active_topics.zip ./active_topics/
tar czvf active_topics.tgz ./active_topics/

...so that when it is unzipped, it creates the ./active_topics/ directory.
Most of the extensions I've seen are .zip, although .tgz (tar/gzip) is probably fine. Rar is probably the last one I would use (most people aren't familiar with how to use rar).

I haven't looked at the code itself, my gripe was simply an observation that .rar and not containing the parent directory often indicates "n00bage" :-)

Sorry if it came across the wrong way. It was meant as constructive criticism.

I would not use this extension yet...as the developer packaged it incorrectly (for starters)...
If someone's too lazy to put it in the correct directory before they package it, you gotta wonder about the code inside it.

Yes, it displays tags relative to the level you are at (ie: top, unique forum, thread).

http://itsallpolitics.com

Slinackt wrote:

Hi there,
These days I started imagining this new extension... Topic labels, just like those labels from gmail.
And maybe a filter, to select which labels to display smile

labels like [extension release], [extension request], [help] which could be set by the admin and later could be selected by users while creating new topics...

Is it possible that you guys code something like this?

Thanks for attention (:

checkout pun_tags

24

(6 replies, posted in Feature requests)

istanto wrote:

hello, i try this with punbb v1.3.2 it's not work....... could someone fixed this code neutral


*bump*

25

(14 replies, posted in PunBB 1.3 extensions)

Grez wrote:

No, you can't ignore some user with that.
The difference between ban and silence is that with Silence you can read topics, send PMs, change your profile info etc. but with ban you can't.

thanks for clarification.