Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 28,076 through 28,100 (of 64,518 total)
  • Author
    Search Results
  • #124191
    imagei
    Participant

    There’s a url for the screenshot here:

    http://imagei.co/wp-content/uploads/2012/12/forumbullets.png

    #124189

    In reply to: bbPress 2.2.3 Released

    Bowe
    Participant

    Update: We tried reverting to BBPress 2.2 or 2.2-rc2 but we’re not getting anywhere. Forums keep giving 404s for logged in users. Updating permalinks, using the forum repair tools and clearing every single type of cache does not help either.

    WP 3.4
    BuddyPress 1.6.2

    #124138

    In reply to: bbPress 2.2.3 Released

    #124119
    Stephen Edgar
    Keymaster

    The entire site here at bbpress.org is powered by WordPress and bbPress

    Have you looked at using some shortcodes on WP pages to get what you are after?
    https://codex.bbpress.org/shortcodes/

    Theres widgets too https://codex.bbpress.org/widgets/

    #124117

    In reply to: bbPress 2.2.3 Released

    Bowe
    Participant

    I can confirm that this also happens on our PressCrew forum (http://community.presscrew.com/discussions). The forum is available for logged out users and us (the admins) but mods, participants are getting 404s. From the forum index to single topics/forums.

    #124116

    In reply to: Import Forum and Theme

    Lynq
    Participant

    You will have to recreate the theme for bbPress.
    You might find this helpful for getting started: https://bbpress.org/forums/topic/i-have-created-a-bbpress-starter-theme-with-a-phpbb-look-and-feel/

    Good luck!

    #124114
    imagei
    Participant

    nope….
    OK – here is some of the code from firebug. :

    #bbpress-forums ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    }
    #bbpress-forums li {
    list-style: none outside none;
    margin: 0;
    }

    These are the styles that I would have thought controlled the bulleting of lists but the code seems to already indicate no style for the unordered lists?
    I have tried adding both:

    list-style: none;

    and:
    list-style: none !important;

    and:
    list-style: none outside none !important;

    to all of the #bbpress style entries that I can find (only in firebug preview, not actual changes) but the little blighters remain steadfast.

    ?????

    #124111
    imagei
    Participant

    I tried to screenshot it because I’ve set it up behind a hosts entry. here we go again:

    #124110

    In reply to: bbPress 2.2.3 Released

    Dobbelsoft
    Participant

    Here still no solution 🙁
    Only keymasters and spectators can view the forum pages (and guests)
    If you are a moderator, participant or blocked you get a 404 page.

    #124108
    apet083
    Participant

    Hi Stephen @netweb. I just tried creating a WordPress site from scratch with bbpress. When I clicked on reply it redirected me back to the wrong page again. It seems like its my settings with IIS.
    If I use the WordPress default permalink structure (no rewrite) it still does the same thing.

    What could be in your IIS that I don’t have? Where would this setting be located?

    Also, what version of PHP and MySQL do you have? I have PHP 5.3 MySQL 5.1

    Thanks

    #124067
    Clicknathan
    Participant

    What’s your forum’s URL / website addres, imagei?

    #124066
    royho
    Participant

    This is done in CSS. You should use a dev tool like firebug or chrome dev tools and inspect the element in question. It will tell you what CSS rule is styling that part.

    #124065
    yupipi
    Participant

    Hi, I want to replace the admin menu “Forums” to a Japanese expression.
    I have found in bbpress.php that labels including “Forums” is replaced with the function ‘__’
    but somehow it is not working. The menu remains in English.

    I created bbpress-ja.mo from bbpress.pot, and placed the file in the language folder.
    It is including “Forums” and its translation.
    Any help or suggestions?

    BTW, the translation for user pages (“Voices””Posts” etc.) and
    for admin settings (messages in includes/admin/settings.php) is working.
    Troubles only with bbpress.php.

    WordPress: 3.5
    bbPress: 2.2.3
    Theme: skeleton

    #124063
    Juba
    Participant

    Hi
    I recently instaslled bbpress on my blog at http://tenerifeforum.org.es
    The page with the install is titled “forum”.

    Prior to this, the blog has been using All in One Seo plugin and everything works perfectly.
    Since I installed bbpress, the WP toolbar does not give the option to edit the forum page.
    The only way I can access it is by going into admin – pages and then edit.

    That’s ok if it works that way but now the title and description tags are not being picked up from All in One Seo and it just shows the default exerpts as description and page title.

    The page had already been optimised from a previous Mingle install so if someone knows why the metas are not being picked up, I’d be very happy as it really has me baffled.

    Thanks

    #124062
    imagei
    Participant

    I’ve tried to post a screenshot but the img function seems to be a bit sticky??

    #124061
    imagei
    Participant

    Hi there,
    I’ve created a forum with bbpress and it’s covered in bullet points. It is referencing my theme really well apart from this one failing. I don’t want to turn them off for the whole site as they are used frequently else where. I just need to turn them off for for bbpress. Can someone please advise me how I would do this???
    Someones help would be greatly appreciated.

    #124059

    Topic: tt tag

    in forum Themes
    Senky
    Participant

    Hello,
    I just installed bbPress and wanted to change style to fit my custom theme, when I stuck in finding where is tag added, because it completely replaces my fonts. I was trying to find it using “grep” function in console, however it did not find anything.

    Could you, please, tell me, how can I remove that tag?

    Thanks in advance!

    #124058
    Clicknathan
    Participant

    http://bbpress.org/forums/

    That is the specific functionality I want for my forum, but can’t seem to find something that can do just that in the default theme or widgets.

    Specifically, I want to show a list of most recently replied to topics and have the link to the latest topic (such as the timestamp links to on the main /forums/ page here).

    #124057
    lemond404
    Participant

    What does everyone use to screen registrants before allowing access to private forums? Is there bbpress functionality I’m missing?

    Thanks!

    #124056

    In reply to: Import Forum and Theme

    Angelheart29
    Participant

    Another question :

    When the database is imported from phpbb to bbpress, do the old database stay put or she is erased ?

    Because i want to keep the old forum one day before migrate to the new forum.

    #124034

    Topic: Import Forum and Theme

    in forum Themes
    Angelheart29
    Participant

    Hello,

    I want to import a phpbb forum to bbpress, i know there is a tool in Tools>>Forums. My question is about the theme. In Phpbb we have a particular theme, can we adapt the theme to Bbpress ? Is the theme imported with the database ? Or we have to re-create the theme for WordPress and bbpress ?

    Thanks in advance !

    #123910

    In reply to: bbPress 2.2.3 Released

    erwinodendaal
    Participant

    @Casyi
    Thanks! Your sollution worked here as well.

    #123865
    erwinodendaal
    Participant

    Yesterday I stated a question on themehybrid.com, the payed forum of Justin Tadlock. He responded within 6 hours. He seems to care.
    Why does no one of the bbPress team seems to care that because of an upgrade people are in trouble (or in my case their clients). No response, no possibility to contact anyone of bbPress. Please make bbPress a payed plugin and start providing decent support!

    #123863
    sayumi19
    Participant

    Hello.

    I use bbPress with BuddyPress.

    When the participant roll user make topics, and replies, they can edit their own articles by clicking edit link. But 5 minites later, the edit link disappears.

    How can i fix it ? I hope to have good advice. Thank you for reading.

    AutomatedKid007
    Participant

    Maybe, maybe not. Or not really. Let me explain. Say, for example, you had several hundred groups in buddypress and overtime users (if the option is chosen where users can create their own) decided to change their names for whatever reason, 1) bbpress wouldn’t show any of those changes, at least that’s what I’m seeing; 2) using your example of manually doing it, someone would literally have to try to figure out what the former name was to the new name, locate it, change it along with the slug hoping the new name and slug don’t cause any current conflicts -not to mention potential mass headaches, drama, and a well deserved reason to quit; or 3) i’m not sure it’s even worth to continue to use bbpress if there isn’t more of an integration between the two plugins. Is just make any logical sense that a bp group name change doesn’t pass through to bbpress.

    So John, are you saying this is all by design? Why is that?

Viewing 25 results - 28,076 through 28,100 (of 64,518 total)
Skip to toolbar