Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 25,576 through 25,600 (of 26,841 total)
  • Author
    Search Results
  • #55641

    In reply to: What’s integration?

    futurefront
    Member

    I’m bummed! I just stabalized a good install of BBPress. Good news is I have no content in there, so I guess a fresh install isn’t too painful.

    I’m going to go back and do a fresh install of WP at the root level of one of my sites, then nest BBPress in a directory called ‘forums’ on that site (this is where I assume I’ll tweak the config file FOR BBPRESS to access the existing WP users before running through the browser installation pages).

    Does this sound right?

    So steps in this order:

    1. Fresh install of WordPress 2

    2. Fresh install of BBPress nested in a directory (just moving files)

    3. Before fully installing BBPress, tweak config file to target existing WordPress DB table for users

    4. Adjust cookies

    I’m good on most of this but what about item #4?

    Thanks for any comments in advance!

    David Martinez

    #1952
    ganzua
    Member

    After integrating wp and bb and having wordpress header, footer and sidebar for both, wp and bb, I have these wordpress functions in my sidebar;

    <?php wp_register(”); ?>

    <?php wp_loginout(); ?>

    <?php wp_meta(); ?>

    And in bb press frontpage I have this one;

    <?php login_form(); ?>

    First, I thought I could replace wp functions in the sidebar for bbpress’ <?php login_form(); ?> but this function it is not defined for wordpress and I have got an error.

    Besides there are two other problems;

    * if users register through bbpress, their roles are not defined in wordpress

    * if I remove wordpress meta functions from the sidebar I lose the link to the admin control panel.

    Well, another option would be using the wp functions for login;

    <?php wp_register(”); ?>

    <?php wp_loginout(); ?>

    <?php wp_meta(); ?>

    and then changing their beaviour so;

    * whenever you login you are not taken to the control panel unless you are the admin

    * whenever you are an user and you click in “site admin” link wich appears above the log-out link, you are taken to the bbpress profile.php

    My questions are; first of all, do you find any sense in all of this or is it just crap? :)

    does anybody know where is defined wordpress login meta links so I can change them?

    and finally, does anybody have a better idea?

    #58014
    ruerup
    Member

    I just intergrated bbpress and I think thats it. You dont need anything else.

    #58336

    In reply to: forum.2diabolos.com

    ganzua
    Member

    “2) for the “profile” page : I created tabs

    the integration with my wordpress blog works also, but I don’t want to use that a lot.”

    Which tabs did you create and how?

    #58334
    fel64
    Member

    Avatars is easy to integrate – takes just a few lines of code if you’re using Louisedade’s Upload Avatar plugin in bb. There’s a good post count plugin in the plugin section I think, if what you want is to get the post count from WP also then you just have to rewrite the query for $wpdb. You can get quicktags for wordpress, it comes up after a google. Emoticons: I believe that bb grins (not in plugin section, search the forums themselves) is a port of the WP version. So it’s all possible, and if you have any problems just ask. :)

    #1950

    Topic: forum.2diabolos.com

    in forum Showcase
    thierryyyyyyy
    Participant

    as propose by the sticky topic, I strut my forum :

    http://forum.2diabolos.com

    I’m proud of the theme

    1) for the total integration with the rest of my diabolo site (http://www.2diabolos.com). The post in the forum are shown as comments in each page of my website.

    2) for the “profile” page : I created tabs

    the integration with my wordpress blog works also, but I don’t want to use that a lot.

    #58333
    ganzua
    Member

    “ganzua, can you post a link to your forum so we can take a look at the html/css?”

    -> I didn’t upload yet, sorry, as soon as I finish I’ll post a link so you can check everything. :) I’m working in my computer yet.

    I integrated wp and bb, and I removed bbpress header, footer and stylesheet. Now I’m using wp header, footer, sidebar and stylesheet for both, wp and bb.

    I still have to find out what to do with login and profile forms because I have two instances of each one, one for bbpress and one for wp.

    Besides I have to find out how to integrate emoticons, toolbar in forms (I have quicktags in bb and tinymce in wordpress) , post count, avatars… In fact I do not even know if all this is possible.

    “to get both IE6 and IE7 on the same Windows machine, check this out:

    * http://tredosoft.com/Multiple_IE&#8221;

    -> Thanks for the tip! I’m checking the link :)

    #58326
    ganzua
    Member

    Hi fel64! Thanks for your answer

    There are two problems with max-width (I just checked);

    1 it doesn’t work in IE6 :(

    2 In FF and IE7 you can fix the css box but the long name gets out of the box, just like it happens with the template of this forum :)

    I noticec this same issue sometime ago when posting in the wordpress forum.

    #1947

    Topic: Plugin: Add Sidebar

    in forum Plugins
    bobbyh098
    Member

    This extremely simple plugin adds a “bb_get_sidebar()” function to bbpress, similar to how WordPress comes with get_sidebar(). Once installed and activated, you can create a file named sidebar.php, put it in your theme directory, and invoke it from any theme page using bb_get_sidebar().

    <?php

    /*

    Plugin Name: Add Sidebar

    Plugin Description: adds bb_get_sidebar() to bbpress, similar to WordPress' get_sidebar()

    Plugin URI: http://bbpress.org/forums/topic/1264

    Plugin Author: Bob Hiler

    */

    function bb_get_sidebar() {

    bb_load_template( 'sidebar.php' );

    }

    ?>

    Please note that this simple plugin doesn’t automagically pull your WordPress sidebar. It’s simply a lightweight convenience function for making bbPress themes. I was surprised this wasn’t already included in template-functions.php, but bb_load_template() makes this super easy to add.

    #1935
    matt123
    Member

    Ok here come the explanation. I have wpmu bbpress install all integrated. Styling is still a little screwy in IE but thats not the main problem.

    I have installed a copy of WP on a subdirectory. In that subdirectory I created another subdirectory for bbpress. I have been trying to install bbpress but it says it cannot access the db. I know the its not the database name, username or password it must be the path?

    here is the path structure

    mainwpmuinstall/wpinstall/bbpressinstall

    $bb->domain = ‘http://mysoberlife.com&#8217;;

    $bb->path = ‘/democlinical/forums’;

    $bb->wp_table_prefix = ‘wp_’;

    $bb->wp_home = ‘http://mysoberlife.com/democlinical&#8217;;

    $bb->wp_siteurl = ‘http://mysoberlife.com/democlinical&#8217;;

    $bb->usercookie = ‘wordpressuser’;

    $bb->passcookie = ‘wordpresspass’;

    Been trying different options and can’t get it to work. Was hoping I made some silly simple error that someone more experienced could pick up.

    I can’t think up a reason why bbpress couldn’t work on a subdirectory set up like this.

    #49953

    In reply to: En español

    ganzua
    Member

    Despues de hacer esto;

    define(‘BBLANG’, ‘/wp-includes/languages/es_ES.mo’);es BBLANGDIR

    He copiado un .mo del bbpress en el .mo del wordpress y no traduce. Supongo que habrá que hacer algo tambien con el archivo .po que viene aparejado. :(

    #53517
    ganzua
    Member

    “Like medden said, presumably: gdr_config.php should be renamed config.php (and needs to start with <?php too).”

    -> I made all the corrections before trying ; renaming gdr_config.php, adding <?php and changing gif extensions.

    The plugin works fine but when you acces the admin control panel displays this error;

    Warning: include(my-plugins/ranks/config.php) [function.include]: failed to open stream: No such file or directory in wordpressbbpressmy-pluginsdisplay-rank-images.php on line 43

    More people having the same problem here -> https://bbpress.org/forums/topic/665?replies=2#post-3964

    but I thought it would be better to follow the original thread here :)

    #58023

    In reply to: bbSync

    sneakym
    Member

    Hey Fel, quick question, can you explain “WordPress and bbPress must be integrated.” To my knowledge my installs are integrated as I was able to get bbpress-post working. Is there another step that your plugin requires? Can you give me a step by step run down of what I should do in order to integrate WP and BB as you have?

    #53515
    ganzua
    Member

    when accesing admin control panel this plugin returns this error;

    Warning: include(my-plugins/ranks/config.php) [function.include]: failed to open stream: No such file or directory in wordpressbbpressmy-pluginsdisplay-rank-images.php on line 43

    what’s wrong?

    #49951

    In reply to: En español

    ganzua
    Member

    “aún no he intentado un “único login”, primero integración visual ^^”

    -> yo puse login único al configurar (estoy de pruebas aun en el servidor de mi ordenador) y es el menor de los problemas :) Los problemas vienen luego porque tienes dos formularios para hacer login y dos profiles. Además cuando haces login desde el wordpress te redirecciona al dashboard/profile del wordpress y esto es algo que quiero solucionar ya que mis usuarios no son precisamente geeks y si les sacas del interface los descolocas.

    Tengo ganas de ver que haras en tu web :) a ver si te copio.

    Gracias por la aclaración de la constante bblang

    #58022

    In reply to: bbSync

    fel64
    Member

    Yes, I’m fairly sure that’s where the problem is. Anything in your error logs?

    Luckily once this is fixed if you simply edit any non-synced posts and save them they will be synced :) Unfortunately the topic time will be whatever time it is when you first saved that post.

    Grab 2.2, not only might it make things work for you but it’s always safer to upgrade anyway. I don’t think that the 2.1 branch will be maintained, and there’s a very serious XML-RPC issue in 2.1.2 that leaves you very vulnerable (note 2.1.3 isn’t worth upgrading to as I don’t think it’ll get more fixes).

    #1944
    jaruff
    Member

    I’m doing some integration of WordPress and bbPress and I need to know where this certain function is before the login_form function will work correctly on the WordPress site. The function I cannot find is:

    bb_is_user_logged_in

    If someone could tell me in which file this function is located, well, you would make my day.

    – Justin

    #49945

    In reply to: En español

    ganzua
    Member

    Unos links en castellano sobre wordpress;

    http://www.planetawordpress.org/

    y aquí un nuevo foro sobre wordpress hecho en bbpress :) a ver si ponen un apartado específico;

    http://www.anieto2k.com/foro/

    #49944

    In reply to: En español

    ganzua
    Member

    Hola otra vez!

    “Opino que… si te falla una función: añade otra tuya o arréglala a tu gusto, los “hacks” son chungos y muy al estilo de phpbb pero a falta de pan…”

    -> ya me gustaría saber hacerlo :) Como mucho llego a arreglarmelas para modificar código ya hecho.

    “”Pero que bbpress ni wordpress traigan nada “de casa” me parece perfecto, porque lo único que se consigue es ensuciar el sistema… croe yo, por muy bien hecho que esté se hace complejo y se engorda con cosas que los mismo otro no necesita.”

    -> si, opino que es un foro muy para geeks ;-) A mi se me está haciendo infernal

    “hay muchos CMS completos y complejos, Joomla, Drupal, Xoops..”

    en estos no se pueden integrar los logins ¿no?. En el Drupal he visto soluciones duplicando los logins pero eran para el phpbb.

    He probado esto;

    define(‘BBLANG’, ‘/wp-includes/languages/es_ES.mo’);

    y da el mismo error de streams;

    Fatal error: Cannot redeclare class CachedFileReader in D:wampwwwwordpressbbpressbb-includesstreams.php on line 163

    #49943

    In reply to: En español

    Covi
    Member

    Por cierto…

    Personalmente, me niego a traducir “archivo por archivo” un sistema :P , no es nada profesional gg y me recuerda a los tiempos de php-nuke, que asco :)

    Opino que… si te falla una función: añade otra tuya o arréglala a tu gusto, los “hacks” son chungos y muy al estilo de phpbb pero a falta de pan…

    MISMA TRADUCCIÓN:

    No lo he probado, pero imagino que:

    Abrir el .po, por ejemplo, de WordPress y añadir la traducción del .po de bbpress.

    Cambias las rutas a los archivos de referencia de uno u otro sistema.

    Generas un nuevo y único .mo.

    Usas el mismo .mo desde ambos sistemas cambiando las rutas de la variable $mofile o la constante BBLANGDIR, ruta:

    /* bb-includes/languages/l10n.php, Línea 72: */
    $mofile = BBLANGDIR . "$locale.mo";

    En WordPress:

    /* wp-includes/... */
    $mofile = ABSPATH . LANGDIR . "/$locale.mo";

    ->Hola! ¿Como se configura bbpress para que lea el archivo .mo de wordpress?

    Sustituye la constante BBLANGDIR por la ruta al archivo .mo de WordPress:

    /* bb-includes/languages/l10n.php, Línea 72: */
    $mofile = BBLANGDIR . "$locale.mo";

    o

    define la constante en tu config.php, por ejemplo y si tienes el foro dentro del directorio de tu wordpress:

    define('BBLANGDIR', '../wp-includes/languages');

    El mayor problema o trabajo es lo dicho anteriormente, hay que cambiar las rutas de los archivos de referencia de cada definición (nada que una macro de reemplazo no deba poder hacer ^^).

    #49942

    In reply to: En español

    Covi
    Member

    Emmm… creo que todos tenemos las mismas inquietudes y las mismas necesidades…. vayamos por partes:

    La traducción de los meses creo que no te va porque no está activa, es decir, el tema anteriormente comentado: Al intentar integrar BBpress falla la inclusión de los archivos streams.php y el otro que no recuerdo, así que imagino que no los habrás incluido, por lo tanto no traduce, función:

    __e().

    De igual manera, si has traducido los archivos a mano y has quitado la función de traducción no traducirá como es lógico, es que no sé si te entiendo bien en ese problema.

    A mí me funciona bien sin incluir las funciones de wordpress, es decir, sin incluir el wp-head.php y tal.

    Y, en concreto, creo que esa función falla porque está mal escrita, ‘F’ es el mes para un datetime() -creo-, pero la traducción se realiza antes de la salida de la función: el mes “June” en este caso, así que no sabe traducir “F”. Pero el .mo de bbpress incluye la traducción de meses, al menos el que yo uso.

    Respecto al resto de temas… hoy no he hecho nada más que pensar en eso durante el curro ^^ ggg, un único sistema de login porque la verdad es un poco follón, igual me ocurría con Vanilla de lussumo.

    No sé si hay algún plugin de integración que desactive uno u otro y tal, pero de nuevo la técnica la vieja le dice a uno (que es mu cutre siempre :D ) que la solución es desactivar y redireccionar.

    Desactivar para el caso en que fallen las redirecciones y redireccionar a un único formulario. No lo creo muy complicado pero hay que ponerse :S

    Sobre el tema de bbpress… umm

    Es complicado, hay muchos CMS completos y complejos, Joomla, Drupal, Xoops.. pffff, estos tendrán lo que buscas.

    Si yo elegí bbpress es porque me gusta mucho WordPress, mucho mucho, sobretodo la filosofía y ya lo conozco bastante así que editar bbpress será (es) muy parecido.

    Para mí WordPress es perfectamente válido como CMS, completo eh… y sino existe el plugin que necesito hago yo los arreglos o uno, que por cierto soy bastante enemigo de plugins “tontos”, es decir, todo un plugin para añadir una imagen y un enlace como el ejemplo del meneame.

    Pero que bbpress ni wordpress traigan nada “de casa” me parece perfecto, porque lo único que se consigue es ensuciar el sistema… croe yo, por muy bien hecho que esté se hace complejo y se engorda con cosas que los mismo otro no necesita.

    Los plugins son fáciles de instalar, personalizar y usar… no veo ningún problema, añaden funciones temporalemente, es perfecto :D

    Yo optaba por Vanilla de Lussumo, me gusta muchísimo y su código es de lo mejorcito que he visto, pero la integración de la base de datos me parece mejor con bbpress que se acerca y mucho a Vanilla.

    Ambos hacen gala de los mismo: elegante, simple y bonito, en ambos existía el mismo problema, qué gestión de usuarios usar y en ambos lo suyo creo que es una desactivación que yo no sabré hacerla elegante pero que creo funcionará ^^

    Y otro tocho…. tengo que dejar este foro si no aporto nada :(

    #1939
    zapata
    Member

    I would like to stop using Akismet in bbPress only and keep it running for my WordPress blog. The reason is only registered authors of the blog can access bbPress and hence there is no need to check spam from them. What Akismet ends up doing is blocking sometimes authors’ messages in bbPress.

    Is there a simple way to do this without upsetting Akismet in my WordPress blog?

    #57721
    ganzua
    Member

    I’m trying to find a solution for this same issue and I know that it can be done because it has be done before here; :)

    http://www.babyquestions101.com/signup/

    unfortunately I don’t know exactly how. I guess all wordpress login links has been removed and replaced for bbpress login. The problem is that you lose access to wp control panel :( and that you are depending completely on the bbpress installation.

    I wish we could integrate;

    login

    profile

    avatars

    ranks

    message counts

    signatures

    forms toolbars

    emoticons

    I presume there isn’t any project to build a bridge like this, is there any? :)

    #49941

    In reply to: En español

    ganzua
    Member

    Hola Covi!

    Gracias por responder. Una solución que tengo en mente para arreglar lo de la traducción es traduccir archivo por archivo a mano. Esto lo hice en el wordpress, en el que actualmente no estoy usando .mo de traducción (el error de streams.php que comenté lo tengo sin que el wordpress esté usando lenguajes).

    Sin embargo preferiria poder usar un .mo de lenguajes para ambos y no se como :)

    Respecto a tu arreglo de las fechas lo he puesto en el template-functions.php y funciona salvo por el nombre de los meses que quedan sin traducir. Aun no me he puesto a indagar donde hay que traducirlos.

    Respecto a la integración wp-bb ojalá hubiese un foro específico porque todavía no se que voy a hacer con muchas cosas. Por ejemplo, con el profile y el login, me gustaría usar solo uno, integrado en el template y desde la barra de navegación. Me gustaría poner la misma barra de utilidades en los formularios de wp y bb, ahora tengo un plugin para wordpress, el tinymcecomements y otro distinto para el bb, el quicktags. Me gustaria poner avatares integrados, cuenta de mensajes integrados y rangos tipo phpbb integrados. En fin, integrar un montón de cosas que parece que no se tuvieron encuenta al hacer la integración bb-wp.

    Y respecto al bbpress parece que está muy en pañales, la verdad es que estoy intentando ponerlo porque es el único foro medio decente que se pueda integrar con wordpress, pero parece que siguen la misma política que con el wordpress; un foro pelado y plugins para todo si es que alguien los hace. Yo creo que cosas como emoticonos, barra de utilidades en los formularios, avatares… deberían venir ya puestas. :(

    #58013
    fel64
    Member

    A1: Yup.

    A2: Not sure.

    Q1: Why don’t you try keeping bb at example.com/forum instead of in a wpmu subfolder?

    Q2: Do you need to include WP, anyway?

Viewing 25 results - 25,576 through 25,600 (of 26,841 total)
Skip to toolbar