Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - marod0er

Pages: [1] 2 3 4 5 ... 9
1
Feedback & Suggestions / Re: Hello
« on: September 10, 2013, 11:39:27 PM »
Go download the software and upload to server.

Easy, peasy, japaneesy.

2
hehe jep!

3
sorry to highjack this. But did you got this working --> http://www.4homepages.de/forum/index.php?topic=6729.msg66895#msg66895 ?
Unfortunately no :(
If you get it working, please get in touch with me! Thanks

4
Nevermind  :D site.com/./data/1.jpg apparently just redirects to site.com/data/1.jpg

5
Okay, anyway this is what I have so far:

I've found {media_src} and {image_file_name}.

The {media_src} variable would work as I want, but the thing is it includes a dot "." in that path

6
To clarify, I want to be able to add "cool_car.jpg" to the details.html page (including folder path of course)

7
Hello.

I need to be able to grab the filename of the picture in details.php

Example: I have an image on my site called cool_car.jpg. I need to be able to show the filename on the actualy site, i.e. /details.php?image_id=123

But I can't find the variable. Can someone please help me, as I need this bad...

Thanks alot!

8
Mods & Plugins (Requests & Discussions) / Re: Sitemap followup
« on: June 19, 2006, 01:58:52 PM »
Bump

9
Mods & Plugins (Requests & Discussions) / Re: Sitemap followup
« on: June 13, 2006, 12:44:44 PM »
Anyone? This would be great for all parties involved :)

10
I finally figured it out.

Decided I would rather have the image description, so I just added $image_row in the global function and then this
Code: [Select]
".$image_row['image_description']."where i wanted the description to show. Works like a charm. Problem solved :)

11
Mods & Plugins (Requests & Discussions) / Re: Sitemap followup
« on: June 06, 2006, 10:17:04 AM »
Vano, would you be up for this? Seeing as you did the last "category-sitemap"

12
Mods & Plugins (Requests & Discussions) / Sitemap followup
« on: June 05, 2006, 01:57:43 PM »
This is an extension to Category Sitemap MOD located at
http://www.4homepages.de/forum/index.php?topic=9299.0

What we need, is a sitemap that acts like the category sitemap, but this one should list all image-pages as well.
This is important search engine wise.

This is something we could all make good use of.

Thanks in advance.

13
Discussion & Troubleshooting / Re: Canīt see Videos in the Browser
« on: May 29, 2006, 03:42:09 PM »
If I were you, I'd look for another .avi template, that could be causing the problem.

14
Discussion & Troubleshooting / Re: Canīt see Videos in the Browser
« on: May 28, 2006, 06:08:08 PM »
Try replacing the code in your templates/{template-name}/media/avi.html

With:
Code: [Select]
<!-- Template file for AVI Movies -->
<embed src="{media_src}" border="0" width="240" height="240" type="application/x-mplayer2"></embed>

Remember to backup

15
Basically I want

{if thumbnails}
{thumbnails}
{endif thumbnails}

- on content pages, to work (i.e. details.php ~ details.html)

Pages: [1] 2 3 4 5 ... 9