This is a discussion on Bug in Dark Blue within the Theme packs forums, part of the nukemods releases category; I want edit the groups in phpBB (Nuke 6.0 + phpBB 2.0.6b) and choose the group "Moderators". The following Error ...
The onyl thing I can think of is downlaod the latest pack from our site here. It may be due to the post methods is still set to get in the particular file that is being access in the Group page.
We went through and fixed soem theme packs that had this bug. I looked again at the pack and I cn't see anything wrong with it.
Do you only have this group problem when using the DarkBlue theme?
Crap we missed that one, It is the dreaded get methods when it should be post.
Re-downlaod the Pack and replace the following files
modules/Forums/templates/Darkblue/
jumbox.tpl
groupcp_user_body.tpl
those are the only ones you need to replace..Should fix the problem.
or you can edit those two files yourself jumpbox.tpl has one
method=get that needs to be method=post
and groupcp_user_body.tpl has 3 references of the same nature that need changed.