Search Results for 'code'
-
Search Results
-
Topic: Nofollow
Hi all, I love this script and have been getting acquainted for a couple of hours… I noticed the following:
1. User can post html. If they drop a whole url it will print with a “nofollow” BUT if they actually write http://, then it will print without it. Is there a way to make it consistently “nofollow”?
2. I would like to make the link in members’ profiles a “dofollow” but I am afraid to touch the code and all of a sudden make all links drop by members like that. I would only want to switch it off in the profile area.
Thanks.
Topic: Limit page views for guests
Is there a plugin or a way to code this? This was a feature that helped me increase the number of registered users back then when I was using SMF.
How can this be achieved with bbPress?
I’m currently adding content to my membership page, using the memberlist plugin. I have added a few extra details to the sign up page e.g. About, Skills etc… I had found the following line
echo "<a>user_url."">".$member->user_url."</a>";
so modifying this toecho $member->about;
It thought it should work but doesn’t, any ideas?v1.0.2
Even though by technicality you are on your profile page, when I’m viewing my ‘manage favorites’ page (bb-templates/blah/favorites.php) I’m getting ‘profile-page’ returned by
bb_get_location()
instead of ‘favorites-page’ as I would expect. This also meansbb_is_favorites()
is of no use to me for this page.If that’s not the favorites page, what is?