Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 38,176 through 38,200 (of 64,532 total)
  • Author
    Search Results
  • #100340
    zaerl
    Participant
    #95204
    Ricardo
    Participant

    Quick localizationlanguage question…

    if i want to display the forum in another language, (only what the user sees admin panel can stay in english) what do i need to translate? i opened bbpress.php and found:

    // Forum labels

    // Topic labels

    // Reply labels

    // Topic tag labels

    found some more labels on php files here:

    bbp-themesbbp-twentyten

    what do i need to translate in order to have bbpress in another language (only what the user sees)?

    #38339
    Ladyelav
    Member

    I’ve been trying to install bbpress to my local host. I download and extract the file, and then rename it Forums. It is then in my directory for the site. When I enter the link for the local host and /Forums, I get all these deprecated errors. what I’m I doing wrong?

    Please help!

    Ladyelav

    #95203
    miruru
    Member

    I can now see that you’ve fixed the issue with the new topic form displaying the last topic or post in the “Create new topic in: “the name of the last forum/last post” section. However the new topic form now appears on the forum index page which it was not there originally. I assume that this shouldn’t be there either?

    #95202
    jonkristian
    Member

    Ok no problem, happy to help:) By that, do you also know why the replies aren’t coming up unless i edit each reply and hit update?

    Or is that more a migration issue?

    #38344
    ishanexd
    Member

    Basically I tried to change the time zone and it gave me a server error; http error 500. I thought it was from something I changed so I downloaded bbpress and replaced my options-general.php with the stock file. I can no longer access general settings now and I am unsure as to why. Thanks for the help.

    #95201

    Thanks for testing that. I’ll take a look at what’s going on. I think I know wha’s up. :)

    #105250

    In reply to: Import from SMF

    Gautam Gupta
    Participant

    The first image looks fine to me. Probably some post text is showing up before the proceed statement.

    In the second image, there is an error saying that there was a url that was long and is not allowed in bbPress. You would have to probably remove those manually and re-run the script.

    The third is also an error. Please delete all topics and posts from the database, not from the front-end as it doesn’t actually deletes them.

    #100150

    In reply to: Import from SMF

    Gautam Gupta
    Participant

    The first image looks fine to me. Probably some post text is showing up before the proceed statement.

    In the second image, there is an error saying that there was a url that was long and is not allowed in bbPress. You would have to probably remove those manually and re-run the script.

    The third is also an error. Please delete all topics and posts from the database, not from the front-end as it doesn’t actually deletes them.

    #105316
    jonkristian
    Member

    During migration something is missing, the permalinks in replies contains the original title, which makes them unusable.

    I tried running a mass edit on all replies but that did not work. strangely, only when editing a reply manually did it work.

    #100216
    jonkristian
    Member

    During migration something is missing, the permalinks in replies contains the original title, which makes them unusable.

    I tried running a mass edit on all replies but that did not work. strangely, only when editing a reply manually did it work.

    #95200
    jonkristian
    Member

    Some feedback (All errors in the backend):

    – Pagination returns internal server error for replies.

    – I cannot filter by topics in replies, works fine in topics.

    – Date filtering also returns internal server error.

    – Search replies also returns internal server error.

    I did change the view on replies to list all of them, then i mass edited forcing the permalinks to get updated, that did not work.

    But it works when editing each reply manually.

    #95199
    jonkristian
    Member

    Looking great! Still not able to pick up replies when viewing, they come up fine in the backend though.

    EDIT: Just figured out why replies aren’t showing up, it’s because the permalinks contains the title, in this case it came up with spaces.

    Any way to automatically convert all replies with usable permalinks?

    Never mind, I just ran bulk edit and then hit the update button and voila, new permalinks:)

    #95198

    @miruru – Yep, same as before.

    I fixed some issues with conflicting $post globals and multiple queries and loops tonight. Was a regression from some $wp_query clean-up I did a few days ago. Apologies. :)

    Aiming for alpha release going in WP plugin repo and available in your dashboards on Wednesday, barring any unforeseen disasters. So test!

    #95197
    miruru
    Member

    As the bbp theme is now a child theme, will the code: add_theme_support( 'bbpress' ); still work?

    Edit: I’ve managed to answer my own question. I thought the bbpress folder was in my theme but it wasn’t. It’s now there and working.

    Keep up the great work on this as so far it’s fantastic.

    #95196
    jonkristian
    Member

    One thing regarding themeing. It would be awesome if we could use all default templates, but exclude the css only.

    #38328
    Rick Lewis
    Member

    I have successfully moved by vbulletin site into phpbb3 and now ready to finalize the moved to bbpress. I had done a test on this process twice in the past and confirmed the steps and all that jazz but the last part is where I always get hung up.

    Generally in the integration of the bbpress and wp users and logins.

    Seems that may be again the issue but even prior to converting the data into bbpress.

    My current site is a WPMU and has buddypress with bbpress standalone already connected. So, there is no bb_users table. When I run the convertor it of course is looking for that table and returns an error which kills the process.

    knowing how sensitive this dang thing is I thought I would ask for some advice and help first prior to just trying to create tables and/or modify this convertor files. Both things I truly have little clue on how to do properly.

    Some added info – I do have a users table and that is what is connected to WP and the last step in the conversation process is actually to rename the bp_user table to users if you intend to use WP for your users versus BBP. This is something I don’t want to change as it currently works just fine.

    Finally, incase someone has a completely other solution here is what I got..

    PHPBB3 has all my posts and users and is installed on the same domain as WPMU and BBP. It is also sharing the same database.

    I have confirmed the phpbb forum works just fine with the users and my WPMU with BBP also works just fine. I would like to dump the phpbb and use bbp. I then am hoping to check into the bbp plugin.

    Thank for all help and advice.

    #95195
    jonkristian
    Member

    I went ahead and installed the plugin, also migrated from a standalone forum, it’s looking pretty good but I get a Internal Sever Error when visiting Replies, anyone else have this problem?

    Also, none of the replies comes up in any topics, is this a migration issue or is it just that the code isn’t finished?

    #95194

    General update – bbp-twentyten has been converted back into a child theme of twentyten. It was previously made a parent theme to make development easier, but now that theme compatibility is mostly finished, it’s no longer necessary. This cuts down on the size of the installable by almost half, avoids inadvertently forking the TwentyTen theme (we shouldn’t need to keep on top of updates) and should set a better example on how to make a compatible bbPress child theme for your existing theme.

    Theme theme theme… theme. :)

    #95193

    @jaja.. – That is strange, because I’m also on MAMP on OSX.

    @spiralspeaks – The permalink structure is a product of the way that WordPress handles them. Thankfully it shares this with BackPress/bbPress so it should match existing installs to new installs without skipping a beat. Custom post types, however, currently require their ‘slug’ to precede the actual post_name, which is how WordPress knows which template to serve up.

    #95192
    Jaja..
    Member

    I can’t get it work locally.

    I can do whatever i want but the WordPress admin doesn’t find the plugin in the plugin folder.

    While if i place the bbPress plugin inside my online WP version i can activate the plugin and i will get the msg to switch to a different (twentyten theme)

    Very strange this local bug.

    Using MAMP on a Mac OSX.

    #95191
    Spiralspeaks
    Member

    Good Evening,

    Hey there… I wanna ask how can I fix this thing…

    I recently found bbPress plugin, it is great to be installed in a wordpress blog it promotes more interaction for the site. so i installed bbPress in my blog.. but my problem is…

    The url for the forums is too long… when the forum base is present..

    :bbpress.org/ forums/ forum/ tutorial-guide/

    I want to shorten it

    from :bbpress.org/ forum base/ forum/ tutorial-guide/

    to :bbpress.org/forum base/ tutorial-guide/

    plus my concern is if I use

    :bbpress.org/ forum base/ forum/

    creates duplicate content with

    :bbpress.org/ forum base/

    and the user profiles

    How can I put Latest user post and topics in wordpress profiles??

    Any help thanks… I’ll be waiting :)

    Correction its subdomain install

    #95190
    Rich Pedley
    Member

    I’ve been out of touch with testing, sorry.

    with regard to the bozo and akismet plugins, if these features are in then it would be useful:

    ability for admin to differentiate between bozo’ed users posts and posts marked as spam.

    ability to set thresholds to stop akismet checking users after x number of posts. this helps when some users get marked as spam all the time, alternatively ability to skip akismet for individual users. Having that in the core akismet would be extremely useful.

    #105438

    In reply to: Theme like bbpress.org

    zaerl
    Participant
    #100338

    In reply to: Theme like bbpress.org

    zaerl
    Participant
Viewing 25 results - 38,176 through 38,200 (of 64,532 total)
Skip to toolbar