Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: User profile link


wittmania
Member

@wittmania

From doing a quick search in Dreamweaver for bb_option, I found several different parameters that can be passed to the bb_option() function, as listed below:

  1. version
  2. uri
  3. admin_email
  4. name
  5. path

I’m sure there are more, but I don’t know what they would be. Also, for this specific application you could just hard-code in your site’s uri, and the only dynamic portion would be the number tacked onto the end. But, since code is poetry, the bb_option() method seemed much more poetic to me.

As for the get_post_author_id() function, I think I just scrounged around in other files (including plugins) until I found one that looked like it would work. And it does.

Skip to toolbar