Jump to content

JClark4321

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

JClark4321's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. One last call for help about the above topic if anyone is willing.
  2. So, I am a bit of a PHP noob--I am taking a class my next term, but need this done sooner than later. I will attach two pictures that show the code to help explain what I need done, and I am using the jReviews component with Joomla to make a city directory website. What I need is to have a picture, when clicked, link to a movie file. The following rules will always apply: the movie file will always be named EXACTLY like the listing, all of the movies will be in .mov format, and they will always be located in the images/stories/videos path. For instance, if the listing is for Tumalo Creek Kayak and Canoe, the file will be named Tumalo Creek Kayak and Canoe.mov I want to thank anyone willing to help with this. Jeff Clark [attachment deleted by admin]
  3. So basically I am using an extension for Joomla called Mosets Tree (I am a php noob). The purpose of the extension is to display a directory of stores etc... Right now the image that is in the listing links to the listings extra details, but I want it to link to a video that I have for that specific listing (each listing has it's own .mov video) so I need to dynamically get the NAME of the listing, which is the exact same name of the video file, which is what I do not know how to do. So far I have this: /*Modified next line so that link opens using ninja shadowbox plugin---line 39*/ $html = '<a rel="shadowbox;width=648px;height=364px;" href="images/stories/videos/'; /*How can I dynamically get the video name, which is also the listing name?--line 40*/ $html .= 'NEED LISTING NAME'; /*Add's the .mov onto the end--line 41*/ $html .= '.mov'; /*Closing " tag--line 42*/ $html .= '"';
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.