Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 11,801 through 11,825 (of 13,565 total)
  • In reply to: bbPress Codex

    Robin W
    Moderator

    @robin-w

    I really hope that you back up all your ideas with some actions, and that you’re not all talk.

    In reply to: My impressions so far

    Robin W
    Moderator

    @robin-w

    Jimi,

    Nice to have you aboard, and I hope that you’ll help in improving bbpress. More UX help is welcome.

    I think bbpress users split into two groups.

    1. The users that just want a simple forum as part of their web.

    Those that visit the support forum usually only need a couple of changes. this is the vast majority of bbPress users

    Biggest issues for these are

    getting it working with their theme – usually because the theme has a highly complex page.php, and these users are not code savvy, and many don’t know FTP
    registration and logging on – really a wordpress issue, but it’s the first time they come across needing to do this, as before they were the only user
    Adding simple features – since each one varies these can only ever be bespoke, and again since these people are not code savvy you need to show them child themes and functions files first

    2. Users who typically want bbpress to look like someone else’s feature rich forum

    They want all the features, look and functionality of another bb, but on wordpress. Some then complain on the forum that they don’t like the software, and why doesn’t it look exactly like xx, which is much better, much easier and has better documentation. Which kinda grates, and surely it would be better to complain to xx’s forum as to why they don’t make a version of their fantastic software to work on wordpress, rather than complain that bbpress’s software doesn’t look like theirs. This to me is a bit like complaining to Ford that their cars don’t look like Nissan.

    The issue here is that bbpress is just a plugin, written by some guys to do forumy stuff. Like all software it could be better, the docs can always be better, but the philosophy of the somewhere is to keep it light.

    So I s’pose the challenge is to help improve it so that it can work for both camps. So I really do hope you stay and add expertise, maybe go into the codex and improve the documentation – anyone can, but most don’t !

    In reply to: bbPress Codex

    Robin W
    Moderator

    @robin-w

    I sense that there are more developers than UX people around here, am I right?

    I suspect you are. There are probably less than a dozen ‘helpers’ who come on here to help others, and probably only 1/2 dozen regulars. I am not a bbPress developer, but have written several plugins for it, and enjoy the challenge of answering others’ Q’s.

    Most bbpress users want it as a tool, so only visit the site when they have an issue or want it to do something. Once fixed they are happy and don’t revisit, and are highly unlikely to contribute to improving documentation.

    The codex is a community project, and anyone can go in and help improve it. Amongst many others I have tried to make it more UX (user experience – I had to look it up !), but I have limited time, and lots of other commitments.

    If you could outline a more useful structure I’d be all for it.

    In reply to: Full Width Forum Help

    Robin W
    Moderator

    @robin-w

    @watstyl08

    What I meant was change it, and then I can use some tools to inspect it and try to help give uyou the code to resolve. Unless I can see ‘full-width’ not being ‘full-width’ I can’t help !


    Robin W
    Moderator

    @robin-w

    ok, did you filter to that code, or just replace it in the core?


    Robin W
    Moderator

    @robin-w

    Thanks for posting the result 🙂 I’ve note the code location in case this comes up again !


    Robin W
    Moderator

    @robin-w

    @netweb – hey good to hear from you, your expertise was missed 🙂


    Robin W
    Moderator

    @robin-w

    bumping in the hope that Stephen will see this 🙂


    Robin W
    Moderator

    @robin-w

    ok, given that this is on your virtual machine, how much do you want to try and fix it?

    When you go live it will work on the internet, I have the majority of my users with spaces in their usernames


    Robin W
    Moderator

    @robin-w

    Should the user get a message if the post contains a word in the moderation list. If not is it possible to do this.

    no it just goes into moderation.

    I don’t know how to change this, as it’s fairly core to wordpress


    Robin W
    Moderator

    @robin-w

    I’d try this as a non admin/keymaster and see if it works. Say set up a test user as you intend your users to be. Normally admins are allowed to override any restrictions in WP and bbp.


    Robin W
    Moderator

    @robin-w

    All I can say is that it works on google, chrome and firefox on my computer.

    In reply to: Full Width Forum Help

    Robin W
    Moderator

    @robin-w

    ok, you are using the oxygen theme as well?


    @watstyl08
    never came back and said that the code worked, and is now using a three column forum, so don’t know.

    Ok, I’d go back to the original fix, that is copy the oxygen full width template as @watstyl08 did in their very first post, and then take out the three lines as I suggested.

    Once you have done that, come back, and I’ll look at your website.


    Robin W
    Moderator

    @robin-w

    @robkk – yes just saw the other thread. Let us know what the resultant code looks like 🙂


    Robin W
    Moderator

    @robin-w

    ok, stacking can be fun, and I’m sure we can get it to work. lets start with the topics list

    bbp_get_user_favorites_link();
    bbp_get_user_subscribe_link();
    bbp_get_topic_edit_link();
    bbp_get_topic_close_link();
    bbp_get_topic_stick_link();
    bbp_get_topic_merge_link();
    <bbp_get_topic_trash_link();
    bbp_get_topic_spam_link();

    can you tell me when you would like them to display

    eg

    bbp_get_user_favorites_link(); when user is logged in and if they are participant
    bbp_get_user_subscribe_link(); when user is logged in and if they are moderator or keymaster
    bbp_get_topic_stick_link(); anyone whether logged in or not

    etc


    Robin W
    Moderator

    @robin-w

    Ok, can you remind me what you main theme is called?


    Robin W
    Moderator

    @robin-w

    Not my strong area, but I think if you reset them in

    Dashboard>settings>permalinks and change to the default that should work, or doesn’t it?


    Robin W
    Moderator

    @robin-w

    and look at the styling crib

    bbPress Styling Crib


    Robin W
    Moderator

    @robin-w

    @chakelan

    did this fix it for you?


    Robin W
    Moderator

    @robin-w

    ok, the register in the login in the sidebar works fine.

    On what page and where did you put the shortcode?


    Robin W
    Moderator

    @robin-w

    @sktrader – you didn’t provide any link !


    Robin W
    Moderator

    @robin-w

    @indrekhirsnik sorry I don’t know the answer to that one, and the bbPress import guru is I believe away at the moment.


    Robin W
    Moderator

    @robin-w

    @tomkalili

    I can only suggest that you start by setting up a forum, and then come back with any questions you have.

    to start you should follow the guides in the documentation

    Codex


    Robin W
    Moderator

    @robin-w

    ok, lets try and get this in order

    #1. get rid of the no categories
    #2. increase font for items
    #3 decrease size of forums header

    Ok we need tio sort out the theme issue – I see you as using the ‘awesome’ theme, not a child theme. Have you switched since you asked the question, or did you name you child theme awesome?

    come back and we’ll progress the issues


    Robin W
    Moderator

    @robin-w

    no, we can carry on here !

    I have to say I’m not sure whether it can take two, the codex seems to think it can be passed 2in the examples.

    https://codex.wordpress.org/Function_Reference/add_shortcode

    However you are passing an array $attr to the function, so why cant you just pass two elemenstb within that array

    $attr[‘id’]
    and
    $attr[‘id2’]

Viewing 25 replies - 11,801 through 11,825 (of 13,565 total)