Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '+.+default+.+'

Viewing 25 results - 4,976 through 5,000 (of 6,785 total)
  • Author
    Search Results
  • #105528

    Yeah it’s the plugin version I am playing with. I just discovered the page template that is in the default theme folder for recent topics. So I created a /discussions page and also gave my forum base the slug /discussions and it seems to be working, I don’t know if that could lead to any conflicts or not though?

    I will look through the sticky topic to see about the tags. Thanks.

    #100392
    Rick Lewis
    Member

    I am finally getting my forums back on track after a major issue with the group forums. I still need help with styling as the default theme does not seem to work for me unless it is suppose to look like crap. The link to my site is in the post above this one as I didn’t want to post it again. I can’t post an image of it or I would do that as well.

    Can someone help me get this thing looking the right way?

    Thanks.

    #105492
    Rick Lewis
    Member

    I am finally getting my forums back on track after a major issue with the group forums. I still need help with styling as the default theme does not seem to work for me unless it is suppose to look like crap. The link to my site is in the post above this one as I didn’t want to post it again. I can’t post an image of it or I would do that as well.

    Can someone help me get this thing looking the right way?

    Thanks.

    #100366

    In reply to: Custom topic Fields

    Sounds good.

    I’ve found working with the plugin to be pretty easy. Beneath all of the code, it’s still wordpress at heart.

    The next thing I want to try out is modifying the single topic loop to display certain topics with a different style, something similar to a featured post on a blog.

    This is where the meta box was needed, adding a check box to notify the loop to use a different style for those topics.

    The default theme has something similar already in place with the first topic posting having slightly larger text than the replies. An additional conditional check should do the trick.

    #105466

    In reply to: Custom topic Fields

    Sounds good.

    I’ve found working with the plugin to be pretty easy. Beneath all of the code, it’s still wordpress at heart.

    The next thing I want to try out is modifying the single topic loop to display certain topics with a different style, something similar to a featured post on a blog.

    This is where the meta box was needed, adding a check box to notify the loop to use a different style for those topics.

    The default theme has something similar already in place with the first topic posting having slightly larger text than the replies. An additional conditional check should do the trick.

    #100358

    In reply to: Custom topic Fields

    “Did you have to call any additional function to add meta boxes? Have you tried that yet?”

    Nope. Using the default wordpress code should work. Just remember to set the correct page type (forum/topic) or you wont see it.

    Here is part of my code so you can see where I changed the page type to the “topic” custom post type.

    $meta_boxes[] = array(

    ‘id’ => ‘forum_options’,

    ‘title’ => ‘Forum Options’,

    ‘pages’ => array(‘topic’),

    ‘context’ => ‘side’,

    ‘priority’ => ‘core’,

    #105458

    In reply to: Custom topic Fields

    “Did you have to call any additional function to add meta boxes? Have you tried that yet?”

    Nope. Using the default wordpress code should work. Just remember to set the correct page type (forum/topic) or you wont see it.

    Here is part of my code so you can see where I changed the page type to the “topic” custom post type.

    $meta_boxes[] = array(

    ‘id’ => ‘forum_options’,

    ‘title’ => ‘Forum Options’,

    ‘pages’ => array(‘topic’),

    ‘context’ => ‘side’,

    ‘priority’ => ‘core’,

    #95237
    jonkristian
    Member

    Just create a page and copy over the page template from the default theme:)

    #100351

    In reply to: Custom topic Fields

    Thought I’d update the fun.

    Made a couple of custom loops to grab the forums and topics. Plain ‘ol wordpress custom queries, nothing new or special and added support for post thumbnails.

    Working like a charm.

    With the queries I’m able to list forums or topics anywhere on the blog and the thumbnails just add in some extra coolness, similar to how buddypress uses images for groups but I’ve extended it so any forum or topic can have it’s own thumbnail using default wordpress features.

    Now, I need to remember how to write a filter so I can modify the custom post types through the theme functions and not mess with the core plugin code.

    #105451

    In reply to: Custom topic Fields

    Thought I’d update the fun.

    Made a couple of custom loops to grab the forums and topics. Plain ‘ol wordpress custom queries, nothing new or special and added support for post thumbnails.

    Working like a charm.

    With the queries I’m able to list forums or topics anywhere on the blog and the thumbnails just add in some extra coolness, similar to how buddypress uses images for groups but I’ve extended it so any forum or topic can have it’s own thumbnail using default wordpress features.

    Now, I need to remember how to write a filter so I can modify the custom post types through the theme functions and not mess with the core plugin code.

    #38366
    Rick Lewis
    Member

    I would like to know how I get my forum to look like the bbpress forum?

    Using the default theme it doesn’t even come close to what is shown here in on the forum. Same with the other themes I have checked out.

    If possible I would like to know the easiest way to get some type of navigation links in the header so people can get back to the main site areas.

    I assume the new plugin will fix that part but until then I just need some basic styling to get it working smoothly.

    Currently I have a list of discussions and topics a mile long down the page then the forums are underneath with sub forums underneath that.

    Do note I imported this from PHPBB. It wasn’t like that on there but I can understand having to deal with some general issues with the conversion process.

    Any help is greatly appreciated.

    My site is here http://crosseyedgaming.com/site-forums/

    #95196
    jonkristian
    Member

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

    #38334

    Topic: Theme like bbpress.org

    in forum Themes
    TechHelp24
    Member

    Hello,

    I’m looking for a Theme like the current bbpress.org Theme.

    is this for Download available ?

    I’m using currect the Default Theme, but the Formur field is to small, now i want to change whit another one.

    thanks.

    #95189

    The default WordPress roles/permissions are really awesome, but there’s no UI to customize them to fit your specific wants and needs. If there’s a need to change the capabilities, that can be done with relative ease with a supplemental plugin to change the defaults. bbPress is meant to be flexible, so it should adapt with whatever you throw at it too.

    #95186

    @binhdo – The login page specifically does some hi-jacking now that it shouldn’t. Regarding permissions, any registered user can view or post in the forums. Only Admins/Super Admins can create/edit/trash/delete forums. Moderators can spam/trash/edit topics and replies. New use roles can be created relatively easily, and there will be both a “Super Moderator” and a remix of the “Bozo” plugin soon after release. Some additional measures were put in place to assure that the ‘default role’ was always able to post in the forums, because in multisite installations it’s possible a registered user may not actually have a role at all.

    Regarding your permalink issues earlier, last night I made sure that the WordPress rewrite rules get a hard flush when bbPress is activated, deactivated, and when the settings page is saved. In the future the bbPress ‘slugs’ will get moved to the WordPress Settings -> Permalinks page, alas at the moment there’s a core bug that doesn’t allow the settings API to insert additional fields there.

    #95180
    Arjun S Kumar
    Participant

    @binhdo

    I’ve had similiar issues on my XAMPP server like when the permalink structure is changed I get 404 error. Its just a mod rewrite error of the local server installation. Even with the kind of permalink you said, you wont be able to view a post too, you’ll be getting same error. The default permalink works fine on local server. There is nothing wrong with bbPress. ;-)

    #95176
    binhdo
    Member

    Just installed the latest version of the plugin on my local testserver. Unfortunately, my first impression was that it did not work at all since whatever I tried, WP would always redirect anything related to bbpress to the 404 / Page not found, regardless of which theme (default TwentyTen / bbpress Theme) was activated.

    I noticed that turning off WP’s rewrite engine eventually did the trick, although I would not consider this to be a real solution. Maybe there’s something wrong with the url rewriting handled by bbpress. The base path to my WP in my setup is like ‘http://localhost/wptest/’.

    #100306
    Gautam Gupta
    Participant

    pkiula: You would need to write a plugin on your own for that. Just check the code related to that, and find & use the hooks nearby. ;)

    #105406
    Gautam Gupta
    Participant

    pkiula: You would need to write a plugin on your own for that. Just check the code related to that, and find & use the hooks nearby. ;)

    #100305
    pkiula
    Member

    This is awesome. Can’t wait! Thanks.

    Another question. Some of us run websites with big user databases ourselves. Is there an easy way to integrate external databases with BBpress?

    I mean, something like this:

    1. User registers

    2. Data is put in MYDB

    3. Same data is also put into BBPress DB (need to know exact tables, and other info such as cookie hashes or SHA1/MD5 principles for password etc)

    4. When user logs in, I set my cookies etc, but also BBPress cookies

    5. User feels that he has logged into my website (based on my cookies) and also BBPress (based on BBP cookies)

    Is this easy to do? Tried searching for some instructions, but couldn’t find anything.

    Thx

    #105405
    pkiula
    Member

    This is awesome. Can’t wait! Thanks.

    Another question. Some of us run websites with big user databases ourselves. Is there an easy way to integrate external databases with BBpress?

    I mean, something like this:

    1. User registers

    2. Data is put in MYDB

    3. Same data is also put into BBPress DB (need to know exact tables, and other info such as cookie hashes or SHA1/MD5 principles for password etc)

    4. When user logs in, I set my cookies etc, but also BBPress cookies

    5. User feels that he has logged into my website (based on my cookies) and also BBPress (based on BBP cookies)

    Is this easy to do? Tried searching for some instructions, but couldn’t find anything.

    Thx

    #100304
    Gautam Gupta
    Participant

    pkiula: That’s what we are working on. bbPress is now being made a WordPress plugin which would seamlessly integrate.

    #105404
    Gautam Gupta
    Participant

    pkiula: That’s what we are working on. bbPress is now being made a WordPress plugin which would seamlessly integrate.

    #100303
    pkiula
    Member

    1. That’s why I said “also”. Which means I recognize that BBPress has a plugin system. But Vanilla and other such options exist.

    2. I do not want the bloat of PHPBB etc. That’s why I come to BBPress.

    You’re missing my point. If BBPress cannot give me absolutely effortless WordPress integration, then there’s no reason for me to bother with this premature software. Vanilla does all I need, and does it better.

    However, if you can make WordPress integration seamless, the default, and open to most plugins (such as spam protection or text editing boxes, etc) then you have a fan.

    #105403
    pkiula
    Member

    1. That’s why I said “also”. Which means I recognize that BBPress has a plugin system. But Vanilla and other such options exist.

    2. I do not want the bloat of PHPBB etc. That’s why I come to BBPress.

    You’re missing my point. If BBPress cannot give me absolutely effortless WordPress integration, then there’s no reason for me to bother with this premature software. Vanilla does all I need, and does it better.

    However, if you can make WordPress integration seamless, the default, and open to most plugins (such as spam protection or text editing boxes, etc) then you have a fan.

Viewing 25 results - 4,976 through 5,000 (of 6,785 total)
Skip to toolbar