AlexKim Member Oct 14, 2014 #1 I would like to change the link name of RM. For example the default is www.mysite.com/resources but I want it to be like www.mysite.com/new-link So how do I do that? Thanks
I would like to change the link name of RM. For example the default is www.mysite.com/resources but I want it to be like www.mysite.com/new-link So how do I do that? Thanks
P Paul B XenForo moderator Staff member Oct 14, 2014 #2 You can use the Route Filters function. https://xenforo.com/help/route-filters/ Upvote 0 Downvote
AlexKim Member Oct 14, 2014 #4 I also want to disable the tagline and description. I've tried EXTRA.css but didn't work with the code below .resourceListItem .main .tagLine { display: none; } #moreAppsByAuthor.secondaryContent dd { display: none; } Upvote 0 Downvote
I also want to disable the tagline and description. I've tried EXTRA.css but didn't work with the code below .resourceListItem .main .tagLine { display: none; } #moreAppsByAuthor.secondaryContent dd { display: none; }