Forums
(@interzis)
14 years, 3 months ago
you welcome,
please notice the admin footer is switched (by mistake) with admin header. you can fix this label in the <table> section, same file
regards
I think I found the problem
To fix it, in sitewide-header-footer.php search for
$_POST['_ and replace it with $_POST['shf_
$_POST['_
$_POST['shf_
you should find this in 3 lines (for admin footer, for sitewide header and for sitewide footer)
same to me.
in wp_sitemeta table are missing some entries: shf_admin_footer_content shf_header_content shf_footer_content
I added manually but still have bugs in php code because are not updated through admin area.
the plugin will do it’s job by adding the desired code into these entries (by phpmyadmin).
I’ll try to find some time to try to fix the php code
14 years, 4 months ago
hello,
just for the records, I solved this issue by setting Auto-activating on and Mass activate
these options are available through Plugin commander mod and I’m running in network mode
hope will help, regards