Results 1 to 3 of 3

Thread: Vshare 3.2 Channel Description Question

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    Hi,

    If you want to show full channel description, do the following.

    1. Open themes/default/channels.tpl file.
    2.Find below code.
    Code:
    {$channels[i].channel_description|truncate:40}
    3. Replace it with below code
    Code:
    {$channels[i].channel_description}
    4. Save file.

    Thanks,

  2. #2

    Default

    Quote Originally Posted by vshare2 View Post
    Hi,

    If you want to show full channel description, do the following.

    1. Open themes/default/channels.tpl file.
    2.Find below code.
    Code:
    {$channels[i].channel_description|truncate:40}
    3. Replace it with below code
    Code:
    {$channels[i].channel_description}
    4. Save file.

    Thanks,

    That did the trick. Thanks so much. Excepting now it's thrown the page off wonky.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •