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 - Apfelfrucht

Pages: [1]
1
Hello Kurt,

I will test it again and tell you here if it works :wink:

Apfel.

2
Hello Kurt,

I've tried already that solution but not working, perhaps that solution is not working anymore with 4images 1.7.4 version.

Have you other way or new way which work with 4images 1.7.4 ?

Apfel.

3
Discussion & Troubleshooting / ROOT_PATH.'MEDIA_DIR' ?
« on: July 04, 2007, 11:59:50 AM »
Hello,

Do you know how to set the 2 galleries working only on One database ?

I have the first 4images gallery "/gallery1" and the second is "/gallery2", and how can that "/gallery2" use ONLY the Database and "/data/medias" folder of "/gallery1" ?

I've checked and try with any ROOT_PATH to change ROOT_PATH.'MEDIA_DIR', but nothing happens...

Apfel.

4
Templates & Styles (Requests & Discussions) / Templates Selector ?
« on: July 04, 2007, 04:27:03 AM »
Hello Everyone !!

I tried to find the MOD or trick to have a TEMPLATES SELECTOR in my 4images gallery but there is no one which work  :oops:

I've visited in the forum like 4 hours already and found only these :
http://www.4homepages.de/forum/index.php?topic=1847.0
http://www.4homepages.de/forum/index.php?topic=6220.0

Do you know how to have the TEMPLATES SELECTOR MOD or someone know is the way for that ?

The only one that work is at "www.4imagestemplates.com", but i don't know how they do that...

Regards.

5
Discussion & Troubleshooting / search_form.html in my front page site ?
« on: January 15, 2007, 06:01:59 PM »
Hello i'm actually using 4images version 1.7.4,

And how do i add the "4images Search Form from the search_form.html" into my Main Site, i mean into my "index.php" ?
My Main site is "index.php" is in "www/" category and,
my 4images gallery is in "www/archives/" category.

Code: [Select]
<form method="post" action="{url_search}">
  <table width="100%" border="0" cellspacing="0" cellpadding="1">
    <tr>
      <td class="head1">
        <table width="100%" border="0" cellpadding="4" cellspacing="0">
          <tr>
            <td colspan="2" valign="top" class="head1">{lang_search}</td>
          </tr>
          <tr>
            <td valign="top" class="row1"><b>{lang_search_by_keyword}</b></td>
            <td class="row1" valign="top">
              <input type="text" name="search_keywords" size="40" value="{search_keywords}" class="input" />
              <br />
              <input type="checkbox" name="search_new_images" value="1" />
              {lang_new_images_only}</td>
          </tr>
  <tr>
            <td valign="top" class="row2"><b>{lang_search_by_username}</b></td>
            <td class="row2" valign="top">
              <input type="text" name="search_user" size="40" value="{search_user}" class="input" />
            </td>
          </tr>
          <tr>
            <td class="row1"><b>{lang_search_terms}</b></td>
            <td class="row1">
              <input type="radio" name="search_terms" value="any" checked="checked" />
              {lang_or}&nbsp;&nbsp;
<input type="radio" name="search_terms" value="all" />
              {lang_and}
            </td>
          </tr>
          <tr>
            <td class="row2"><b>{lang_category}</b></td>
            <td class="row2">{category_dropdown}</td>
          </tr>
          <tr>
            <td valign="top" class="row1"><b>{lang_search_fields}</b></td>
            <td class="row1">
              <table border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td nowrap="nowrap"><input type="radio" name="search_fields" value="all" checked="checked" /> {lang_all_fields}</td>
                  <td nowrap="nowrap">&nbsp;&nbsp;&nbsp;&nbsp;</td>
                  <td nowrap="nowrap"><input type="radio" name="search_fields" value="image_name" /> {lang_name_only}</td>
                </tr>
                <tr>
                  <td nowrap="nowrap"><input type="radio" name="search_fields" value="image_description" /> {lang_description_only}</td>
                  <td nowrap="nowrap">&nbsp;</td>
                  <td nowrap="nowrap"><input type="radio" name="search_fields" value="image_keywords" /> {lang_keywords_only}</td>
                </tr>
              </table>
            </td>
          </tr>
          <tr>
            <td class="row1">&nbsp;</td>
            <td class="row1"><input type="submit" value="{lang_search}" class="button" /></td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
</form>

Help me please..  :roll:


Pages: [1]