Som tricky (?) replacing
Posted: Tue Jan 05, 2010 8:18 pm
I've made a quote feature for a comment system, and I want to do it like this:
, but I also want to make it possible to do it like this:, but I don't know how I should do it (I'd rather use number two), but if it's too tricky, I can simply add username without the link.
Thanks.
Code: Select all
[quote=something]text to be quoted[/quote]Code: Select all
1)[quote=<a href="users.php?uid=<userid>"><username>]text to be quoted[/quote]
OR
2) [quote=[user=<userid>]<username>[/user]]text to be quoted[/quote]Thanks.