Jump to content

Want to create a link sidebar for traffic exchange


Recommended Posts

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...