Advertisement:

What code and where now after ajax - old advice not work anymore for rc3

Aloittaja Surferbird, lokakuu 07, 2006, 08:00:15 AP

« edellinen - seuraava »

Surferbird

It's related to this topc http://www.simplemachines.org/community/index.php?topic=69554.0


There is thold to replease an code in index.template.php like following which not work anymore

old text that should be repleased:
echo '
</div>
</body></html>';
}


with
echo '
</div></div>
</body></html>';
}


but now the original text looks like this, how to doit now?

in rc3 it looks like
echo '
</div>';

// The following will be used to let the user know that some AJAX process is running
echo '
<div id="ajax_in_progress" style="display: none;', $context['browser']['is_ie'] && !$context['browser']['is_ie7'] ? 'position: absolute;' : '', '">', $txt['ajax_in_progress'], '</div>
</body></html>';
}
.:: Always something to ask - always grateful for assistance ::.

Advertisement: