Hi, I notice that in another forum (GrendelKhan{TSU forum) but it doesn’t appears in my test forum (its clean install forum) so I can't look what could be wrong on that

.
I have to see this problem to appear somewhere that I have access to play with the code and options to correct it.
The problem looks like appears in the progress of passing the template in status title. I use the fetch_template function to change the status title from default to custom code and for some reason returns
< instead of
< and
> instead of
>. So it breaks the html code and returns the html as text.
See your pm for more instructions for an idea that maybe corrects the problem.
Quote:
Originally Posted by Arved Yagami
Other thing, could be this put in the pop up menu of the username instead of the usertitle, perhaps as an option.
|
I have to look how it works the mechanism of this popup and to see if this is possible. I check it out for future versions. But maybe I will have a little problem with ajax support of this module. What I mean. The popup window generated only when the user clicks on the status text. Only in that reason execute the php code and ask queries from database. For that reason this popup don’t increase the cpu load by viewing only the pages. The username popup is a pre generated code that executed every time the users view a page. So if I put it in there I don’t know if I can keep the ajax goodies

.