Forum breadcrumbs – You are here:Asgaros Support ForumGeneral Discussionshelp please
Please or Register to create posts and topics.

help please

 

How can I find the marked region? chanage link http://atvmotor.web.tr/uye-ol/

Hi heroturk

To add to your themes functions.php

add_filter('asgarosforum_filter_login_message', 'myLoginMessage');
function myLoginMessage() {
  return 'Your code';
}

 

 

Thank you for your help but originally I’m redirecting to siteismi.com/wp-login I want to redirect siteismi.com/uye-ol

Hello heroturk,

you can also use that filter to manually change the link. Just play around a little bit with it and change it as you want. 🙂

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
Quote from Asgaros on May 26, 2017, 1:21 pm

Hello heroturk,

you can also use that filter to manually change the link. Just play around a little bit with it and change it as you want. 🙂

Hi asgaros,

Will the filter get out of hand when I login?

and

How can we make similar topics in the bottom part of the topic?

and

Does it have the ability to filter the display of messages written today?