Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
show just certain groups and their forums
Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Oct 21, 2016 - 4:50 pm

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..

Avatar
Funeral
Member
sp_UserOfflineSmall Offline
Oct 21, 2016 - 6:28 pm

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

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Oct 21, 2016 - 10:06 pm

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...

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Oct 22, 2016 - 4:24 am

You used the term 'it worked until i refreshed the page'. Meaning what please?

Is this what I referred to and described back in the last paragraph of post #5 ?

andy-signature.png
YELLOW
SWORDFISH
Avatar
Funeral
Member
sp_UserOfflineSmall Offline
Oct 25, 2016 - 9:58 pm

No caching plugins,Sure lets try the code changes to see if that works

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Oct 26, 2016 - 3:38 am

You didn't answer my question in post #14...

As to code changes I will have to pass you over to @mr-papa as I am not sure what changes he is suggesting. He will be along later today.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Funeral
Member
sp_UserOfflineSmall Offline
Oct 26, 2016 - 4:52 pm

ive gotten it to work once but when i refreshed the page it went back to forum index. Ive deactivated every plugin one by one and even changed themes and still couldnt get it to work.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Oct 26, 2016 - 9:49 pm

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..

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 617
Members: 17359
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10125
Posts: 79620