Hi....first thanx for the great module!
I want to ask if there is way when u click on user nickname ... to lead to the user profile not to quote his/her post?
Thanx in advance
Hi....first thanx for the great module!
I want to ask if there is way when u click on user nickname ... to lead to the user profile not to quote his/her post?
Thanx in advance
Comments
Comment #1
naheemsays commentedJust something to add to this... would there be a replacement for the "click names to quote"?
Additionally, how about adding "clickability" to not logged in users too?
(in short, this is now an either /or issue/request. either make the logged in user names go to profile, or both logged in and not logged in should go to quote...)
Comment #2
brzbg commentedHmmm still no solution :(
Comment #3
SeeSchloss commentedSorry, I thought I had answered this one... so, there's no option for that, and I haven't had a good idea yet for allowing that without overriding theme functions (as I want clicks on usernames to insert "username<" in the textfield, at least by default).
If you're okay with theme overrides, you could override the "theme_post_username" function, its current code is :
you could replace it with, for example :
Well... if you really insist, I might just make it the default behaviour :)
Comment #4
brzbg commentedREALLY THANKS Mate .... now i just need to find where is the code to change user name color :]
Comment #5
SeeSchloss commentedTo change colours you should have your own stylesheet somewhere (in your theme for example) and apply styles to span.tribune-login, span.tribune-info, etc.
Comment #6
SeeSchloss commentedWell somehow I had forgotten about this issue... I just made anonymous users clickable (in CVS) like they should always have been.