actual comments are saved in the database
what kind of modification?
I need to find the code where the WP system save the code.
I need to make a modification which do this :
For users (level x) : the link is : blog/profile/user_nicename
For users (level y) : None link
None users : The link they put in the comment field
So a little changes 🙂
oh ok – it’s theme dependent
so what theme are you using?
My Theme is :
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
Thanks until now 🙂
look in theme’s comments.php
consider creating a child theme to make your mods
http://codex.ww.wp.xz.cn/Child_Themes
I will not make a child theme, but thanks.
Can you be a little more specefic about comment.php ?
Because it is not the save code 🙁