NeedHelpWithKVS Posted July 23 Posted July 23 I have create a link sidebar for traffic exchange on the left side of my KVS, it is kind of mixed with categories. I want to edit the link and the page created as well. This is how they look. Quote
Tech Support Posted July 24 Posted July 24 Do you mean you have created a content source, and you want to sidebar to render direct URL to the content source's site instead of theme page? Then you need to go to Website UI -> Global blocks -> Sidebar Top Sponsors Videos and replace this code fragment: <a href="{{$lang.urls.videos_by_sponsor|replace:"%DIR%":$item.dir|replace:"%ID%":$item.content_source_id}}"> with this <a href="{{$item.url}}"> Then it will link directly to whatever URL is specified in content source URL field. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.