dunrar
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple User Listing] Shortcode in postOkay, that was it! Thank you very much! Sadly I can try it only on one site, but i’ve tried it with different tabs and it worked. I’ll probably use PHP to set the value of the parameter automatically once I’ve figured out how to get the name of the tab. Haven’t yet hade the chance to try the Dev version or to fix the next/prev links, but once I have, I’ll inform you how it went.
Still, thanks again already!
Forum: Plugins
In reply to: [Simple User Listing] Shortcode in postOkay, I see. Still, adding allowed search variables did not help me so far. Just pasted your code into the
search-author.php, but still got redirected. Any other ideas for allowed search variables? Or in general?Thanks in advance!
Forum: Plugins
In reply to: [Simple User Listing] Shortcode in postI tried both but still got redirected to the standart tab (which is being displayed if you open the user page)
http://192.168.100.88/hp1/user/erikamuster/?as=erik
instead of
http://192.168.100.88/hp1/user/erikamuster/?profiletab=staffoverviewtab/?as=erik
or something similar.
When I print out the_permalink() on the staffoverviewtab, I get
http://192.168.100.88/hp1/user/not
http://192.168.100.88/hp1/user/erikamuster/?profiletab=staffoverviewtab
I also tried
<form method="get" id="sul-searchform" action="?profiletab=taskoverviewtab/">
but still got redirected. Same thing if I use the pagination to go to the next page.
When I make staffoverviewtab my standart tab, an empty action does work though.