Skylined Well-known member Mar 21, 2015 #1 I would like to link Random Media's title to /media/albums instead of the default link to /media How may I change it?
I would like to link Random Media's title to /media/albums instead of the default link to /media How may I change it?
Chris D XenForo developer Staff member Mar 21, 2015 #2 You would have to edit the template. Search for templates with a title containing "block". Upvote 0 Downvote
Skylined Well-known member Mar 21, 2015 #3 I think I found it, but I'm not sure what is it that I have to edit. Upvote 0 Downvote
boban Well-known member Mar 21, 2015 #4 Edit Template: xengallery_media_block Find: Code: <h3><a href="{xen:link xengallery}" class="blockTitle">{$blockPhrase}</a></h3> Replace with: Code: <h3><a href="{xen:link xengallery/albums/}" class="blockTitle">{$blockPhrase}</a></h3> Last edited: Mar 21, 2015 Upvote 0 Downvote
Edit Template: xengallery_media_block Find: Code: <h3><a href="{xen:link xengallery}" class="blockTitle">{$blockPhrase}</a></h3> Replace with: Code: <h3><a href="{xen:link xengallery/albums/}" class="blockTitle">{$blockPhrase}</a></h3>