Hi
In the past few days the techs decided they had to remove the "*" wildcard function from the forums "search" feature...
Now this has ruined a method myself and others were using to allow us to display on our sites a page full of the latest posts so that members could easily find all the latest posts...
This is the code I had been using myself from a Widget, The Menu Bar and embedded within pages to give members a simple one click method of displaying all the latest post (a function a lot of us need and find useful for running our sites)...
Does anyone have any ideas/ suggestions as to how to modify the above code now to get it to display all the latest posts once again as you can no longer use the "*" as a wildcard...
There was another thread here in recent days where a member suggested just taking out the "*" wildcard but sadly this does not work and for some strange reason that thread has been locked and marked as "solved" which it has not...
So any help/ suggestions getting a "latest Posts" function back up and working again would be greatly appreciated...
Thanks...
MadFranko
In the past few days the techs decided they had to remove the "*" wildcard function from the forums "search" feature...
Now this has ruined a method myself and others were using to allow us to display on our sites a page full of the latest posts so that members could easily find all the latest posts...
This is the code I had been using myself from a Widget, The Menu Bar and embedded within pages to give members a simple one click method of displaying all the latest post (a function a lot of us need and find useful for running our sites)...
- Code:
<a href="/search?search_keywords=&search_author=*&search_time=7">Show Latest Posts</a><br />
Does anyone have any ideas/ suggestions as to how to modify the above code now to get it to display all the latest posts once again as you can no longer use the "*" as a wildcard...
There was another thread here in recent days where a member suggested just taking out the "*" wildcard but sadly this does not work and for some strange reason that thread has been locked and marked as "solved" which it has not...
So any help/ suggestions getting a "latest Posts" function back up and working again would be greatly appreciated...
Thanks...
MadFranko
Last edited by MadFranko on June 2nd 2012, 4:21 pm; edited 1 time in total