https://antibiotiqueaugmentin.com/surdosage-augmentin-bebe/
× This is the optional Forum header for the Suggestion Box.

Help for a link (might need development)

  • kaizen
  • kaizen's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 8 months ago #1929

Hello,

First, I ma glad to say I bought your component and it is great. Expect a recommendation on Joomla.org as it is so simple compared to other stuff I saw.

I have now a question about the "link".
The link I want to use is a bit special.
Actually, the records I display are a special table containing records with videos url from youtube. Now, I want the videos to be displayed on MY site and not on Youtube.

The idea is to use the link in order to:
- get the video to youtube and
- launch the video in MY video component

So, it is more than just a link. The youtube component I use is the Viper Youtube Video Pro.

Do you see a way to help? Even if it means development?

Best,

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #1930

Hi,

In that case I would suggest creatig a database view, where you create an embed code for your video, than use this view with Table JX and the videos will be displayed embeded into the table.

The sql for creating a view command will be something like

CREATE VIEW ViewName AS 
SELECT field1, field2, field3, 
CONCAT('<object width="560" height="315"><param name="movie" value="',
youtube_field,
'"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="',
youtube_field,
'" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>') AS youtube
FROM mytable

In the above example I simply took the embed code, generatet by youtube, and concatenated the value prom youtube_field on the two places where the url address should stand. To learn more about database views visit our FAQ pages.

Please Log in or Create an account to join the conversation.

  • kaizen
  • kaizen's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 8 months ago #1931

Hello,

Thank you for your answer.

I am not really sure this goes well with my plan...but can not elaborate here.

Is there a way to send you a private message? I need to elaborate more as I am looking for a skilled developer and you might be a great help.

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #1932

Please contact us on This email address is being protected from spambots. You need JavaScript enabled to view it.

Please Log in or Create an account to join the conversation.

Moderators: tomaz
Time to create page: 0.171 seconds

Contact Us

Contact us on Discord

Contact us on Facebook