Quote:
Originally Posted by Boofo
What would we use to have it show in the profile, sir? 
|
postbit_display_complete
PHP Code:
global $stylecache;
$this->post['styletitle'] = (($stylecache["{$this->post['styleid']}"]['title']) ? $stylecache["{$this->post['styleid']}"]['title'] : $stylecache["{$this->registry->options['styleid']}"]['title']);
postbit[_legacy]
HTML Code:
Style Used: $post[styletitle]
Or smth. like that (untested).
To make sure you don't display styles that the user cannot select (due to style changing not allowed, style not selectable, user ues not have permission to use style) you would need more complex conditions.