Skip to:
Content
Pages
Categories
Search
Top
Bottom

Plugins used on these forums

Published on October 15th, 2010 by slee

Is there a list somewhere or can someone let me know what plugins this forums uses please? I like the notify me of follow up for example id like to know which plugin that is.

Thanks

reset password by email address

Published on October 14th, 2010 by neilw1

Hello,

It would be nice in the ‘forgot password’ section to be able to specify an email address.

As an example, I forgot my username for this forum but when I tried to register it simply told me that email address was already a user.

Thanks.

how to re-arrange items in registration page

Published on October 14th, 2010 by neilw1

Hello,

Can anyone tell me how to change the order of items in the registration page that are set by custom plug-ins?

I have ‘human test’ and ‘clickcha’ but people keep mis-registering because the human test is shown below the clickcha and when they click on the clickcha it submits the page – and they haven’t entered the human test result at that time.

I just want to change the order to swap these two round.

Thanks.

bbPress uses WP theme?

Published on October 14th, 2010 by decas

Hello guys, I think this question was answered in this forum but sorry I can’t find it. So my problem:

I want to make bbpress use wp theme. Just open wp site, press forum and you are still in website (I want to make it look like a page). How to do that? I used themepress but theres no images and css when I install it…

Sorry for my english.

Making bbPress threaded so that on the topics page you can see topic replies

Published on October 14th, 2010 by Lily

Is there a plugin or an easy mod to show the replies to topics in a thread on the topic page, similar to the phorum.org demo here:

– http://www.phorum.org/demo/list.php?2, and

– http://makeupalley.com/board/board.asp?bid=1

Thanks in advance.

Preventing (views) being listed

Published on October 14th, 2010 by KentonMr

Looking for a simple way of turning off the way that the number of times a topic has been viewed from being appended to the topic title in the lists.

I don’t wish to stop collection of this meta data just to stop it being displayed all over the place.

The code looks like tangled spaghetti – I’m sure given a month or two I could fathom it out, but …

Am I the only one that thinks it is untidy ?

author link – force link to bbpress profile?

Published on October 14th, 2010 by auphoria

At the moment, this code <?php post_author_link(); ?> links to the url that users type in, I have some linked to BP profile, some linked to their personal websites.

Is there a way to replace this code to link to their bbpress profile?

p.s. this is the link beneath user avatar.

Cannot login to bbpress

Published on October 14th, 2010 by slee

I have a deep integration with wordpress and up until today it has been working fine but then all of a sudden i cannot log into bbpress and i cannot log out properly.

I am logged out of wordpress but the link still says logout on the bbpress forums. I have cleared all cookies to see if this was the issue but no joy.

If i sign in as a subscriber then i am not able to see any forms to add a new topic or edit my profile.

if i sign in as an admin i can add new topics and edit my profile

any ideas?

bbPress installed in sub-directory

Published on October 14th, 2010 by

We’re seeing a similar problem to that described here:

Login redirection prevents access to Admin area

in which the redirection after login doesn’t work correctly. Our installation is at:

https://www.example.org/forums/

which is the exact value of the “bbPress address (URL)” setting on the general settings page.

On the index page, wp_referer_field() returns “/forums/index.php”. This is embedded in the login form, and passed to bb-login.php.

bb-login.php calls bb_get_uri(), passing it that value. bb_get_uri() then appends that value to the value of bb_get_option(‘uri’), which returns the full URL above.

The upshot is that bb-login.php tries to redirect to https://www.example.org/forums/forums/index.php, which is obviously incorrect. So it looks as though either:

a) there’s a bug in bb_get_uri(); it should iterate through each directory in the bb_get_option(‘uri’) path in reverse order, and compare them with each directory in $resource, eliminating duplicates.

b) login-form.php shouldn’t call wp_referer_field()

– Bobby

Mobile bbPress (using XML-RPC api)

Published on October 14th, 2010 by master5o1

Not sure if it existed already, but I made this myself. It’s a mobile-friendly interface to bbPress that uses the XML-RPC api.

For a “via Mobile bbPress” thing in posts you need to patch xmlrpc.php and install a plugin. It is probably possible to move the patching into the plugin, but I’m not sure what or how.

Just want some php/bbpress gurus to look through it and see stuff that I can’t.

http://master5o1.com/projects/bbpress-mobile/

To see it in operation, check our http://dump.master5o1.com/mobi/.

That currently points to http://tartarus.co.nz/community/

http://m.tartarus.co.nz/ is the mobile version of Tartarus.

Skip to toolbar