Search found 53 matches

by DionDesigns
Mon Apr 23, 2012 3:58 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] AJAX
Replies: 130
Views: 289889

AJAX Alternative (Part II)

Here are the modifications required to add "ajaxify" support in phpBB3.

In includes/functions.php , the template variable assignment in the meta_refresh() function should look like this:

$template->assign_vars(array(
'META' => '<meta http-equiv="refresh" content="' . $time . ';url=' . $url ...
by DionDesigns
Mon Apr 23, 2012 3:52 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] AJAX
Replies: 130
Views: 289889

AJAX Alternative (Part I)

Don't know if it's a bug here or not, but the inline code BBcode isn't working. It appears as though the CSS for it is missing. Anyway, now that I'm not on approval mode...

I was asked (dared?) by Oleg to provide comments about bugs in the Ascreaus AJAX code.

After taking a look at the javascript ...
by DionDesigns
Mon Apr 23, 2012 12:32 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] AJAX
Replies: 130
Views: 289889

Re: [RFC|Merged] AJAX

Moving topics in quick mod broke: http://tracker.phpbb.com/browse/PHPBB3-10801
It would appear this is being caused by mcp_move.html being self-contained. Other MCP tools go through mcp_header.html and mcp_footer.html .

I'm still in "post approval" mode, and once I'm past that (how many posts do ...