Quote:
Originally Posted by Acido
What's the trick to Automatically parse links in text ?
|
Just use BBCode such as [url]
[code]
text
My problem is: it isn't count my auto-PM into PM's quota. I found this in the previous page but it is too.... (no word to say!)
Quote:
I have to do this to get private messages to update correctly in most cases. In a few specific cases, I don't have too. But, don't remember off the top my head which one.
Code:
$db->query_write("UPDATE vb_user SET pmunread=pmunread+1,pmtotal=pmtotal+1 WHERE userid=$userid");
That will do the trick everytime.
|
Any new ideas?