Support Forum
you seem to be running buddypress too (though I dont see it on the site)... can you temp disable that plugin? its possible that both buddypress and simple press are using the same query arg to access groups..
Visit Cruise Talk Central and Mr Papa's World
Yup i deactivated it along with all the wordpress plugins i use. Cleared cache and it worked until i refreshed the page so i dont think its an actual wordpress plugin although my theme does have its own plugin it uses,dunno if its conflicting with SP
EDIT: Tried different theme still doesnt work
sorry, so did it work with buddypress deactivated? if anything was to be conflicting, it would have to use a query arg of 'group' as well...
does your server run mod_security? as it could be dorking with the query args...
any caching plugins?
I have tried on my various test sites and other actual live sites, and all are working fine... so think we still have to find the local issue...
if you want, we can probably give you couple code changes to make the group query arg more specific and see if it works...
Visit Cruise Talk Central and Mr Papa's World
not sure I understand how it word work once but refreshing lost it.. its a digital process - works or not... not working on refresh is quite confusing and indicate something else interfering with query args...
but to rule out buddypress or other using the same query arg name, try this change... in file simple-press/sp-startup/forum/sp-forum-support-functions.php around line 353, find this line:
if (isset($_GET['group'])) $spVars['singlegroupid'] = sp_esc_int($_GET['group']);
and change it to:
if (isset($_GET['spgroup'])) $spVars['singlegroupid'] = sp_esc_int($_GET['spgroup']);
and see what happens..
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)