Author Topic: Photo-box style edit  (Read 12422 times)

0 Members and 1 Guest are viewing this topic.

Offline mseifer

  • Newbie
  • *
  • Posts: 22
    • View Profile
Photo-box style edit
« on: November 29, 2010, 12:09:12 AM »
Hello. We have a 4images gallery script. We have applied for the photo-box style. I want to swap the order of two elements, as shown by the arrow in the picture:

Uploaded with ImageShack.us

Which files to edit the style to replace those parts of the sequence? Please help me as soon as possible.

Offline mseifer

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: Photo-box style edit
« Reply #1 on: December 04, 2010, 05:28:35 PM »
Please help.

Rembrandt

  • Guest
Re: Photo-box style edit
« Reply #2 on: December 04, 2010, 05:54:37 PM »
which template, link?

Offline x23piracy

  • Sr. Member
  • ****
  • Posts: 420
    • View Profile
    • FHG
Re: Photo-box style edit
« Reply #3 on: December 04, 2010, 06:04:53 PM »
which template, link?

sieht schwer nach Iceberg customized aus.


Gruß Jens

Don't trust in md5 it's unsafe change your 4i galerys password hash algorythm! second pw db field, create new hashes over some time, deny old hash. Help members that cry, send informationen mail to the rest. Camouflage new pw hash in cookie. Done!

--(◔̯◔)--

Offline mseifer

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: Photo-box style edit
« Reply #4 on: December 04, 2010, 07:03:21 PM »

Rembrandt

  • Guest
Re: Photo-box style edit
« Reply #5 on: December 04, 2010, 08:10:32 PM »
search in your /home.html:
Code: [Select]
<td align="center">{user_box}</td>

                    </tr>

                  </table><br />
insert below your script

Offline mseifer

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: Photo-box style edit
« Reply #6 on: December 04, 2010, 08:46:26 PM »
My content "home" is  :
{header}
                <
td width="1" valign="top"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>

                <
td width="16" valign="top"><img src="{template_url}/images/spacer.gif" alt="" width="16" height="6" /></td>
	
	
	
	
                  
                <
td width="743" valign="top">
               
                <
img src="{template_url}/images/spacer.gif" alt="" width="700" height="6" />
                  <
table width="99%" border="0" cellspacing="0" cellpadding="0">

                    <
tr

                      <
td>{category_dropdown_form}</td>

                      <
td align="right">{setperpage_dropdown_form}</td>

                    </
tr>

                  </
table>
                  &
nbsp;
                  {if 
categories}
                  <
table width="743" border="0" cellspacing="0" cellpadding="1">

                    <
tr

                      <
td

                        <
table width="100%" border="0" cellspacing="0" cellpadding="0">

                          <
tr

                            <
td class="head1">{lang_categories}</td>

                          </
tr>

                          <
tr

                            <
td class="row2" valign="top">{categories}</td>

                          </
tr>

                        </
table>

                      </
td>

                    </
tr>

                  </
table>

                  <
br />

                  {endif 
categories}{lang_site_stats}<br />

                  <
br />

                  {if 
msg}<b>{msg}</b><br /><br />{endif msg

                  <
table width="743" border="0" cellspacing="0" cellpadding="0">

                    <
tr

                      <
td

                        <
table width="100%" border="0" cellspacing="0" cellpadding="0">

                          <
tr

                            <
td class="head1">{lang_new_images}</td>

                          </
tr>

                        </
table>

                      </
td>

                    </
tr>

                    <
tr

                      <
td>{new_images}</td>

                    </
tr>

                  </
table>

                  <
br />

<
table width="743" border="0" cellspacing="0" cellpadding="0">
  <
tr>
    <
td class="head1">
      <
table width="100%" border="0" cellspacing="0" cellpadding="4">
        <
tr>
          <
td class="head1">{news_main}</td>
          <
td class="head1" align="right"><class="head1" href="news.php">{news_archives}</a></td>
        </
tr>
      </
table>
    </
td>
  </
tr>
  <
tr>
    <
td class="head1" colspan="2">{news}</td>
  </
tr>
</
table>
<
br />
	
	

	
	
	
	
  {
whos_online}

{if 
last_comments}
                  <
table width="743" border="0" cellspacing="0" cellpadding="1">
                    <
tr
                      <
td class="head1"
                        <
table width="100%" border="0" cellspacing="0" cellpadding="3">
                          <
tr
                            <
td class="head1" valign="top" colspan="5">{lang_last_comments}</td>
                          </
tr>
                          {
last_comments}
                        </
table>
                      </
td>
                    </
tr>
                  </
table>
                  <
br />
{endif 
last_comments}

	
	
	
	
  <
br />


                </
td>

              </
tr>

            </
table>

          </
td>
          <
td background="{template_url}/images/c_r.png"><img src="{template_url}/images/c_r.png" alt="c_r" /></td>
        </
tr>
	
	
<
tr>
        
	
<
td><img src="{template_url}/images/c_bl.png" alt="c_bl" /></td>
        
	
<
td background="{template_url}/images/c_b.png"><img src="{template_url}/images/c_b.png" alt="c_b" /></td>
        
	
<
td><img src="{template_url}/images/c_br.png" alt="c_br" /></td>
        </
tr>
      </
table>

    </
td>

  </
tr>

</
table>

{
footer}

Rembrandt

  • Guest
Re: Photo-box style edit
« Reply #7 on: December 04, 2010, 09:44:14 PM »
this is not from the Photo-box style

Offline mseifer

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: Photo-box style edit
« Reply #8 on: December 04, 2010, 11:13:38 PM »
this is not from the Photo-box style

I checked a few times and I'm sure this is it.

Rembrandt

  • Guest
Re: Photo-box style edit
« Reply #9 on: December 05, 2010, 04:45:39 AM »
ok you say that is it , but then ask i am where is your script ?
i can see in your picture the part for login, but not in your code.

Offline mseifer

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: Photo-box style edit
« Reply #10 on: December 05, 2010, 03:54:22 PM »
My script is in the file: "random_image"

{Thumbnail} <br /> {image_name} </ b> {if image_is_new <sup class="new">} {lang_new} </ sup> {endif} <br /> image_is_new

{If allow_comments lang_comments} {} {} {endif image_comments allow_comments} <br /> {user_name}

<
Iframe src "http://www.facebook.com/plugins/likebox.php?href=http% 3A% 2F% 2Fwww.facebook.com% 2F% 23% 21% 2Fpages% 2FCzerwoneSamochodycom% 2F150507101635560 & width = 210 & colorscheme = Light & connections = 6 & stream = true & header = false & height = 630 "scrolling =" no "frameborder =" 0 "style =" border: none; overflow: hidden; width: 210px; height: 630px; "allowTransparency =" true "> </ iframe>
<
br />
<
a href="http://www.digitex.pl/"> <img src="platan.jpg" width="180" alt="www.digitex.pl" align="center"> </ a>
<
a href="http://sklepogniowy.pl/" target="_blank"> <img src "http://sklepogniowy.pl/logo.jpg" width "180" height "150" border " 0 "/> </ a> <br>
<
a href="http://www.heartsaver.pl" target="_blank"> <img src="serce.jpg" width="180" height="150" border="0" /> </ > <br>
<
a href="http://www.oliwia-krupowies.bloog.pl" target="_blank"> <img src "dlaoliwki.jpg" width "180" height "240" border "0" / > </ a> <br>

Rembrandt

  • Guest
Re: Photo-box style edit
« Reply #11 on: December 05, 2010, 05:58:52 PM »
You can test self


<Iframe src "http://www.facebook.com/plugins/likebox.php?href=http% 3A% 2F% 2Fwww.facebook.com% 2F% 23% 21% 2Fpages% 2FCzerwoneSamochodycom% 2F150507101635560 & width = 210 & colorscheme = Light & connections = 6 & stream = true & header = false & height = 630 "scrolling =" no "frameborder =" 0 "style =" border: none; overflow: hidden; width: 210px; height: 630px; "allowTransparency =" true "> </ iframe>
<
br>
{
Thumbnail} <br /> {image_name} </ b> {if image_is_new <sup class="new">} {lang_new} </ sup> {endif} <br /> image_is_new
{If allow_comments lang_comments} {} {} {endif image_comments allow_comments} <br /> {user_name}
<
br />
<
a href="http://www.digitex.pl/"> <img src="platan.jpg" width="180" alt="www.digitex.pl" align="center"> </ a>
<
a href="http://sklepogniowy.pl/" target="_blank"> <img src "http://sklepogniowy.pl/logo.jpg" width "180" height "150" border " 0 "/> </ a> <br>
<
a href="http://www.heartsaver.pl" target="_blank"> <img src="serce.jpg" width="180" height="150" border="0" /> </ > <br>
<
a href="http://www.oliwia-krupowies.bloog.pl" target="_blank"> <img src "dlaoliwki.jpg" width "180" height "240" border "0" / > </ a> <br>


Offline mseifer

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: Photo-box style edit
« Reply #12 on: December 05, 2010, 06:08:58 PM »


Uploaded with ImageShack.us



One more question. Do you put a logo that was the tool for searching? So that was the entire width and that the search was on that logo.

Uploaded with ImageShack.us