Skip to:
Content
Pages
Categories
Search
Top
Bottom

Problem inserting affiliate banners

Published on October 26th, 2007 by

This is a regular problem on my forum. bbpress seems to remove the image part of the banner as there is missing code. Usually I can work out where the missing tag goes. In the case of the following TradeDoubler code, I can’t! Any suggestions much appreciated.

<script type=”text/javascript”>

var uri = ‘http://impgb.tradedoubler.com/imp?type(img)g(16463372)a(1422608)’ + new String (Math.random()).substring (2, 11);

document.write(‘<img src=”‘+uri+'” border=0>‘);

</script>

Should login_form of admin page and teamplate be independent from each other?

Published on October 26th, 2007 by

Currently, bb-admin/admin-header.php uses active template’s logged-in.php. I changed this php in my theme, and it looks a little bit strange in admin page.

I think admin page shouldn’t use any files from templates, even the default template. Could this be an issue?

And it seems no need to use login_form(), it should just include a logged-in.php in bb-admin or simply put codes within admin-header.php.

Adding tekst in a new custom page, hyperlinks broken

Published on October 25th, 2007 by Null

Hi,

I’m trying to add a new custom page to my forum. It’s very simple, this is what I have so far:

– 1 custom page called test.php

– the page includes the forum header and footer

– The content (middle) part is pulled from the db aswell

All works fine except hyperlinks! Links like www.test.com will NOT appear as a hyperlink, but just as plain text. How to fix this? I want this to behave just like this textfield I am typing in right now (auto hyperlink converting).

bbcodes like bold do work.

_Null

Plugin: HTML Tag Attributes Validator + img, YouTube and Google Video

Published on October 25th, 2007 by

This plugin can validate more deeper. Not only the HTML tag’s attributes, but also the contents of attributes. You can set your own regular expression for attributes. For example, you want limit users to post Flash videos only from YouTube or Google, then you can restrain the src attribute.

Sample posts: This post shows you an embedded YouTube video and this has a image floating at right side.

Visit Plugin page or directly download HTMLTagAttributesValidator.php.

Any comments on this plugin are very welcome.

Wrong number displaying in Current Favorites

Published on October 25th, 2007 by outchy

Right now, my profile says “Current Favorites (3)” when there is only one favorite listed. When I delete that favorite, it goes back to saying just “Current Favorites” and if I add another one back it goes back to 3. Is there anyway to fix this? Recounting didn’t help. Thanks.

Show funny characters in usernames

Published on October 24th, 2007 by intellivision

I’ve tried editing usernames in the db to no avail.

How can I have users like $tevie show the “$” on their posts in topic.php — just show the whole name. Out of the box, bbPress simply ignores the funny chars, so we see “tevie” as the post’s author.

ASCII equivalents too, like the copyright symbol (damn phpBB loose username validation).

I’m willing and able to edit the few usernames in the db by hand. I have a few of these funny char names from my port from phpBB.

No New posts for members

Published on October 24th, 2007 by

Hello!

I want to restrict new posts in bbpress only to moderators and admins. What is the best way to do it?

I’ve found a very simple way editing capabilities.php but I would like to avoid editing the source code.

'member' => array(
'name' => __('Member'),
'capabilities' => array(
(...)
'write_posts' => false,

Thanks.

mail send problem

Published on October 24th, 2007 by vadivel

Warning: mail() [function.mail]: Failed to connect to mailserver at “localhost” port 25, verify your “SMTP” and “smtp_port” setting in php.ini or use ini_set()

pl solved in problem with in 1 hours

Great Job! Now how about Photos

Published on October 23rd, 2007 by

Great software – I love the approach take with WordPress and BBpress – simple, clean and elegant.

Are you planning on adding photo upload capability for forum posters?

How to make the forum open

Published on October 23rd, 2007 by landykos

I want to make my forum open to anybody. I don’t want users to have to login to post comments on my forum.

Is this possible if so how?

Thanks in advance

LK

Skip to toolbar