You should search punBB in wordpress plugins website
27 2016-10-14 13:33
Re: Punbb backbone to shopping cart system (8 replies, posted in Discussions)
I see no reason to do that. There are bunch of free php scripts for that.
28 2016-10-14 13:29
Re: [Solved] Adsense Google (6 replies, posted in PunBB 1.3 troubleshooting)
29 2016-10-14 13:29
Re: [Request] Google Adsense (3 replies, posted in PunBB 1.4 additions)
No need for extentions: See this:
http://punbb.informer.com/forums/topic/ … or-guests/
30 2016-10-14 13:28
Re: [Extension] AdSense Manager (quadric_adsense_manager) (30 replies, posted in PunBB 1.4 additions)
There is no need for an extention. You can simply do it manually. Check this: http://punbb.informer.com/forums/topic/ … or-guests/
31 2016-10-14 13:27
Re: Add google adsense in viewpost (5 replies, posted in Feature requests)
This is what you want: http://punbb.informer.com/forums/topic/ … or-guests/
32 2016-10-14 13:27
Re: Google adsense inside the post (1 replies, posted in PunBB 1.4 additions)
33 2016-10-14 13:26
Re: adsense placement manual (8 replies, posted in PunBB 1.4 additions)
You better check this out: http://punbb.informer.com/forums/topic/ … or-guests/
34 2016-10-14 13:24
Topic: [Mod] Adsense in First Post / Only For Guests (1 replies, posted in PunBB 1.4 additions)
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!
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 2016-08-01 19:04
Re: RSS Aggregator Extension? (22 replies, posted in Feature requests)
I haven't seen them. Can you give some links?
36 2016-07-25 08:41
Re: RSS Aggregator Extension? (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 2016-07-11 15:31
Re: RSS Aggregator Extension? (22 replies, posted in Feature requests)
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 2016-07-06 14:28
Topic: RSS Aggregator Extension? (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.
39 2016-04-03 17:39
Topic: Displaying today's post count on topic row instead of views. (0 replies, posted in Feature requests)
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
40 2016-02-10 15:08
Re: [Extension] om_images 1.4.2.07 (10 replies, posted in PunBB 1.4 additions)
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
41 2016-02-09 22:42
Re: [Extension] om_images 1.4.2.07 (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.
42 2016-02-09 11:27
Re: The image mod I can't find anymore. (3 replies, posted in PunBB 1.4 additions)
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?
43 2016-02-09 11:11
Topic: The image mod I can't find anymore. (3 replies, posted in PunBB 1.4 additions)
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
PS: I did try searching google like "site:punbb.informer.com/forums image upload" and such. Did not work out.
44 2016-02-07 12:47
Topic: Auto refreshing with jQuery (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.
45 2015-01-04 08:51
Re: Need a plugin about duplicated discussions (Paid request) (2 replies, posted in Feature requests)
try contact this user 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
46 2015-01-03 11:46
Topic: Need a plugin about duplicated discussions (Paid request) (2 replies, posted in Feature requests)
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.
47 2013-08-16 10:43
Topic: Rebuild index doesn't work (1 replies, posted in PunBB 1.4 troubleshooting)
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 2011-03-04 21:00
Topic: Recent posts with thumbnails (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!
49 2011-03-04 12:23
Topic: Turkish community forum (with higly edited oxy theme) (1 replies, posted in PunBB show off)
Hey people. First of all, sorry for my bad English 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!