Search Results for '"wordpress'
-
Search Results
-
Topic: PHP Help (Compressing code)
Hi,
I not that good at php so I was wondering if some wouldn’t mind shortening this bit of code:
<?php echo('<img src="/forums/avatars/' . $current_user->user_login . '.jpg" />'); ?>
<?php echo('<img src="/forums/avatars/' . $current_user->user_login . '.png" />'); ?>
<?php echo('<img src="/forums/avatars/' . $current_user->user_login . '.gif" />'); ?>
<?php echo('<img src="/forums/avatars/' . $current_user->user_login . '.jpeg" />'); ?>Basically it is supposed to go through every file extension allowed by the avatar plugin and display the image with the actual extension, there can be only one.
It is used to display Avatars in WordPress by the way without loading bbPress.
Any help would be great!
I’ve just translated bbPress 1.0.2 to Spanish_Spain (es_ES). It’s available in this direct link, where you can find (in the zip file) the .mo and the .po files.
Acabo de traducir bbPress 1.0.2 al Español de España (es_ES). Está disponible en este enlace directo, donde encontrarás (en el fichero zip) los ficheros .mo y .po.
Hi all,
I am trying to integrate BBPress with a few WordPress installs that all share the same user table database.
All is working fine except for adding:
define('COOKIEHASH', md5('my key here'));in the bb-config.php file, no matter what I add here, the cookiehash is never changed using BBPress 1.0.2, is this a bug have I missed something?
Guys,
I know bp has this feature, but I really think this a really hot feature to give users the option the update their status.
It’s one of the features I really love about Facebook, and would really loved it I could implement this feature in my own bbpress forum.
I would loved it if users could update their status from the index, and if I login I can see other users their status update. And reply on it, and also leave my own status update.
Buyddypress has this feature, I looove it. I found a plugin where I think this works on WordPress.
See http://www.instinct.co.nz/wordpress-status-updates-plugin/
I’m really considering to integrate wp afterall, ‘cause most plugins are wp based.
But if anyone could program this feature to work on bbpress, I’d be very happy and probably a lot of other people too.
Hi.
I have added a bbpress to a wordpress. Everything works fine, but now I would like to change how the appearance is in the forum list on the front page. Right now I am not fully happy with that. I can see that the class is
either: <tr class=”alt”> or only <tr> which affects how each row is presented. But I can not find this in the style.css file. It drives me nuts…

Also where forums is presented I get the <bb-precedes-sibling bb-follows-sibling bb-root> and alt at the end. But where is it controlled how they look like?
Regards,
Chris
Topic: Integration Problems
Hi all,
Recently, I installed WordPress (2.8.3) and bbPress (latest stable 1.0.2). The integration of users works correctly, but not the single sign on not work.
I can register in blog and the user it´s created in both and viceversa.
But i can´t logged in in both at the same time.
I have installed the plugin bb Integrationi in WordPress, and AUTH KEY, AUTH salt, etc… same in both config files, same in admin dashboards and add the COOKIEPATH in the wp-config…
When I login in, in any of them, 6 cookies are created: (????? are letters and numbers, same in all the cookies)
Name: wordpress_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C5b5f99919dde2ab?????cf3fffd153d3
Path: /bbpress/bb-admin
Name: wordpress_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C5b5f99919dde2ab?????cf3fffd153d3
Path: /bbpress/bb-plugins
Name: wordpress_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C5b5f99919dde2ab?????cf3fffd153d3
Path: /bbpress/my-plugins
Name: wordpress_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C5b5f99919dde2ab?????cf3fffd153d3
Path: /wp-content/plugins
Name: wordpress_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C5b5f99919dde2ab?????cf3fffd153d3
Path: /wp-admin
Name: wordpress_logged_in_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C636047d6d7482fbd45
1a89aeb9 (different hash)
Path: /With the steps of this post, all is same…

Any idea about what its wrong?
Always delete all cache+cookies to test it…