Doch der einfachste Wunsch, eine Weiterleitung zurück auf dieselbe Seite ist scheinbar nirgends vorgesehen?
Ich will, dass man sich auf jeder Seite, Beitrag, in Kategorien, … anmelden kann und nach erfolgreicher Anmeldung auf der gleichen Seite bleibt.
Das gewünschte Verhalten (Redirect to Referrer) funktioniert wohl, wenn man sich von einem geschützten Beitrag bzw. Seite aus einloggt.
Doch egal welche Anleitungen ich ausprobierte, es funktioniert nicht.
– Jeder, direkt in der Seite notierte Login Shortcode führt zur Kontenseite.
– Jeder Login mittels PMPro Widget führt zu 404, sofern man nicht in einem geschützten Beitrag oder Seite ist.
Also habe ich es so gel?st:
function my_pmpro_login_redirect_url( $redirect_to, $request, $user ) {
if ( pmpro_hasMembershipLevel( NULL, $user->ID ) ) {
$redirect_to = $_SERVER["HTTP_REFERER"];
}
return $redirect_to;
}
add_filter( 'pmpro_login_redirect_url', 'my_pmpro_login_redirect_url', 10, 3 );
Das mit $_SERVER["HTTP_REFERER"]
funktioniert!
Ob das elegant ist? Oder gibt es irgendwo einen PMPro eigenen Code dafür?
]]>Same question involves if there is another website that that is not mine but where its an prettylink to my affiliate platform. Do they see the other website as referal link? Or just my prettylink as referal link?
]]>Can I see the referrers of 404 entries?
]]>Can I let the contact form dynamically display the post title of the post the user came from, and also include this post title on form submission?
]]>I wanted to know if you think you will enable the channel grouping and not only the referral in order to know for example if the traffic is coming from google seo or google cpc.
I think it doesn’t change anything on privacy as it’s not a tracking on user level and it’s anonymous data. But on a marketing level, bound to the goals tracking, it’s very interesting.
Thanks for your work
]]>For the “Redirection Rules” section, in the Inclusion & Exclusion Rules, can the Referrer Link be a Regex?
Thanks.
]]>