I host a website through a MobileMe account, and build the website with the iWeb app on my Apple (OS 10.6.4). Is it possible to host a bbPress forum on a website built and hosted this way? If so, how? Any help would be much appreciated.
Use bbPress with MobileMe?
Published on August 3rd, 2010 by pastormickbbPress and BuddyPress in WP3.0.1
Published on August 2nd, 2010 by uteman23Hello everyone,
I am very new to bbPress and BuddyPress but very familiar with WP. I love WP 3 and I use the BuddyPress plugin which works nicely, but when I activate the bbPress forums, it seems to lose most of the functionality. It doesn’t appear to install the full bbPress. How can I be sure it installs the ‘normal’ version of bbPress?
Users can't login
Published on August 2nd, 2010 by RedBullHello,
I have had a few complaints regarding login. It seems that if a member registers with a name that has capital letters, they can’t login without capitalizing the letters again. Is there a fix for this as it is not very user friendly this way.
Thanks
Remove author from main rss feed
Published on August 2nd, 2010 by thomasfalsHi there
Is there a way to strip the author from the main rss feed? I am showing the rss feed on a related wordpress site and I get: Username on “topic name here” for each result. I want to strip the “Username on” part so I just get the topic name. Any suggestions?
Forum under attack, user-approval plugin won't work
Published on August 2nd, 2010 by justinbiebermy forum is attacked by few hundred haters from other forum under the same username.
http://justinbieberzone.com/forums/page/3
I downloaded user-approval plugin but it won;t work. it mess up the config and everybody can;t log in.
any help?
Spam
Published on August 2nd, 2010 by kortiI am getting nailed with mega spam. I have my askimet key turned on and I am getting sign ups like mad, only all is spam.
They are signing up as users and creating links to there sites. Anyone know how to resolve this?
This site was just launched http://www.houstoncriminallawyer-tx.com /forums
all the emails are ending with .ru
bbPress Default Theme
Published on August 1st, 2010 by schummy2000Hi i want to get this theme (the bbpress.org page forum theme).
Anybody knows its name or where can i get it ?
Thanks !
Modifying Kakumei Blue 1.0 theme?
Published on August 1st, 2010 by ck13Are we allowed to modify this theme? I only want to change the colors on a few things, so is that possible?
Question regarding Tripess by Spyka
Published on August 1st, 2010 by ck13Does anyone know if you are allowed to modify this theme? For example, if I just wanted to change the colors, is that ok?
Thanks in advance!
Topic tooltips
Published on August 1st, 2010 by ianhaycox2Hi,
A themes front page usually displays the latest discussions, but with many forums there is no context to each topic listed so the topic title is often meaningless. E.g. a topic title of ‘Help’ does not invite the viewer to click the topic to see the posts.
I’d like to add a title=”first part of post…’ attribute to the <tr> tag of each topic in the list.
I tried adding a filter to topic_class(), to fudge class=”xx” to class=”xx” title=”yy” but alt_class() has no filters. My other approach was to add a new function to the theme, e.g. in kakumei
<tr<?php topic_class(); topic_tooltip(); ?>>
and in functions.php
function topic_tooltip() {
$topic_id = get_topic_id();
echo ' title="'.$topic_id.'"';
}
but I’m struggling to work out how to get the current post available to display an extract of the first post of the topic.
Any help really appreciated.
Ian.