Do we need to update our main.tpl files or can we keep those in the directory?
152 2009-04-17 06:37
Re: [request] hide links when no new/active posts are present (4 replies, posted in PunBB 1.3 extensions)
Matt, thanks:)
I guess there is no one else interested in this.
153 2009-04-14 10:49
Re: [request] hide links when no new/active posts are present (4 replies, posted in PunBB 1.3 extensions)
If those values are zero your forums aren't busy enough and you should focus on getting more traffic. Also, I LIKE to see those links even if the result is zero because at least I have a way of finding out if there has been any recent activity.
yep... I know I have to work on traffic to the forum. the extension request is not to permanently hide the buttons but to hide them ONLY if there are no new posts or active topics.
154 2009-04-14 10:27
Topic: [request] hide links when no new/active posts are present (4 replies, posted in PunBB 1.3 extensions)
It's all in the title...
I wonder if there is a way to hide the "New Posts" and the "Active Topics" links when their return values are zero.
155 2009-04-08 07:39
Re: copyright for punbb (5 replies, posted in General discussion)
We had a similar discussion on copyright about 3 years ago over at the textpattern forum. You might find that some of your questions will be answered through some of the links posted there.
156 2009-04-05 12:19
Re: My Forum was hacked (9 replies, posted in PunBB 1.3 troubleshooting)
I forum was hacked again after I changed my assword to new. I used my laptop to access to my administrator area, no keylog install because I reinstall my laptop before I change my username and password. In log file I found hacker IP: 123.17.183.199.
Are you sure that it's not your own IP?
www.ip2location.com shows that to be from Vietnam which I understand that it is where you come from.
157 2009-03-21 18:00
Re: pun_bbcode extension (41 replies, posted in PunBB 1.3 extensions)
hey, i want to add another button to the bbcode bar, how do i do that.
its a video button: [video][/video]Thanks
If there is a way i'd like to know how extra buttons are added. I am particularly interested in a way to add the [strike][/strike] attribute.
158 2009-03-18 07:59
Re: [release] Lock topic (for moderators) (5 replies, posted in PunBB 1.3 extensions)
Hi YonasH, is there a way to add a preference as the one I described a few days ago? My question of course excluded moderators and admins.
159 2009-03-17 10:21
Re: pun_bbcode extension (41 replies, posted in PunBB 1.3 extensions)
Unfortunately I did not manage to understand you completely. Are you talking about using usual buttons in BBcode Bar? Describe it in a more detailed way, please.
Hi Slavok,
In the neme forum under the Settings/Features preferences we have "Allow BBCode img tag in posts." unchecked which implies that we do not allow images on the forum.
The bbcode extension does not recognise this preference and provides the forum members with the img tag button.
> Edit: typo
160 2009-03-13 06:09
Re: pun_bbcode extension (41 replies, posted in PunBB 1.3 extensions)
One problem with the bbcode_buttons extension.
Although it requires the include/parser.php it does not check the preferences of the forum and it includes buttons which should not be made available such as (in my case) the image button.
I consider this a bug. Is there a way around it?
161 2009-03-10 09:34
Re: lock topic/post (1 replies, posted in PunBB 1.3 discussion)
is nobody else interested in this?
162 2009-03-09 07:59
Topic: lock topic/post (1 replies, posted in PunBB 1.3 discussion)
Is there any way to lock certain topics and/or posts and make them uneditable by their authors whilst the rest of the forum retains the standard edit post features?
163 2009-03-02 16:04
Re: What are reports? (2 replies, posted in PunBB 1.3 troubleshooting)
Reports are feedback from users to the admins/moderators. They are basically there to inform you ons spam posts or improper behaviour.
164 2009-02-22 08:52
Re: How to modify extern.php for better website integration (11 replies, posted in PunBB 1.3 additions)
You do't need to hack the code. the css you need is something like
ul {list-style:none !important;list-style-position: outside !important;font-size:11px;padding: 10px;margin: 0;}
Adjustments to the css should of course be made to meet your particular needs
165 2009-02-18 16:22
Re: A Bot is advertising (alot) (2 replies, posted in PunBB 1.2 discussion)
I had the sama problem with 1.2 which disappeared totally on 1.3. Upgrade and all... (most) will be solved:)
166 2009-02-17 09:09
Re: Hide my IP's users (7 replies, posted in PunBB 1.3 troubleshooting)
The IPs are not visible to non admins/moderators
168 2009-02-09 19:05
Topic: noindex (4 replies, posted in PunBB 1.3 discussion)
is there a way to have a "noindex follow" on some of the pages such as the user list or any other page which is not front end forum/topics related?
169 2009-02-07 07:48
Re: Search result - unclickable forum name (2 replies, posted in PunBB 1.3 bug reports)
+1
170 2009-02-07 07:48
Re: [release] clickable forums on search result (2 replies, posted in PunBB 1.3 extensions)
thanks YonasH, your extension fills a gap left in 1.3. works just fine in our install.
171 2009-01-28 09:41
Re: How to use extern.php (5 replies, posted in PunBB 1.3 discussion)
iamz, maybe this post might be of help. Although it is directed towards wp users, the code should work anywhere...
172 2009-01-26 16:43
Re: Can´t get rid of this spam (6 replies, posted in PunBB 1.2 troubleshooting)
also remember to backup first. Furthermore remember to move any avatars/images/whatever in the new install
173 2009-01-26 06:55
Re: Can´t get rid of this spam (6 replies, posted in PunBB 1.2 troubleshooting)
I had the same problem with 1.2.x which eventually forced me to close down new registrations and only allow existing forum members to post. 1.3.x seems that it has solved the problem. For how long? I don't know, as captcha can now be broken by bots very easily. Check out decaptcher.com. Carnegie Mellon University is working on alternative systems which might sort this out but IMHO I don't think that captcha is the longterm way to go to prevent spam.
174 2009-01-25 07:34
Re: [Tutorial] Show PunBB info in Wordpress (16 replies, posted in PunBB 1.3 additions)
Garciat, thanks for that, it also works with textpattern if wrapped in php and placed in a page or form,
<txp:php>$show = '10';
define('FORUM_ROOT', '{replace_this}');
echo '<ul>';
echo file_get_contents(FORUM_ROOT . '/extern.php?show=' . $show);
echo '</ul>';</txp:php>
Is there a way to rid of the ellipse at the which shortens topic titles and allow for the whole title to appear?
175 2009-01-16 06:37
Re: Can not ban certain IP (5 replies, posted in PunBB 1.3 troubleshooting)
The O.P shouldn't need to resort to that however if things are working as they should. Banning an I.P should ban an I.P. Nothing more or less.
True, but if this was a persistent spammer, the htaccess rule will sort it out until a PunBB solution is found by someone with better knowledge than me.