Results 1 to 6 of 6

Thread: Few Bugs - Someone please help?

  1. #1
    Join Date
    Jan 2008
    Location
    Columbus, OH but from Pittsburgh, PA
    Posts
    27

    Default Few Bugs - Someone please help?

    Posted this under the 2.6 bugs topic, still looking for advice.

    Great script works great for me... Just two things that are bugging me now lol.

    First... comment count on videos shows as ( ). With no number.

    Second... when apostrophe is used in tags, it shows up as "039". Like the tag "children's" shows up as "children039s". Can see both examples here "http://peepdat.com/view/28/slick-rick-childrens-story/"

    Anyone know how to fix either of these issues?

  2. #2
    Join Date
    Sep 2007
    Posts
    906

    Default

    your template modification caused the problem.Just reupload the view_video.tpl file .
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  3. #3
    Join Date
    Jan 2008
    Location
    Columbus, OH but from Pittsburgh, PA
    Posts
    27

    Default Re: Few Bugs - Someone please help?

    Worked for the comments but not the tags. Changed it cause I wanted the comments to look like the rest of the page. But unless I can figure out another way I guess it can't lol.

    The tags changed when I went to admin panel and edited the videos. Didn't change anything in the tags, just updated them. Tags with an apostrophe don't show at all now. But when someone searches for a song with an apostrophe in it, they get a 404 error. Should this # sign be in there? http://peepdat.com/tag/nobody's/ That is what the script is adding and I think it's what's causing the problem.

    I have another question too. "tiger" uploaded a video from metacafe. Why does it change the player when it's viewed? Is there a way to still use the default player? Can see it here

    http://peepdat.com/view/36/kerala-gods-own-country/

  4. #4
    Join Date
    Jan 2008
    Location
    Columbus, OH but from Pittsburgh, PA
    Posts
    27

    Default Re: Few Bugs - Someone please help?

    Fixed the comment problem. Just took out the count lol.

    Still need help with the other questions though please.

  5. #5
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Few Bugs - Someone please help?

    how did you fix the comments count in your template? I'm not sure what's causing the comment count to not show up.
    If it's not fun, stop doing it!

  6. #6
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Few Bugs - Someone please help?

    view_video.tpl:

    I figured it out. Need to include this before the {$commentcount}:

    Code:
    {insert name=comment_count assign=commentcount vid=$video_info.VID}
    so that it looks like this:

    Code:
    {insert name=comment_count assign=commentcount vid=$video_info.VID} Comments: ({$commentcount})
    If it's not fun, stop doing it!

Similar Threads

  1. [bugs] v2.7
    By RAMMSTEIN in forum General Discussions
    Replies: 1
    Last Post: 05-14-2009, 06:16 AM
  2. Bugs
    By Mauz in forum Fixed Bugs
    Replies: 13
    Last Post: 06-10-2007, 02:07 PM
  3. some bugs
    By ostendo in forum General Discussions
    Replies: 1
    Last Post: 05-15-2007, 02:30 PM
  4. Some bugs i have Found So Far.
    By zeffer in forum General Discussions
    Replies: 3
    Last Post: 05-12-2007, 05:12 AM
  5. Some bugs
    By wdekreij in forum Fixed Bugs
    Replies: 15
    Last Post: 05-04-2007, 01:02 PM

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
  •