Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
if so, please provide me FTP access detail. but give me time for fixing the code, because you said too many modifications.
or your modifications maybe causing this issue. not sure about this.
there are no modifications to the back end of jomsocial, and the links are simply incorrect. could this be a link storing issue, or a link displaying in backend issue. one of the two has an error.
last time acces was given you changed alot of stuff on me without asking including updating jomsocial. i cannot give access again because of this violation to my site.
i change tagthewild.com/&actid=451 to tagthewild.com/?actid=451 and it does work but $pageLink = str_replace("/&", '/?', $pageLink); is not making it occur by itself.
the fix to add "$pageLink = str_replace("/&", '/?', $pageLink);" is not removing the "&" from the link and replacing with the "?",
i added "$pageLink = str_replace("/&", '/?', $pageLink);" to that code. was i supposed to replace "$uniqueString = md5($reportFunc . $pageLink);" or just place it before it. right now i have it right before it.