![]() |
xmlhttp_buddyselect issue / question - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: 1.8 Beta Support (https://community.mybb.com/forum-156.html) +----- Thread: xmlhttp_buddyselect issue / question (/thread-157655.html) |
xmlhttp_buddyselect issue / question - Johnny S - 2014-08-17 After revamping private_send template i have noticed that my changes to buddy popup (xmlhttp_buddyselect) aren't applied. After looking at usercp.js i have noticed that buddyselect function points to xmlhttp.php?action=get_buddyselect (which is fetching xmlhttp_buddyselect template). That template was modified (tables are replaced with divs) but (after looking at xmlhttp.php?action=get_buddyselect) default template structure is still there:
I have deleted default 1.8 theme but that output isn't changed (and right template is edited since output clearly displays <!-- end: xmlhttp_buddyselect -->). I'm running this at localhost (uniserver) with PHP Version 5.4.19. Edit: it's xmlhttp.php related ,i'll report it as issue |