Updated package to 2-04
- Fixed case sensitive pagebreak
- Fixed a couple of layout problems in mozilla sidebars
- Found a rogue phrase and fixed it
- Fixed duplicate phrase in install
I will sort printthread later (fingers crossed - today)
Im not sure what is wrong with the edit article function - can anyone else elaborate?
To upgrade from previous packages:
Replace your functions_geekarticles file with the new one.
Run the install and uninstall the phrases and the templates
Run the install and install the phrases and templates.
Edit your show thread and find:
PHP Code:
$GAS_page_array = explode($GAS_page_break_code, $post['pagetext']);
Replace with
PHP Code:
$GAS_page_array = explode($GAS_page_break_code, prep_for_breaks(&$post['pagetext']));
nJoy (And thanks for everyones help!)