Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 13,651 through 13,675 (of 14,294 total)
  • In reply to: Login doesn't work

    @robin-w

    Moderator

    try typing your url followed by wp-login.php into the address bar

    eg

    http://www.mysite.com/wp-login.php

    and then login and then logout

    Then try the widget again

    I have had similar issues on occasions, and to me it seems like wp-login gets itself confused as to whether you’re logged in or not. This seems to reset it.

    Come back if that doesn’t work

    In reply to: Paid User

    @robin-w

    Moderator

    s2 member plugin is used by a lot of people, but haven’t used it myself.

    In reply to: Font Size issues

    @robin-w

    Moderator

    ‘I’m using the newest bbPress plugin as well as the updated version of WP 3.8.1. My site is novasev.com. You can see this issue by navigating to the Requests under Rainmeter forum and then the forum under NovaSev.com Administration.’

    sorry couldn’t follow this as I can’t see how to get to the rainmeter forum from the menu.

    Can you post two specific links and more detail on what is different in each

    @robin-w

    Moderator

    Check other plugins

    Check that no other plugins are affecting this.

    Turn off all other plugins, and see if that fixes the problem. If the problem is resolved, add back one at a time to see which is causing the conflict.

    Check themes

    If plugins are not the cause, then it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.

    @robin-w

    Moderator

    ok, but where does the prefix come from? Otherwise surey you just type it in the topic title?

    I suspect that this would not be easy to do automatically, but please give me more details.

    @robin-w

    Moderator

    it’s doable, but would need a large re-write of the widget code, so unless you want to dive into deep level code, I suspect that it will just look like that – sorry !

    @robin-w

    Moderator

    Can you give a specific example so that we can understand

    In reply to: No toolbar available

    @robin-w

    Moderator

    No, bbpress looks for the following files in this order for its page template

    plugin-bbpress.php
    bbpress.php
    forums.php
    forum.php
    generic.php
    page.php
    single.php
    index.php

    so as long as you have a bbpress.php it will look no further

    @robin-w

    Moderator

    Think this needs someone who is very familiar with both the theme and bbpress !

    Have you tried their official support forum

    https://wordpress.org/support/theme/atahualpa

    In reply to: Layout/format issues

    @robin-w

    Moderator

    ok had a quick look

    1) class used to display the title is bbp-forum-title
    yours seems to be right justified

    2) The career path is in the right place – but normally it’s wrapped in a <h1> header to make it a proper title

    I think these are theme related – maybe try the theme’s support forum?

    In reply to: User Profiles

    @robin-w

    Moderator

    I’m presuming the one for your wordpress site is the one on the top right that is in the toolbar? Wasn’t clear from your website as obviously I’m not logged in !

    If so, I just turn this off, it never fits with a theme anyway, and now you have a profile in bbPress you don’t need it anymore. So maybe just use the bbPress one, you can call it from menu’s and widgets, so it can be site-wide.

    @robin-w

    Moderator

    Without spending a lot of time cracking open the breadcrumb trail plugin, I couldn’t say.

    May try their support forum

    https://wordpress.org/support/plugin/breadcrumb-trail

    Hope you get fixed !

    In reply to: Order of Topics

    @robin-w

    Moderator

    Not that I know

    @robin-w

    Moderator

    showing twice is the way bbpress likes doing it !

    You can turn off the forums root slug in settings>forums

    or play with this code

    Layout and functionality – Examples you can use

    Don’t know how the latter would work with your plugin

    In reply to: User Profiles

    @robin-w

    Moderator

    Not totally sure what end result you are after, but the following plugins add a topic count and 4 extra user fields

    bbp topic count plugin


    (it’s also on wordpress plugins)

    bbp-profile-information


    (will be on wordpress plugins in a few days)

    @robin-w

    Moderator
    In reply to: Layout/format issues

    @robin-w

    Moderator

    Not sure quite how far you have progressed or not since posting, but your links don’t resolve to anything that equates to the questions.

    Let us know if you still need help !

    @robin-w

    Moderator

    So are you transferring – ie all the site and plugins worked on the old host, but doesn’t on the new?

    If so have you discussed with fatcow?

    @robin-w

    Moderator

    If you’re ok with editing file, then the template file being used is

    bbpress/templates/default/bbpress/form-topic.php

    Create a new directory in your theme file called bbpress and copy this file to there.

    bbpress will now use that file instead

    You can then edit out the notify – starts around line 155

    @robin-w

    Moderator

    The user-info for both topics and replies is in ‘loop-single-reply.php’ starts on line 41, and the hook for actions is ‘bbp_theme_after_reply_author_details’

    @robin-w

    Moderator

    looks good, have you tried it and does it work,

    If so I’ll add it to the codex

    In reply to: What is it?

    @robin-w

    Moderator

    Quite doable but not on my list of things to do.

    Maybe you’d care to craft a plugin using mine as the base.

    @robin-w

    Moderator

    @star100

    Layout and functionality – Examples you can use

    no. 14 & 15


    @bob1nz

    Thanks, I’ve updated the codex, as I say it doesn’t like switching between visual and text, and alters the code if you do. Sop thanks again it should now read correctly

    @robin-w

    Moderator

    Thanks, the editor has a habit of changing => and adding lines as you save it, so yes i’ll update.

    In reply to: No toolbar available

    @robin-w

    Moderator

    Try it with the return added !

    function add_tiny() {
    bbp_get_the_content(array ( 		
    'tinymce' => true,
    ));
    Return $args ;
    }
    add_filter ('bbp_before_get_the_content_parse_args','add_tiny') ;
Viewing 25 replies - 13,651 through 13,675 (of 14,294 total)