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.


Topics - NetRebel

Pages: [1]
1
Hi there all,

For a new site I have added an additional field "images_autoload". It works just fine when uploading, viewing details and editing, but I can't seem to get it to work in a new file I created in the MEDIA folder.

Specifically. I have entered value "SPACE TAXI" in the new added "images_autoload" field. It shows it's value on the details page, but I would like to use the value in the HTML code inside the media folder.

Example; for a plain JPG image, the next code is used: <img src="{media_src}" etc...
This will insert the value of media_src into the jpg template inside the MEDIA folder.

I would like to use my value in image_autoload also using this technique, like:
<autostartPRG='{images_autoload}'>  etc...

Unfortunately this doesn't work. I can use the value in images_autoload inside a temlate file, but not inside a template that is in the MEDIA folder.

Suggestions?

[Edit]

Alternatively, I found that I can use PHP inside these MEDIA templates. Maybe there is an easy way to read the contents of custom fields (in my case images_autoload) into some PHP variable?

[Edit 2]

I found that something like $testvalue="{image_autoload}"; works fine inside the details.html template, but it doesn't in MEDIA/ templates. Someone knows a way to "transport" the value to there?

2
Hi all,

I am building a UMD™ VIDEO database using 4images. Besides the standard search, I would like to search for all titles starting with a certain character. For instance, I would like to do a search for all titles starting with "B" and then it should provide a list like Bad Boys, Bad Santa, Barbershop etc. and NOT (like it does now) with the character B anywheren INSIDE the title.

Does anyone know if this is possible and if so, what URL should I use for this?

I want to create a line in my header like A | B | C | D | E ... etc which would enable the users to search the database in an alphabetic index order.

Pages: [1]