Results 1 to 3 of 3

Thread: Vshare 3.2 Channel Description Question

  1. #1

    Default Vshare 3.2 Channel Description Question

    Here is the link to my site:
    http://exlibris.obscure-media.org/channels/

    What I'd like to know is where in the CSS file would I find how to widen the space in the description part of the channel box? What I want to do is where it says "Any videos to do with .... " it cuts off at the bottom. I used to be able to do this in Vshare2.9 by editing the templates/css/black/black.css file. Is it the same in 3.2.0?

    Thanks in advance.

  2. #2

    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,

  3. #3

    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
  •