Forum Replies Created
-
In reply to: Unhide Profile Email Adresses
On line 2368 of
functions.bb-template
underbb-includes
dir of your bbPress resides the code you want to change.bb_current_user_can( 'edit_users' )
Editing a core file is not recommended but I am unsure of how to mask it to call a custom function instead of the core function.
If its unmaskable for now (architectural) and you want a fix, then either you can change that
bb_current_user_can( 'edit_users' )
withbb_is_user_logged_in()
but you will have to do it again when you upgrade (or till someone posts a recommended fix) or you can append this line in your profile.php after the call to the bb_profile_data()<?php
if ( bb_is_user_logged_in() ) {
echo $user->user_email;
}?>[untested but should work]
In reply to: Can't get to adminIn reply to: Some PHP help pleaseI explained this on my blog some time back – http://blog.ashfame.com/2009/09/show-content-logged-in-status-users-bbpress/
In reply to: WordPress IntegrationJust add them if they are not there
In reply to: Need A Project ShowOffThanks!
In reply to: Need A Project ShowOffI just asked for a feedback on the site as per the design and implementation of WordPress & bbPress. And my main target are Indian students only. If you want to contribute, then why not sign up? I would love to see you in NAP forums.
In reply to: Need A Project ShowOffI am checking it now!
In that very post, I had mention that its a quick dirty fix and we need to have a semantically correct approach.
Moreover the project doesn’t target to provide help to super geek programmers. Just a effort of mine to help beginners become geek. I expect to learn the way along.
Thanks for your feedback!
In reply to: After upgrade cant upload when creating a postGreat! Knew both of them but not the fact that ipstenu is a female developer.
Actually female developers get me impressed pretty quick. I guess its cuz of my love for code and love for ladies
In reply to: After upgrade cant upload when creating a postOfftopic: Who else are female developers here?
In reply to: Need A Project ShowOffThanks for the feedback! Why not hang around in the forums or probably ask something if you want to. This was we will both get to learn.
Just drop all the tables in the database via phpMyAdmin and re-install bbPress
In reply to: Help! All of my images have stopped showing up!Doesn’t make sense if the path in the plugin bb_attachments was changed by itself
In reply to: Help! All of my images have stopped showing up!I can see the images
In reply to: Need A Project ShowOffC’mon no comments on the design or implementation?
In reply to: WordPress IntegrationI am reading your email right now. You just sent me the mail yesterday buddy & I thought that you have been sending me emails and somehow I missed all of them.
In reply to: WordPress IntegrationTry as per my tutorial – http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/
What do ya mean by login doesn’t work?
In reply to: bbpress integration: unable to admin bbpressYeah! The theme issue. [FIXED]
In reply to: Need A Project ShowOffAlso you can ask fixes for CSS changes on the CSS forum of NAP Forums – http://needaproject.com/discussion/
>If you ask there, I will make sure it doesn’t go unanswered
>If someone is looking for help, please give him/her a reference
Thanks!
BTW no comments neither on the design nor on the implementation got me felling a lil weird!
P.S. – Don’t consider it spam!
I am just trying to help as many people as I can. I have many buddies signed up but they are among the ones who will answer queries. So, I am just looking for people who actually need to ask queries.
This works for me quite well. May be you are doing something wrong!
In reply to: Simple Custom bbPress Theme – (Paid Gig)Please check your email!
SELECT * FROM bb_forums WHERE forum_id <> 1 AND forum_id <> 2 AND topics <> 0 ORDER BY forum_order ASC LIMIT 10
Got the idea?
In reply to: hooking a function makes mysql query to return emptyI got it. Thanks buddy!
Offtopic : Any pointers on how to add plugins to the extend section. i have the latest code in trunk. I will probably figure out to tag them too but how to add information on the plugin page itself
In reply to: AvatarsEither use gravatar (http://en.gravatar.com/) or use a plugin (try searching in the Extends section in the menu) to have the option of uploading custom avatars.
In reply to: Need A Project ShowOffAlso you can ask anything about implementation on the site and I will answer that on my blog.
In reply to: How to Show Last Ten Posts in Sidebar?That might be interfering with the loop. try with a new query variable