Forum Discussion

e72747's avatar
e72747
Adept
9 years ago

Have default blog entry point as a label

I would like for a specific blog to apply a label as default when accessed, once accessed the user can change or remove the label as they wish via our options.

 

It would be useful to have this as an option within the "Community Structure" when you edit the specific blog it could ask to apply labels as a default entry.

 

Hope to have some help with this.

  • Not really what i was after but if anyone is interested in the quick work around i am using. Created a custom component with the following script.

     

    <@liaAddScript>
      ;(function($) {
        $(document).ready(function() {
            $('a[href="URL TO LOOK UP"]').attr('href', 'URL TO CHANGE TO');
      })
    })(LITHIUM.jQuery);
    </@liaAddScript>