Search Results for '\"wordpress\'
-
Search Results
-
Hello,
This is my 1st try to have a website and I’ve goggled a lot for the tools I may use and found that wordpress is the most highly recommended one.
Please I do need a forum to be integrated with the website and according to Google it shows that BBPress is the most recommended one to be used with WordPress.
The question now is that I can find the installation instructions for BBPress standalone but I can not find how to integrate WordPress and BBPress together at all.
So please may you help me and give me any links for such a thing as it was three hours searching in different places with no luck so far and I do fel very stupid for not catching any result yet.
I’ve just installed WordPress only without any plugins or any extra just the pure installation and default settings.
I am sorry if this is a very newbie question but I hope that some one can help.
Thanks,
Take care
I saw this feature at bp, but also on other sites, and I always loved it, as it is an easy way of finding others with the same interest.
In the profile page you have a field called Interests, now if you add there e.g. WordPress, developer, I want it to automatically link to a search result like or domain/search.php?q=developer
i’d love to have this feature as many places as possible, but if i knew how to enable this option for the Interests field, i might be able to figure it out for the rest of the website.
A working example you see here: http://buddypress.org/developers/apeatling/
Check his Interests
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…