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?
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/
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.
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.
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})