Quote:
Originally Posted by jaycob
the edit problem is now fixed in firefox, sweet, thanks.
can i ask, is it possible to show more user stats on forumhome?
thanks.
|
Hey, sorry for the late reply. I must have missed your message. You can show more of them by opening up /dbtech/status/hooks/forumhome_complete.php. From there you need to find the LIMIT 5 and change it to something like LIMIT 10 or LIMIT 15 (etc.)
Quote:
Originally Posted by ishare
First of all i would like to thank you very much for this cool mod... I loved it. But i need your help with a small customization. (that's what i hope... -small- maybe it's a big customization)
With Turkish letters in IE :

With English letters both in IE and Firefox :
I want to show it like this : (with Turkish characters and long line)

|
Hey,
You can do this by opening up /dbtech/status/hooks/postbit_display_complete.php and finding the following line.
Code:
$post ['dbtech_status_status'] = wordwrap ( $post ['dbtech_status_status'], 30, "<br />", true );
From there just edit the part in red to a higher number (this number represents how many characters are on a line before it goes to a new line. Hope this helps.
- David