Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 17,076 through 17,100 (of 26,877 total)
  • Author
    Search Results
  • @Pagal Increase your resolution

    Corsari
    Member

    @ kevinjohngallagher and @ the rest of the bbpress staff.

    I landed on bbpress searching for a nice forum, and i’ve found it because I do use wordpress.

    Well, as any other person, I’m impressed by the apperiance and because I found it really attractive, I decide to download and mess myself up to install it and get it working (not much hard to be true).

    When at the end I find that the look and mainly the page setup is totally different… you should understand @TheNet (who started this topic).

    Anyway, I think that bbPress staff, should at least release such kind of three columns layout for the main page.

    This for the simple reason that there is a number of new bbpress users that would start using this forum because they like as they see it and also because it is more logic and readable such kind of layout.

    The same % of people, and I suppose they are not the minimum part, is choosing wordpress and would choose bbpress, because they are simple and effective without being an html-css-php-GURU

    This may potentially lead to have them to try bbPress out, see that this kind ot theme layout is missing, see that is not easy to find bbPress themes out there and f**k-bbPress-off :-(.

    Not realy a good idea in terms of bbPress spreading.

    Hope bbPress staff will think about this.

    Corsari
    Member

    @ kevinjohngallagher and @ the rest of the bbpress staff.

    I landed on bbpress searching for a nice forum, and i’ve found it because I do use wordpress.

    Well, as any other person, I’m impressed by the apperiance and because I found it really attractive, I decide to download and mess myself up to install it and get it working (not much hard to be true).

    When at the end I find that the look and mainly the page setup is totally different… you should understand @TheNet (who started this topic).

    Anyway, I think that bbPress staff, should at least release such kind of three columns layout for the main page.

    This for the simple reason that there is a number of new bbpress users that would start using this forum because they like as they see it and also because it is more logic and readable such kind of layout.

    The same % of people, and I suppose they are not the minimum part, is choosing wordpress and would choose bbpress, because they are simple and effective without being an html-css-php-GURU

    This may potentially lead to have them to try bbPress out, see that this kind ot theme layout is missing, see that is not easy to find bbPress themes out there and f**k-bbPress-off :-(.

    Not realy a good idea in terms of bbPress spreading.

    Hope bbPress staff will think about this.

    #97814
    pagal
    Participant

    @Ashfame… Please request to wpwebhost to remove stupid social icons or change their style or placement. I can’t read your post because of this shit. See it here

    I don’t know why people don’t understand how to adjust graphics in various screen resolutions.

    Hope you’ll never mind. :)

    pagal
    Participant

    @Ashfame… Please request to wpwebhost to remove stupid social icons or change their style or placement. I can’t read your post because of this shit. See it here

    I don’t know why people don’t understand how to adjust graphics in various screen resolutions.

    Hope you’ll never mind. :)

    #94678
    aja2010
    Member

    I currently have several sites running standalone bbpress.org with deep integration. How would I convert over when this new plugin is developed?

    I would echo ricardouk views that It would make sense to just display the forum on a wordpress page to avoid the hassle of fiddling with different themes.

    What is likely to be in the core? I would like to have plugins in the core or optionally built in and maintained as core plugins specifically these ones.

    Adsense for BBPress

    Ajaxed Quotes

    Akismet

    Allow Images

    BBClitcha

    BBCode Buttons

    bbPM

    BBVideo

    Terms of Service

    I would think all of them should be in the core except maybe Adsense for BBPress

    I am not a computer guy but if you want a dummy tester I would fit the bill

    #36284
    pbul2004
    Member

    Hi,

    I want to have a link on my WordPress site called ‘Forum’ in the navigation bar. When clicked on all i want is a simple forum like on wordpress.org and similar to this forum here.

    How easy / hard is this to do? People have told me its a nightmare to do with bbpress and an existing theme.

    Any help would be great,

    Thanks

    Paul

    #94677
    Ricardo
    Participant

    There won’t be loads, but I’m confident there will be a few. But more importantly there will be documentation on how to adapt existing themes. This is where child themes come in really handy.

    WordPress has themes, and bbpress as a pluggin will have themes aswell?

    Why not “copy” simple:press “aproach” to this… the forum is displayed on a wordpress page, no fidling with themes, if bbpress was a standalone software like it was untill now its logical to have themes, but in my opinion having themes for a pluggin its to much… my 3 cents anyway…

    #97813
    #94672
    Ricardo
    Participant

    Rich Pedley wrote:

    “in time you’ll see a few themes that are bbPress ready. “

    Is this true? the new version will use is own themes? if the next version is a wordpress pluggin, having its own themes its kind of odd.

    #97812
    Corsari
    Member

    Now I’ll read as many docs I can, but I would suggest bbPress documentation editors to write in an explicit way

    https://bbpress.org/documentation/integration-with-wordpress/

    if the existent WordPress theme is automatically applied or if this is not possible, if it must be hacked or what ever :-)

    Thank you

    R.

    Corsari
    Member

    Now I’ll read as many docs I can, but I would suggest bbPress documentation editors to write in an explicit way

    https://bbpress.org/documentation/integration-with-wordpress/

    if the existent WordPress theme is automatically applied or if this is not possible, if it must be hacked or what ever :-)

    Thank you

    R.

    Corsari
    Member

    Dear friends, from my perspective, integration is mainly meant as sharing and or apply the existent WordPress theme to my brand new bbPress forum.

    “users sharing” is not my first issue, I could also say I don’t even care about sharing users, to be true, in my personal case I don’t want forum users to act in my blog.

    Now, what about my customized WP theme?

    How to use it with bbPress?

    How to integrate bbPress theme with my customized wordpress theme?

    Thank you for any tip, link and or instruction.

    Ciao

    Robert

    You mean you are redirected to WordPress dashboard when you click any submit button in bbPress dashboard?

    You mean you are redirected to WordPress dashboard when you click any submit button in bbPress dashboard?

    #94671

    You can add your input on the bbPress Forum Profiles over in the relevant Trac Ticket JJJ opened a few days ago, I already added my own thoughts back then too, but in general the ”framework” is there with the WordPress Profile, it might just need a little extra stuff! https://trac.bbpress.org/ticket/1364

    Hi,

    I’ve been very careful with a fresh install of bbPress and testing functionality at each step of integrating with WordPress. I have the problem narrowed down to this code snippet that goes into the bb-config.php file:

    /* Deep integration */

    if ( !defined('ABSPATH') && !defined('XMLRPC_REQUEST')){

    define('WP_USE_THEMES', false);

    include_once(dirname(__FILE__) . '/../wp-blog-header.php' );

    header("HTTP/1.1 200 OK");

    header("Status: 200 All rosy");

    }

    No feedback yet (it was Thanksgiving Day yesterday after all) but I hope this will help you, help me.

    Best Regards, Karl

    Hi,

    I’ve been very careful with a fresh install of bbPress and testing functionality at each step of integrating with WordPress. I have the problem narrowed down to this code snippet that goes into the bb-config.php file:

    /* Deep integration */

    if ( !defined('ABSPATH') && !defined('XMLRPC_REQUEST')){

    define('WP_USE_THEMES', false);

    include_once(dirname(__FILE__) . '/../wp-blog-header.php' );

    header("HTTP/1.1 200 OK");

    header("Status: 200 All rosy");

    }

    No feedback yet (it was Thanksgiving Day yesterday after all) but I hope this will help you, help me.

    Best Regards, Karl

    #94665
    Rich Pedley
    Member

    gswaim, test it out and see if it does what you want – I’d be inclined to say yes.

    http://wordpress.elfden.co.uk/forum/

    I update every few days, so it is fairly upto date.

    Hi,

    I hope someone can help me here, I’ve tried Googling and searching this forum but haven’t been successful in finding an answer.

    WordPress 3.01 using TwentyTen theme

    bbPress 1.02 using modified Kakumei theme.

    Single database with additional chars added to table names (e.g. wp_obscure_)

    I integrated WordPress and bbPress by following this tutorial by Ashfame.

    I can access the bbPress Dashboard but I cannot make any changes to the Settings or (more importantly) add new Forums or sub forums – I am redirected to the WP dashboard when I press the “Add Forum” button (or similar submit elsewhere).

    Naturally, I can’t be going into the database each time a new forum is required.

    Best Regards, Karl

    #94653
    DeysonOrtiz
    Participant

    @ Rich: All the other plug-ins show up fine.

    @ CitizenKieth: I am using cyberduck for my uploads, I never had a problem like this before.

    I have also tried to install bbpress on 3 other wordpress websites of mine and it does not show either, they are all on the same hosting company, and they all have the latest wordpress.

    #97160
    Rich Pedley
    Member

    I’d totally agree if there was built in functionality within WordPress for image uploads by subscribers… which there isn’t.

    hence better served by a plugin ;)

    #102260
    Rich Pedley
    Member

    I’d totally agree if there was built in functionality within WordPress for image uploads by subscribers… which there isn’t.

    hence better served by a plugin ;)

    #97159
    qprints
    Member

    Hi Rich

    I understand that argument for as the standalone versions, but if the functionality is already there to use in wordpress, why not use it as default?

Viewing 25 results - 17,076 through 17,100 (of 26,877 total)
Skip to toolbar