- Posts: 3
- Thank you received: 0
Re: Want feature to add comment with articles
-
iencash
Inactive member - Topic Author
- New Member
Less
More
13 years 10 months ago #5806
by iencash
Want feature to add comment with articles was created by iencash
hi
I am running this sportal and would like to know how I can enable comment with each page.
Do we have any module integrated with it? Please help me out how i can achive this?
2 - I am trying to change video, but not able to. I tried to take embed code from youtube it is in <iframe> they way we have in sportal template is different. Can you please share some link or let me know how can i change the video?
Is there any way to show more than 1 video?
3. Is there any way to enable user to upload picture and video and admin can approve before showing on website?
Please suggest do we have these somewhere with sportal?
I know it is more demanding but please help me out?
Thanks
I am running this sportal and would like to know how I can enable comment with each page.
Do we have any module integrated with it? Please help me out how i can achive this?
2 - I am trying to change video, but not able to. I tried to take embed code from youtube it is in <iframe> they way we have in sportal template is different. Can you please share some link or let me know how can i change the video?
Is there any way to show more than 1 video?
3. Is there any way to enable user to upload picture and video and admin can approve before showing on website?
Please suggest do we have these somewhere with sportal?
I know it is more demanding but please help me out?
Thanks
Please Log in to join the conversation.
-
pirossi
Inactive member - Member
Less
More
- Posts: 146
- Thank you received: 11
13 years 10 months ago #5808
by pirossi
Replied by pirossi on topic Re: Want feature to add comment with articles
1) No, we don't have components for comments.
But there are 3rd party components that are praised by joomla comunity, for example:
extensions.joomla.org/extensions/contact...ticles-comments/9985
2) Go to 'Module Manager' the click on module 'Video Feature' which is standard custom HTML joomla module, then click on 'Toggle editor' to view HTML code.
You will see:
There you can change the video source by changing the video URL.
3) This features you could achieve also (and only) through 3rd party components like that from the 1) answer.
But there are 3rd party components that are praised by joomla comunity, for example:
extensions.joomla.org/extensions/contact...ticles-comments/9985
2) Go to 'Module Manager' the click on module 'Video Feature' which is standard custom HTML joomla module, then click on 'Toggle editor' to view HTML code.
You will see:
Code:
<p>
<object width="235" height="176" type="application/x-shockwave-flash" data="http://www.youtube.com/v/XWoD-FOWzhI&hl=en_US&fs=1&">
<param name="movie" value="http://www.youtube.com/v/XWoD-FOWzhI&hl=en_US&fs=1&" />
<param name="FlashVars" value="playerMode=embedded" />
</object>
</p>
3) This features you could achieve also (and only) through 3rd party components like that from the 1) answer.
The following user(s) said Thank You: cuevision
Please Log in to join the conversation.
-
iencash
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
13 years 10 months ago - 2 years 7 months ago #5812
by iencash
Replied by iencash on topic Re: Want feature to add comment with articles
Thank you very very for quick response.
I am trying to add one video,
This is the code, i got from youtube - > Embed -> Use OLD embed code, I got below code:
I put this code by steps mentioned by you:
Put the code in Custom Output & clicked on toggle editor:
The code changed to below:
But still no video is coming on screen, only white screen is coming...
Tried 2-3 times, Please let me know where I done wrong?
I am trying to add one video,
This is the code, i got from youtube - > Embed -> Use OLD embed code, I got below code:
Code:
<object width="425" height="349"><param name="movie" value="http://www.youtube.com/v/epnTeenbTR4?fs=1&hl=en_US&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/epnTeenbTR4?fs=1&hl=en_US&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="349"></embed></object>
I put this code by steps mentioned by you:
Put the code in Custom Output & clicked on toggle editor:
The code changed to below:
Code:
<p>
<object width="235" height="206">
<param name="movie" value="http://www.youtube.com/v/epnTeenbTR4?fs=1&hl=en_US&rel=0" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
</object>
</p>
But still no video is coming on screen, only white screen is coming...
Tried 2-3 times, Please let me know where I done wrong?
Last edit: 2 years 7 months ago by milos.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6747
- Thank you received: 716
13 years 10 months ago #5813
by milos
Replied by milos on topic Re: Want feature to add comment with articles
You must disable WYSIWYG editor if you are on Joomla 1.5. In Global configuration select No WYSIWYG editor.
You must disable WYSIWYG editor if you are on Joomla 1.6. In Global configuration select No WYSIWYG editor. Also, in Article Manager > Options > Text Filters, you must select No Filtering for superadministrators.
You must disable WYSIWYG editor if you are on Joomla 1.6. In Global configuration select No WYSIWYG editor. Also, in Article Manager > Options > Text Filters, you must select No Filtering for superadministrators.
Please Log in to join the conversation.
-
cuevision
Inactive member - Member
Less
More
- Posts: 20
- Thank you received: 0
13 years 7 months ago #8473
by cuevision
Replied by cuevision on topic Re: Want feature to add comment with articles
Hi
This worked for me well! I only had to change the 'XWoD-FOWzhI' into my YouTube code and the movie works like a charme!
regards,
Ed
This worked for me well! I only had to change the 'XWoD-FOWzhI' into my YouTube code and the movie works like a charme!
regards,
Ed
Please Log in to join the conversation.
Time to create page: 0.174 seconds