Search Results for 'bbpress'
-
Search Results
-
Topic: Avatars in bbpress
So, I just started using bbpress 3 days ago mostly because phpbb is God awful when it comes to spammers (akismet is pretty awesome on my homepage, so I assumed it would also be awesome in forums).
At any rate, I installed a copy as a test and have been playing with it, got kinda sad that avatars weren’t supported (and didn’t want to make people get gravatars just to have an avatar, esp since gravatar service was down the other night). So I wrote my own avatar functions.
I have everything I did on my forums, or you can just go check it out at http://www.rayd.org/forums2/
My question is, can what I did be done in a plug-in? I know I can put my two ground-up functions in a plug-in file, but the one I don’t know how to do is the way I added a spot for a link to an avatar in profile pages. Here’s the link to me describing what I did, and the quote from what I’m talking about:
http://www.rayd.org/forums2/topic/6?replies=1
bb-includes/functions.php line 1388: Added avatar info to the array in function get_profile_info_keys(). Looks like this:
array(‘user_email’ => array(1, __(‘Email’)), ‘user_url’ => array(0, __(‘Website’)), ‘from’ => array(0, __(‘Location’)), ‘occ’ => array(0, __(‘Occupation’)), ‘interest’ => array(0, __(‘Interests’)), ‘avatar_loc’ => array(0,__(‘Avatar URL’)))
As you can see, adding that little avatar stuff at the end of that array definition not only easily added the spot to the page, but put it in the database and allowed me easy access to it in my other functions.
I’d love to make this into a plug-in, I just don’t know how to do that. Any advice would be great
Topic: My Template Victory
While in the beginning it would seem that modifying templates is the hardest thing in the world to do, once you understand the way that bbPress looks at templates (my-templates and then bb-templates), it is really not that bad.
I managed to get bbPress to almost look like my blog after working on it for awhile.
http://blog.trentadams.ca/forum/
I have some small changes to do, but it seems to work for me for now!
Trent
Topic: Reset posting time limit?
Thanks for replying,
If a member request reset time limit to re-edit a specific posting, is it possible to configure within bbPress Admin?
Originally posted at http://forum.blandname.com/topic/11
Using http://cow.neondragon.net/stuff/reflection/ I was able to add reflection to the blandname bbPress theme.
Here’s how it works:
You’ll need two files to make this happen.
- the famed prototype.js – http://prototype.conio.net/dist/prototype-1.4.0.js
- reflection.js – http://cow.neondragon.net/stuff/reflection/reflection.zip
Put both files in either /my-templates or /bb-templates, CHMOD them to 755, and edit your header.php file accordingly.
In my case:
<script type="text/javascript" src="/my-templates/reflection.js"></script><script type="text/javascript" src="/my-templates/prototype.js"></script>Was added before the last div tag in the header.php file.
In order to make the reflection work, make sure to add
class="reflect"to any img tags you wish to have reflecting and looking all mac daddy cool.Topic: Bad Behavior with bbPress?
I was wondering if anyone has figured out how to get Bad Behavior working with bbPress. If you just upload the WP plugin up to the my-plugins folder as is, it just makes it so you cannot access your site at all. It would be great to get this working. Anyone have a clue?
Trent
Hello,
I’m currently having a problem with being able to start a new topic when I am logged in as a ‘member’ I have tried re-installing bbpress but it hasn’t helped.
Anyone got any advice? Any help would be great!
Rich
)