26

(3 replies, posted in Discussions)

You should search punBB in wordpress plugins website wink

27

(8 replies, posted in Discussions)

I see no reason to do that. There are bunch of free php scripts for that.

28

(6 replies, posted in PunBB 1.3 troubleshooting)

http://punbb.informer.com/forums/topic/ … or-guests/

29

(3 replies, posted in PunBB 1.4 additions)

No need for extentions: See this:
http://punbb.informer.com/forums/topic/ … or-guests/

There is no need for an extention. You can simply do it manually. Check this: http://punbb.informer.com/forums/topic/ … or-guests/

31

(5 replies, posted in Feature requests)

This is what you want: http://punbb.informer.com/forums/topic/ … or-guests/

32

(1 replies, posted in PunBB 1.4 additions)

Check this: http://punbb.informer.com/forums/topic/ … or-guests/

33

(8 replies, posted in PunBB 1.4 additions)

You better check this out: http://punbb.informer.com/forums/topic/ … or-guests/

Hey guys!
I'll show you how to place adsense code or any ads in first posts row, between or after message. You can also show ads only to guests or everyone by this method easily. Here's the code:

Open viewtopic.php and find this code:

<?php echo implode("\n\t\t\t\t\t\t", $forum_page['message'])."\n" ?>

Place this code before or after this code. This is up to you:

if($forum_page['page'] == '1' && $forum_page['item_count'] == '1' && $forum_user['is_guest'])
{
    echo '
YOUR ADSENSE CODE HERE
    ';
}

If you want to show ads to everyone, no matter if user is registered or not, just delete && $forum_user['is_guest'] part and you are ready to go! smile

You can see a demo here if you want: Bilgi
Just visit any topic.

By the way, it would be better if you choose a responsive adsense ads.

Have fun!

35

(22 replies, posted in Feature requests)

I haven't seen them. Can you give some links?

36

(22 replies, posted in Feature requests)

Is RSS used for only shenanigan? What if I told you if I want to automatically create discussion topics about the products I have added to my shopping portal?

37

(22 replies, posted in Feature requests)

PanBB.Ru wrote:

Explain in more detail what should be done is an extension?

I think xenForo mods have already explained here: https://xenforo.com/help/feeder/

Just adding new topic (or new reply if the rss feed item title is exact same a topic already created) by using RSS feeds.

38

(22 replies, posted in Feature requests)

Hey all,
Is there any RSS feed Aggregator extention for new PunBB version?
There's one hack on punres but it is WAY old to work in newest ones.
Thanks.

Is there any way to do that? I don't know how to calculate today's post count of a topic since SQL doesn't have such an entry.
I'd donate some bucks for such a modification smile

40

(10 replies, posted in PunBB 1.4 additions)

keeshii wrote:

Hi, I have corrected the problem you mentioned.

Thanks for that. But you know some images have session slugs at the end of url, like image.jpg?v=123 or it doesn't even have file type code, in such condition it doesn not upload the photo. You can try it with an url from loremflickr.com

Edit: Now I have a chance to test, it still does not work on replies. I don't know why. Also you forgot putting /img/ folder in new version smile

41

(10 replies, posted in PunBB 1.4 additions)

Hey!
It's a great extension but it doesn't work while replying a topic, it only uploads pictures added into first post to internal server.

Does this mod can automatically upload images added to post?
Let's say I have embedded a picture from imgur. Does this automatically upload to my server?

I know there's a mod for auto uploading external images which are added to post via img tag, I saw this mod for a couple of times but I can't find it now when I need it so bad. I hope someone will help me to find it. Thanks smile
PS: I did try searching google like "site:punbb.informer.com/forums image upload" and such. Did not work out.

44

(0 replies, posted in Discussions)

Guys I've been searching for a while and all I got is this guy tried to imply this feauture to punBB. It's like 6 years old, buggy and completely outdated, unfortunately. Is there any "modern" way to do that? I want a live forum, topics or forums must refresh automatically, without user to reload page every time. I'm ready to pay some bucks as well for such a mod. Thanks.

kudataz wrote:

try contact this user big_smile http://punbb.informer.com/forums/user/65979/ he is guru here

Thanks buddy! It's nice to know that there are still some people hang out here smile

Hello all,
I'm trying to create a glossary script with punBB, so every topic in forum must be unique. I need a plugin that can check if the topic is already created or not while user trying to post new topic. If that "unique term" already exist in database, than make  the post _new answer_ in existed topic, if not, create the new topic. Is it possible? I'm ready to pay some bucks for such a plugin. Please PM me if you are interested. Thank you.

Hey guys,
I created my forum on localhost than I moved it to my host everything works perfect but rebuild index function does not work somehow. Well, I did chmod stuffs I guess but I still have some doubts that the problem is about that. What can you suggest?
Plus, when I look at the source code, I see the localhost url on "forum_quickjump_url" js code even though I edited config.php. I don't know but I'm highly sure it's about cache and cache folder's chmod is 777. So, what to do?

48

(1 replies, posted in PunBB 1.3 additions)

Hello people! I'm just trying to show recent posts with thumbnails by using extern.php
It should decide the first image in the post and show it as a thumbnail. There must be a way to do that. Please help me. Thank you!  smile

Hey people. First of all, sorry for my bad English smile I just made a website for my buddies. You can see it in here. If you like the theme, I can share it. Have a nice day!