Ricardo (@ricardouk)

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 72 total)
  • @ricardouk

    Participant

    in case anyone is interested you can disable bbpress plugins/jquery from loading on wordpress blog pages by using “plugin organizer ”

    https://wordpress.org/plugins/plugin-organizer/

    @ricardouk

    Participant

    Hi

    I’m a internet newbie, don´t know if its because english isn’t my primary language but what you need can be easily achieved with the example i gave before,

    you want useres and admins to contact each other right? everyone that registers is a user, anonymous that don’t register dont get the PM function so its all good :)

    am i missing something? user to admin and vice versa work “in theory”. i’m going to work now but i’ll test this tomorrow after work.

    @ricardouk

    Participant

    you can assing a quota to users, if you just want admins just assign a quota to them and disable the quota to the others…see the screenshot:

    https://s.w.org/extend/plugins/private-messages-for-wordpress/screenshot-4.png

    @ricardouk

    Participant

    Just read the FAQ for that pluggin and in theory it should work with bbpress and wordpress and it has what you want (levels and quotas etc) it even offers a template for it instead of using the admin panel to check messages.

    i don´t use buddypress… perhaps someone else might help…

    @ricardouk

    Participant

    Is there a private messaging plugin for bbPress 2.0 plugin branch?

    Not sure but since bbpress uses the wordpress “users data” won’t PM pluggins designed for wordpress work with bbpress?

    https://wordpress.org/extend/plugins/private-messages-for-wordpress/

    a link on the forum ponting to http://www.domain.com/wp-admin would take users to their outbox. Not a complete and integrated solution but i think it works untill a full pluggin is developed or we could ask that pluggin developer to create shortcodes that show on bbpress if there are new messages or not and a link to see them.

    @ricardouk

    Participant

    @JJJ

    will beta 3 fix things not fixed in svn till version 3327? Thats what im using and its not fixed.

    Edit; had another quick try and its working.

    heres what i done, i’m using a twenty ten child theme, activated the child theme, copied the contents of the bbp-twentyten folder (not the folder) to the child theme root with the exception of style,css, screenshot.png and functions.php.

    at the root of the child theme i created a functions.php file from “scratch” with the following:

    <?php

    add_theme_support( 'bbpress' );

    ?>

    and voilá its working, i did this steps so many times in the morning but now its working :)

    @ricardouk

    Participant

    I’m using a child theme, bbpress v3327, copied the contents of bbp-twentytento the child theme directory, creted a page “forums” assigned bbpress index template to it but it doesnt show the forum index unless i use the shortcodes, created some forums and topics inside of them and it doesnt show either the forums when i click on them or the topics, individual links don’t work.

    Forum index (shortcode enabled)

    http://www.ricardouk.com/forums

    Individual forum permalink (not working):

    http://www.ricardouk.com/forums/forum/regras-de-utilizacao-do-forum

    individual forum link (partially not working, just shows the content)

    http://www.ricardouk.com/forums/topic/como-efectuar-o-registo-neste-forum

    all of this was working with beta 2

    @ricardouk

    Participant

    same here…

    In reply to: Traducciones

    @ricardouk

    Participant

    i downloaded the last free WPML version and i was able to create a po file with all the english strings (158 entries), we can start translating…

    @JJJ

    can we use the mo files with the latest bbpress?

    In reply to: Traducciones

    @ricardouk

    Participant

    i downloaded the last free WPML version and i was able to create a po file with all the english strings (158 entries), we can start translating…

    @JJJ

    can we use the mo files with the latest bbpress?

    In reply to: Traducciones

    @ricardouk

    Participant

    which version are you using?

    http://bbshowcase.org/forums/topic/bbpress-translation-internationalization-into-local-languages

    http://svn.automattic.com/bbpress-i18n/es_ES/

    there’s no translation (.po) for the pluggin version…yet…i’ve asked here about it and no official answer, we’ll have to wait and see.

    edit: there’s a spanish translation over here:

    https://bbpress.org/forums/topic/bbpress-101-espanol-spanish-translation

    In reply to: Traducciones

    @ricardouk

    Participant

    which version are you using?

    http://bbshowcase.org/forums/topic/bbpress-translation-internationalization-into-local-languages

    http://svn.automattic.com/bbpress-i18n/es_ES/

    there’s no translation (.po) for the pluggin version…yet…i’ve asked here about it and no official answer, we’ll have to wait and see.

    edit: there’s a spanish translation over here:

    https://bbpress.org/forums/topic/bbpress-101-espanol-spanish-translation

    @ricardouk

    Participant

    @citizenkeith:

    if i type “wp-admin” i’m redirected to “wp-login.php”, no problems here with maintenance mode pluggin, using latest build.

    http://i55.tinypic.com/50fvip.jpg

    http://i56.tinypic.com/2s797kl.jpg

    @ricardouk

    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)?

    @ricardouk

    Participant

    @JJJ

    regarding the wordpress/bbpress theme compatibility… it kind of works with that code in the functions.php file, it works but only for individual pages, look forward for developments on this.

    Keep up the good work guys!

    @ricardouk

    Participant

    I did not find any setting where I could set a required user level in order to view or post on the forum.

    i think you can set up user permission for bbpress in the users section in wordpress (admin, colaborator, reader etc)

    edit: JJJ explained it better

    @ricardouk

    Participant

    Hi Gautam, i tried it on the 4 themes i previously used with wordpress and it didn’t work.

    Added:

    add_theme_support( 'bbpress' ); to the theme functions, will wait for further developments,

    The themes i used are minimalist and simplistic without “fancy stuff”, i can’t help with coding but if you need any testing just let me know.

    @ricardouk

    Participant

    …If you’re not using a theme that actively supports bbPress by setting add_theme_support( ‘bbpress’ );, bbPress is going to serve up its own default set of templates and styling from whatever is set as the theme compatibility layer…

    Does this mean we can use the theme we currently use with wordpress even if its not bbpress friendly? is this similar to when wordpress introduced posthumbnails and we needed to add a line to the functions.php to enable it on themes that weren´t compatible with postthumbnails?

    Where do we put the “add_theme_support( ‘bbpress’ )” in bbpress?

    Thank you for listening to “our” requests on using bbpress with our current themes

    In reply to: bbPress 1.0.3 released

    @ricardouk

    Participant

    i knew i had read about 1.0.3 release somewhere:

    https://buddypress.org/2011/02/buddypress-1-2-8/

    In reply to: bbPress 1.0.3 released

    @ricardouk

    Participant

    i knew i had read about 1.0.3 release somewhere:

    https://buddypress.org/2011/02/buddypress-1-2-8/

    @ricardouk

    Participant

    its not the first time this issue arises and i went i checked that link, i logged in and i cant see any form in IE, FF or Chrome. Hope it helps fixing it.

    @ricardouk

    Participant

    its not the first time this issue arises and i went i checked that link, i logged in and i cant see any form in IE, FF or Chrome. Hope it helps fixing it.

    In reply to: bbPress 1.0.3 released

    @ricardouk

    Participant

    here’s how i done it (1.0.2 to 1.0.3):

    1- backup the bb-config.php or write down the database name, user and password.

    2- delete “bb-admin”, “bb-includes” and “bb-templates” folders and all the single files from the bbpress root directory with the exception of “.htacess”

    3- download bbpress, extract the contents to a folder, rename bb-config-sample.php to bb.config.php and edit it with the details from step 1.

    4- send everything from that folder to your bbpress root directory clicking yes if your ftp program asks to overwrite files on the server.

    it worked for me but i not using pluggins that allow visitors to upload files or images

    In reply to: bbPress 1.0.3 released

    @ricardouk

    Participant

    here’s how i done it (1.0.2 to 1.0.3):

    1- backup the bb-config.php or write down the database name, user and password.

    2- delete “bb-admin”, “bb-includes” and “bb-templates” folders and all the single files from the bbpress root directory with the exception of “.htacess”

    3- download bbpress, extract the contents to a folder, rename bb-config-sample.php to bb.config.php and edit it with the details from step 1.

    4- send everything from that folder to your bbpress root directory clicking yes if your ftp program asks to overwrite files on the server.

    it worked for me but i not using pluggins that allow visitors to upload files or images

    @ricardouk

    Participant

    @Gautam

    its only working now because i reuploaded the images as 25×25, if i upload them again at 200×200 they will appear as 200×200 eventough i specified 25×25.

    The same code works perfectly on wordpress themes, the quick fix was to upload images in the exact size, not perfect solution but it works.

    Perhaps someone else has an ideia on how to make it work without uploading images in the exact size?

Viewing 25 replies - 1 through 25 (of 72 total)