Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 15,276 through 15,300 (of 26,846 total)
  • Author
    Search Results
  • #39889
    warezjasz
    Member

    Why is does even BBpress 2 looks like all other crappy forum plugins for WordPress like Mingle forum, or WP forum?

    Why the conception was changed? How to make BBpress 2 looks like good old BBpress

    (I obviously mean about 1 main board, and categories on sidebar)

    #100780

    bbPress 2.0 is a plugin with 40,000 lines of code, adding huge amounts of capability equal to WordPress posts and pages themselves. Sadly, it won’t work out-of-the-box with 100% of all themes, and it sounds like you’re one of those cases. It’s one of the first plugins to mix custom post types with theme compatibility, so you’re literally one of the first few people to use it.

    #105880

    bbPress 2.0 is a plugin with 40,000 lines of code, adding huge amounts of capability equal to WordPress posts and pages themselves. Sadly, it won’t work out-of-the-box with 100% of all themes, and it sounds like you’re one of those cases. It’s one of the first plugins to mix custom post types with theme compatibility, so you’re literally one of the first few people to use it.

    #100778

    Then don’t. :)

    Use the theme compatibility that it comes with.

    If you’re not happy with the vanilla configuration, you’re on your own to customize it. If you’re able to make a WordPress theme, you’re able to make it bbPress enabled. You just need to learn how like you did with WordPress.

    #105878

    Then don’t. :)

    Use the theme compatibility that it comes with.

    If you’re not happy with the vanilla configuration, you’re on your own to customize it. If you’re able to make a WordPress theme, you’re able to make it bbPress enabled. You just need to learn how like you did with WordPress.

    #39395
    sekinger
    Member

    I’m trying to get bbpress working with my existing wordpress site. I installed the V2 plugin but liked the look of the standalone site. So I installed the 1.0.3 standalone version. I also downloaded 3 themes to play with. I installed them in my_templates/ but when I click on “themes” on the Admin panel, it just takes me back to the main forum page. I also installed a plugin in my-plugins/ but don’t see anyway to activate it.

    I must be missing something basic here. I can’t see anyway on the admin page to configure this stuff.

    #39877
    unisphere
    Member

    Hi everyone, I’ve got a new WordPress theme support forum ready but I’m stuck in something. Registered users of the forum (Subscriber role) aren’t allowed to post certain tags in topics for security reasons.

    My question is, is there any way all code is allowed in raw format if it’s inside a CODE html tag? I believe the previous standalone version of bbpress supported this.

    Best regards

    #39876
    iamxquisite
    Member

    Alright everyone so I have installed bbpress in my blog that already existed in with wordpress.

    Now the question is I want to install a plugin into my forum but it says something about i need to put it in /my-plugins directory so i have checked under the /bbpress directory in my site which looks like /blog/bbpress and i dont see any directory called /my-plugins

    Should i just install it into the blog/wp-content/plugins will it work that way??

    #39875
    mouridis
    Member

    I’m greek and I have a WordPress blog in greek running bbpress RC4.

    The problem with using greek in your blog is the use of non-latin characters in the titles of the posts. This leads to the creation of slugs with non-latin characters and consequently pretty-permalinks with non-latin characters. That -of course- is a problem because URLs look nice in the address bar of your browser i.e.

    http://deltahacker.gr/2011/08/19/πάρα-πολύ-καλά-νέα-αυτό/

    but when you copy the URL to paste it somewhere else -in an email for example-, the same URL becomes:

    http://deltahacker.gr/2011/08/19/%CF%80%CE%AC%CF%81%CE%B1-%CF%80%CE%BF%CE%BB%CF%8D-%CE%BA%CE%B1%CE%BB%CE%AC-%CE%BD%CE%AD%CE%B1-%CE%B1%CF%85%CF%84%CF%8C/

    To resolve this problem, greek blog owners can use the plugin Greeklish-Permalings (from the words Greek & English). This plugin adds a filter on the sanitize_title function of WordPress with a new function that converts every non-latin character to a similar latin. For example, the greek alpha character “α” becomes the latin alpha character “a” and so on. So when someone creates a new post, and wordpress tries to create a slug automatically, sanitize-title is called, which is hooked to the plugin, and so a slug with only latin characters is created, even if there are non-latin characters in the title.

    You can see the code of this very small plugin on my dropbox:

    http://dl.dropbox.com/u/1816074/greeklish-permalinks.php

    The problem is that the plugin does not work with bbpress titles. If a forum or topic title contains greek (non-latin) characters, they are not converted to latin even if the plugin is enabled. Does someone know why is this happening?

    Doesn’t bbpress call the sanitize_title function? Do not plugin function filters work for custom post types?

    #100777

    I just feel like this should be a much simpler task being that this is a forum plugin made for wordpress by wordpress. Why do I have to make a theme for a plugin for my theme that I already made for it’s parent.

    I am sorry, but I refuse to make 2 themes for all of the future sites I make just to support a plugin.

    #105877

    I just feel like this should be a much simpler task being that this is a forum plugin made for wordpress by wordpress. Why do I have to make a theme for a plugin for my theme that I already made for it’s parent.

    I am sorry, but I refuse to make 2 themes for all of the future sites I make just to support a plugin.

    #108481
    Andre
    Participant

    @ghostchoja – It seems like you are trying to use a bbPress 1.0 theme with bbPress 2.0. bbPress 2.0 uses WordPress themes, not bbPress themes.

    #39866

    Topic: Some theme questions

    in forum Themes
    Adam
    Member

    if I am using a default wordpress theme, I have noticed that on the forums section site/forum/forumName there is a side bar, the themes side bar. How do we remove this?

    #108478
    tomunthank
    Member

    The bbpress 2.0 install theme bbp-twentyten and not functioning properlly. the pgn seems to missing or corrupted and does show on the install theme page in wordpress. I have not looked any of the code so i do know if there is also a code problem.

    #86834
    be.green
    Member

    As it turns out – although I deactivated and removed plugins, the WordPress plugin ‘W3 Total Cache’ leaves remnant files in wordpress’s ‘mysite.com/wp-content/’ directory that conflict with the Deep Integration.

    Upon explicitly removing those ‘W3 Total Cache’ plugin .php files ~ I was able to reinstall bbpress and Deep Integrate successfully.

    #108477
    GHOSTChoja
    Member

    Just to make your insight a bit clearer here’s what I’ve done thus far and the dead-ends I’ve encountered:

    Below I have used the instructions with the Static Red Theme:

    2. Installation


    Quick guide:

    1) If this is your first custom theme, you will have to create a directory called “my-templates” inside

    your bbPress root directory

    >>>The only BBPress directory I could find was in the WordPress ‘plugin’ directory. This gave me:

    /htdocs/wp-content/plugins/bbpress/my-templates<<<

    2) Upload entire static-red/ folder to your my-templates folder

    >>>Yep, did that<<<

    3) Activate the theme from your ACP under Appearance

    >>>This does not show anything relating to any of the BBPress themes I have installed :(<<<

    #108476
    GHOSTChoja
    Member

    Hi JJK…

    I too am losing my mind with BBPress… I’ve been using WordPress for some time and run a site for my photography business.

    I’ve just built a games site for a bunch of fellas who enjoy gaming and we’d like to use WordPress and BBPress to get a swanky forum going.

    I installed BBPress as a plugin and all seemed well until I went to the ‘Themes’ page which reads: ‘Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.’

    I’ve scoured the Net and found no answers to this issue. Can you please help so I don’t lose anymore hair?

    Many thanks!

    #108733

    In reply to: bbpress is broken?

    GHOSTChoja
    Member

    I am having exactly the same problem! I’m amazed at the lack of clarity around getting BBPress to work with WordPress.

    Oh no wait… I’m not.

    Hope someone who knows can post something useful in here.

    Cheers

    #108748

    In reply to: Forums not displaying?

    Adam
    Member

    No I said I managed to get it to work. How ever when visiting the page with the topic or forum its a WordPress page. When NOT using that code snippit i got the 404 page

    I don’t understand your sticky post on how to make a theme (I am assuming WordPress themes can be created into) compatibility with bbpress.

    for what I understand of that sticky since I am the author of my theme I go into the bbpress default theme and copy all the files out of there and paste them into my theme. This would over ride things like my css, functions and possibly other files. what would you suggest to do to get around this (instead of creating a child theme).

    So here is what I did – as I read the sticky like 10 times:

    I copied all the files, except for the style and the functions.php and pasted them into my theme. these are the files from the from the bbpress default theme and pasted into my current wordpress theme. I then added the php code snipit to my functions.php like the sticky states. I then activated it (the theme) and went to where the forums should be. I am now getting 404 errors.

    ideas?

    #108746

    In reply to: Forums not displaying?

    Adam
    Member

    I was confused by the sticky hence why I asked. Also so since I didnt do that and this is a wordpress theme how would I make it so that bbpress seamlessly integrates with it? if possibly? because with out this line I get 404 pages when going to the forum section…

    #39867
    Adam
    Member

    I have a single install of bbpress, no other plugins and i am using a theme in which I placed: add_theme_support( ‘bbpress’ ); in the functions.php file. When creating a forum and testing it out I am taken toa page where I get a 404 error….

    this theme is a wordpress theme. I managed to get it to work….No not really. the forums do not seem to work properly with ordinary wordpress themes. is there no smooth integration between the two?

    #107824

    Alright, marking this as done.

    https://bbpress.trac.wordpress.org/ticket/1622

    Latest round of commits fixes everything, including pagination. Enjoy Genesis goodness.

    //edit: i cant spell >_<

    #39864
    SRobbins
    Member

    I need a lot of help. I installed bbPress, and figured it would ask me configuration during the process… it did not.

    I have 2 problems:

    1) I dont know how to set up a link in my menu bar for my forum.

    2) I assumed it would ask me where I want to forums to exist to the outside world. I want them at http://www.mysite.com/forums. but I have no clue where it stuck them.

    the mysite.com is running wordpress right on it. A lot of the helpo I have found involves editing PHP code. While im a net geek I cant read PHP greek speak. :(

    Its a freash install so I dont need to worry about breaking thread links and the likes. Please help.

    #107820

    Patch update. Still needs testers :)

    https://bbpress.trac.wordpress.org/ticket/1622

    #107816
    David Decker
    Participant

    @WebEndev:

    I am so sorry for you! I hope I could help you out soon. I got mine working with Jared’s plugin patch – I just experimentet with his code line for the layout option and have all working like I want it.

    My above report you quoted was regarding the patch from John for bbPress core which was not working at that time (or the last time I tested it a few days ago…). So I am sorry if you got confused because of my report…

    Please have also a look here and especially for Nathan’s posts:

    https://bbpress.trac.wordpress.org/ticket/1622

    I hope this helps a bit right now. I am knee deep in important client work and might get back later here on…

    -Dave :)

Viewing 25 results - 15,276 through 15,300 (of 26,846 total)
Skip to toolbar