Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 26 through 50 (of 103 total)
  • @wordpressfan

    Participant

    The key to streamlining the forums = groups = forums path is to remove the groups metaphor, at least for users. There are two BP metaphors that get the most user attention: profiles and forums. From profiles, people can interact with other users: friending and joining groups. From forums, people can interact with other users: reading and writing topical posts. Having groups as a separate metaphor, which is sort of like forums and sort of like profiles creates confusion.

    A quick solution would be creating a separate bbpress installation, integrating it with the bp forums and deactivating the bp groups.

    @wordpressfan

    Participant

    In the same vein, it might be a good idea to create a theme designers forum, if for no reason other than to hold all of the theme-related questions. Putting more emphasis on buddypress theme development might also spur release of new 1.1 designs.

    @wordpressfan

    Participant

    Thanks for the pointer. I increased the max most-forum-topics to 8 (just to keep an even number).

    (This support topic can be marked ‘resolved.’)

    @wordpressfan

    Participant

    From one design novice to another, to replace the <h1> title with your logo, open the header.php file of your child theme. Look for the #logo div and use an <img src=> tag that points to your logo that you’ve uploaded the your theme’s image directory.

    (I’m looking forward to the day BP adds an admin page to the themes, allowing you to simply specify such common changes.

    @wordpressfan

    Participant

    Chouf1: I have wp_, bb_ and bp_ tables inside the same database.

    DJ: Yes. I prefer the way BB handles forums to BP’s – plus it is easier to modify a BB theme to mesh with BP than it is to modify the groups and forums.

    As to my original question, I moved my original BB forums to a defunct category, then re-created the themes from inside BP. I’m now able to post to those BB forums from within BP.

    @wordpressfan

    Participant

    I have the same trouble (example). This is a very troublesome bug, especially for sites that link-out all the time.

    @wordpressfan

    Participant

    All blogs listed include the root url instead of the back-end, despite the (Admin) after the blogs’ title.

    @wordpressfan

    Participant

    I read your example. I need something with a wider net. First off, the robot registration never leave an e-mail address. Unlike WP comment spam, WPMU registration robots appear able to bypass required fields, including e-mail address.

    I receive e-mails announcing new registrations that contain only IP addresses. Meaning I would need to include hundreds of IP addresses in your code.

    The real solution is somehow create a bullet-proof required registration field or move the registration page behind a firewall. I’ve seen single-user WordPress installations that move the wp-admin or wp-signup pages to avoid robot attacks using the default name and location of these pages.

    @wordpressfan

    Participant

    Bpisimone makes a good point: comment, comment and then comment more your code; not just coders who already know what you’re thinking are reading.

    @wordpressfan

    Participant

    Askimet does great catching spammers comments on regular WordPress installations, but WordPress MU is commonly the target of spam registrations, which is my problem. I tried reCaptcha and the same day had to delete spammers.

    I’m hoping a future version of BuddyPress or WPMU will include finer security, allowing admins to block access to only humanly-registered users, rather than either shut off all registrations. Another possibility would be to follow the example of WordPress and allow admins to relocate or rename the registration component.

    @wordpressfan

    Participant

    That was the code I’d been using. I forgot where to put the following in register.php:

    <?php

    if($_REQUEST["s"]){?>

    <script type="text/javascript">

    jQuery(document).ready(function () {

    setTimeout(function(){ jQuery("#error").fadeOut("slow"); }, 6000);

    });

    </script>

    <div id="error" class="error">

    <h3>The page you were trying to access is for members only. Please login or register to continue.</h3>

    </div>

    <?php } ?>

    @wordpressfan

    Participant

    Thanks. One of those ‘duh’ moments just hit me.

    @wordpressfan

    Participant

    @r-a-y: I added the .htaccess commands to avoid robot registrations. We’ll see how that works.

    @wordpressfan

    Participant

    The new forum design answers my past whining on the subject – finally, the link between groups and forums is made crystal-clear to users, Great job.

    @wordpressfan

    Participant

    Adding replies (as well as pruning the verbiage) would make the activity stream useful. It is like telling your wife you went to the bank, but omitting the fact someone deposited $1 million in your account.

    I suggest something along the lines of :

    “You created forum topic Using Custom Userbar.php: 100 replies.”

    @wordpressfan

    Participant

    Learning is half the fun. I’m looking forward to new buddypress child themes appearing.

    @wordpressfan

    Participant

    Great. It is a simultaneous hacking and learning process for buddypress themes.

    @wordpressfan

    Participant

    Done. What do I do for php files within directories, such as bp-xprofile? (Do I recreate that directory in my child theme or somehow call a custom .php file?

    @wordpressfan

    Participant

    I’m looking to replicate the profile pages either here or WordPress.org.

    @wordpressfan

    Participant

    I’ll add a ticket, but I thought the problem was corrected. It seems spammers are targeting BP installations. In the meantime, I’ve installed BPDev’s NoSpam plugin, which uses a captcha.

    @wordpressfan

    Participant

    This loop, which is part of the profile, seems to indicate (in pseudo-code) the following is happening: if there is a group, display the group name and then the group field contents. I still don’t see why all of my groups – but just base – are displayed.

    @wordpressfan

    Participant

    I have removed the optionsbar. I’m currently looking for the code to move the vcard image from the main profile content area into the userbar and widening the width of #main-column.

    @wordpressfan

    Participant

    @allenweiss – The lack of stickies (as well as a directory) on the forum’s front page does need attention in future updates. I understand both items could create a cluttered forums area, but they should be options (perhaps in the forums setup area) available to site administrators.

    Currently, forums appear to be an after-thought tacked onto groups, when actually, user behavior makes me think the focus should be reversed; the majority of users, once logged in, head to the forums area, not a group.

    @wordpressfan

    Participant

    Thank you, John James Jacob. I know it is small, but it would be akin to a coder seeing a missing “endif” or an absent “;” — stands out like a sore thumb.

    @wordpressfan

    Participant

    @stwc — I use the Welcome Pack to automatically add new members to an “Announcements” group. This group includes topics such as system rules, FAQs and other information new members need to know. My first “sticky” subject: how the forums work.

Viewing 25 replies - 26 through 50 (of 103 total)
Skip to toolbar