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

Pages: [1]
1
I like my current template, however the person who made it is no longer around. (Website down, etc.) I was wondering if anyone can take the existing template and change it to a couple different colors so I can change it from time to time?

My link is www.omnamaste.com/4images

Please post or PM me if anymore info is needed or to give me a price, etc. Thank you very much!

Tina

2
Templates & Styles (Requests & Discussions) / REQ: Apple Style Template
« on: January 11, 2007, 01:29:21 AM »
I was wondering if anyone out there can create an Apple style template that will be compatible for 1.7.4? I currently have the FI_Apple_Blue by Komy.net (www.OmNamaste.com/4images) but his site is no longer there and this template doesn't even work completely with 1.7.1. I installed this template during the previous 4images release. I really love the look and feel of this template, but don't want to update to 1.7.4 in fear of having more issues. I've looked at other templates available, and although they are really great templates, they just don't click with me the way this one does. It doesn't even really have to be blue, I just like the overall layout and style.

Thanks!
Tina

3
Mods & Plugins (Requests & Discussions) / Private Pictures?
« on: December 13, 2005, 10:40:05 PM »
I know we can make a category private and only allow those we want to have access to it. But is there a way we can break that down further?

Let's say I have a category called "Home". I want everyone to have access to that category, but there are a few people that I don't want to see 1 or 2 pictures in that category but I want them to see all the other pictures. I know it would be easier to just create another category, but that would through off my entire "system" of how I organize my photos.

4
I created this slideshow button to match my site a little better and to have it in English. I figured others might be interested in it, especially if they have the FI_Apple_Blue template like I do. I also attached the files in png so you can edit them easily if you want. I used Fireworks MX to do them. I also wouldn't mind doing some editing for others if they know what font, etc. they want:) Just PM me.
Tina

5
Templates & Styles (Requests & Discussions) / Need Template Help
« on: August 02, 2005, 06:21:14 AM »
I have the FI_Apple_Blue template from Komy. I would post this question to his forum but he hasn't answered questions on there for about a year now.

I am trying to install the "New Images In Category Mod v2" http://www.4homepages.de/forum/index.php?topic=5654.0.
I have everything else done, but when it comes to:

Code: [Select]
In your home.html file

 :arrow: Add:

{new_image_cats}

where you want the "New images in Category" to appear.

It doesn't work because this template doesn't show the left column in the home.html. But the left column does show in the FI_Apple_Blue header.html.
I was told by a friend that I would probably have to add something to the header.html since this template was converted from PHPBB. I was hoping
someone here could tell me what I needed to put in and where so that it shows below my "Random Images"? This is the code to header.html.
Below that I'll post my home.html so you can see what it looks like. I would be forever grateful for any help!

Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<head>
<title>{site_name}</title>
<meta http-equiv="content-type" content="text/html; charset={charset}" />
<link rel="stylesheet" href="{template_url}/style.css" />
<link rel="stylesheet" href="{template_url}/fiappleblue.css" type="text/css" />
<script language="JavaScript" type="text/javascript" src="{template_url}/../../scripts/4images.js"></script>
<!--
window.status="Log in to check your private messages"
// -->
<script language="javascript" type="text/javascript">
<!--
   
  function right(e) {
    if (navigator.appName == 'Netscape' && (e.which == 2 || e.which == 3)) {
      alert("© Copyright by {site_name}");
      return false;
    }
    else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button==2 || event.button == 3)) {
      alert("© Copyright by {site_name}");
      return false;
    }
    return true;
  }
  document.onmousedown=right;
  if (document.layers) window.captureEvents(Event.MOUSEDOWN);
  window.onmousedown=right;

//-----------------------------------------------------
//--- Slideshow changes -------------------------------
//-----------------------------------------------------
function openslideshow(url,window_width,window_height,new_window) {
  if (new_window == 2 || new_window == 1) {
    var width_avail = screen.availWidth-15;
    var height_avail = screen.availHeight-60;
    var width_full = screen.width;
    var height_full = screen.height;

    // Callculate the spaces from left and top to center the new window:
    var left_space = ((width_avail - window_width) > 0) ? parseInt((width_avail - window_width) / 2) : 0;
    var top_space = ((height_avail - window_height) > 0) ? parseInt((height_avail - window_height) / 2) : 0;
    if (new_window == 2) {
      window_width = width_avail;
      window_height = height_avail;
      left_space = 0;
      top_space = 0;
      url += "&maw="+(window_width-97)+"&mah="+(window_height-194)+"&msw="+width_full+"&msh="+height_full;
    } // if complete picture (whole window)

    slideshow_window = window.open(url,"slideshowwindow","resizable=yes,dependent=yes,hotkeys=no,location=no,menubar=no,scrollbars=yes,status=yes,toolbar=no,width="+window_width+",height="+window_height+",left="+left_space+",top="+top_space+"");
  } // if new_window
  else {
    window.location.href=url;
  } // else new_window
} // openslideshow


// -->
</script>
</head>
<body><a name="top" id="top"></a>
<!-- Top Menu Table Cell -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">


<!-- Top Menu Table -->
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><a href="index.php"><img src="{template_url}/images/spacer.gif" width="10" height="26" border="0" alt="" /></a></td>
<td><a href="index.php"><img src="{template_url}/images/top_bar_home.gif" width="80" height="26" border="0" alt="Forum Images Forum Index" title="Forum Images Forum Index" /></a></td>
<td><a href="{url_top_images}"><img src="{template_url}/images/top_bar_top.gif" width="80" height="26" border="0" alt="Forum Images Forum Index" title="Forum Images Forum Index" /></a></td>
<td><a href="{url_new_images}"><img src="{template_url}/images/top_bar_new.gif" width="80" height="26" border="0" alt="Forum Images Forum Index" title="Forum Images Forum Index" /></a></td>
{if cp_link}
<td><a href="admin/index.php"><img src="{template_url}/images/top_bar_admin.gif" width="80" height="26" border="0" alt="Forum Images Forum Index" title="Forum Images Forum Index" /></a></td>
{endif cp_link}
</tr>
</table>
</td>
</tr>
</table>

<!-- {lang_registered_user} -->
<table border="0" cellpadding="0" cellspacing="0" class="ttb">
<tr>
<td><img src="{template_url}/images/tt12_l.gif" width="10" height="12" alt="" /></td>
<td class="tt12bkg"><img src="{template_url}/images/spacer.gif" width="200" height="12" alt="" /></td>
<td><img src="{template_url}/images/tt12_r.gif" width="10" height="12" alt="" /></td>
</tr>
</table>

<table class="bodyline" width="100%" cellspacing="0" cellpadding="10" border="0">
<tr>
<td valign="top" width="1">

<!-- Login Column -->
<table border="0" cellpadding="0" cellspacing="0" class="ttb">
<tr>
<td><img src="{template_url}/images/tt12_l.gif" width="10" height="12" alt="" /></td>
<td class="tt12bkg"><img src="{template_url}/images/spacer.gif" width="150" height="12" alt="" /></td>
<td><img src="{template_url}/images/tt12_r.gif" width="10" height="12" alt="" /></td>
</tr>
</table>

<table width="170" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="cat">{lang_registered_user}</td>
</tr>
<tr>
<td class="row1" align="center">

{user_box}
{new_image_cats}
</td>
</tr>
</table>

<table border="0" cellpadding="0" cellspacing="0" class="ttb">
<tr>
<td><img src="{template_url}/images/tb12_l.gif" width="10" height="12" alt="" /></td>
<td class="tb12bkg"><img src="{template_url}/images/spacer.gif" width="150" height="12" alt="" /></td>
<td><img src="{template_url}/images/tb12_r.gif" width="10" height="12" alt="" /></td>
</tr>
</table>

<br />

<!-- {lang_random_image} -->
{if random_image}
<table border="0" cellpadding="0" cellspacing="0" class="ttb">
<tr>
<td><img src="{template_url}/images/tt12_l.gif" width="10" height="12" alt="" /></td>
<td class="tt12bkg"><img src="{template_url}/images/spacer.gif" width="150" height="12" alt="" /></td>
<td><img src="{template_url}/images/tt12_r.gif" width="10" height="12" alt="" /></td>
</tr>
</table>

<table width="170" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="cat">{lang_random_image}</td>
</tr>
<tr>
<td class="row1" align="center">
<br />
{random_image}
<br />
<br />
</td>
</tr>
</table>

<table border="0" cellpadding="0" cellspacing="0" class="ttb">
<tr>
<td><img src="{template_url}/images/tb12_l.gif" width="10" height="12" alt="" /></td>
<td class="tb12bkg"><img src="{template_url}/images/spacer.gif" width="150" height="12" alt="" /></td>
<td><img src="{template_url}/images/tb12_r.gif" width="10" height="12" alt="" /></td>
</tr>
</table>
{endif random_image}
<!-- End Left Column -->
</td>
<td valign="top">

<table border="0" cellpadding="0" cellspacing="0" class="scrn">

<tr>
<td><img src="{template_url}/images/scrn_tl.gif" alt="" width="14" height="14" /></td>
<td colspan="2" width="100%" class="scrntbkg"><img src="{template_url}/images/spacer.gif" alt="" width="10" height="14" /></td>
<td><img src="{template_url}/images/scrn_tr.gif" alt="" width="14" height="14" /></td>
</tr>

<tr>
<td class="scrnlbkg"><img src="{template_url}/images/spacer.gif" alt="" width="14" height="60" /></td>

<td class="scrnm">
<span class="maintitle">{site_name}</span>
<br />

</td>

<form method="post" action="{url_search}">
<td class="scrnm">
<input type="text" name="search_keywords" size="15" class="searchinput" />
<input type="submit" value="{lang_search}" class="button" name="submit" />
&nbsp;
<a href="{url_search}" class="smalltext">{lang_advanced_search}</a>
</td>
</form>

<td class="scrnrbkg"><img src="{template_url}/images/spacer.gif" alt="" width="14" height="60" /></td>
</tr>

<tr>
<td><img src="{template_url}/images/scrn_bl.gif" alt="" width="14" height="14" /></td>
<td colspan="2" width="100%" class="scrnbbkg"><img src="{template_url}/images/spacer.gif" alt="" width="10" height="14" /></td>
<td><img src="{template_url}/images/scrn_br.gif" alt="" width="14" height="14" /></td>
</tr>

</table>

<br />

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left">{clickstream}&nbsp;</td>
<td align="right">
<a href="{url_top_images}"><b>{lang_top_images}</b></a>&nbsp;
<a href="{url_new_images}"><b>{lang_new_images}</b></a>&nbsp;

</td>
</tr>
</table>


Code: [Select]
{header} {if user_loggedout}{lang_no_permission}{endif user_loggedout} {if user_loggedin}

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

<br />

{if categories}

<table border="0" cellpadding="0" cellspacing="0" class="ttb">
<tr>
<td><img src="{template_url}/images/tt12_l.gif" width="10" height="12" alt="" /></td>
<td class="tt12bkg"><img src="{template_url}/images/spacer.gif" width="200" height="12" alt="" /></td>
<td><img src="{template_url}/images/tt12_r.gif" width="10" height="12" alt="" /></td>
</tr>
</table>

<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="cat">{lang_categories}</td>
</tr>

<tr>
<td class="row1" width="100%">
{categories}
</td>
</tr>

</table>

<table border="0" cellpadding="0" cellspacing="0" class="ttb">
<tr>
<td><img src="{template_url}/images/tb12_l.gif" width="10" height="12" alt="" /></td>
<td class="tb12bkg"><img src="{template_url}/images/spacer.gif" width="200" height="12" alt="" /></td>
<td><img src="{template_url}/images/tb12_r.gif" width="10" height="12" alt="" /></td>
</tr>
</table>

<br />
{endif categories}{lang_site_stats}<br />
<br />

<table border="0" cellpadding="0" cellspacing="0" class="ttb">
<tr>
<td><img src="{template_url}/images/tt12_l.gif" width="10" height="12" alt="" /></td>
<td class="tt12bkg"><img src="{template_url}/images/spacer.gif" width="200" height="12" alt="" /></td>
<td><img src="{template_url}/images/tt12_r.gif" width="10" height="12" alt="" /></td>
</tr>
</table>

<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="cat">{lang_new_images}</td>
</tr>

<tr>
<td class="row1" width="100%">
{new_images}
</td>
</tr>

</table>

<table border="0" cellpadding="0" cellspacing="0" class="ttb">
<tr>
<td><img src="{template_url}/images/tb12_l.gif" width="10" height="12" alt="" /></td>
<td class="tb12bkg"><img src="{template_url}/images/spacer.gif" width="200" height="12" alt="" /></td>
<td><img src="{template_url}/images/tb12_r.gif" width="10" height="12" alt="" /></td>
</tr>
</table>

<br />

{whos_online}

<br />

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left">{category_dropdown_form}</td>
<td align="right">{setperpage_dropdown_form}</td>
</tr>
</table>

{endif user_loggedin} {footer}


6
Last night I realized something different that didn't happen before. Whenever I go into a Category that has subcategories (empty or not) the Random Image appears in the category. It doesn't happen in any other Category, only those with subcats. I included a picture of what is happening. This does not happen in the 4images default template so it must be something in the FI_Apple_Blue template I am using. Can someone tell me where this may be occuring in the files and how to fix it? I am using v1.71.

Thanks!
Tina

7
Templates & Styles (Requests & Discussions) / Template Issue
« on: July 25, 2005, 02:26:28 AM »
Can someone tell my how to fix this? The maker of the template doesn't seem to check his own forum anymore so I don't know where else to ask.

If you look at the bottom box where it shows who is online, some of the border on the left is missing, along with all 4 corners. I uploaded and overwrote the home.html for this template to see if that worked but it didn't. Is there somewhere else I need to look? And how would I fix it? Thanks!

8
Installation, Update & Configuration / CHMOD
« on: July 24, 2005, 01:45:07 AM »
I was just applying one of the Mods and was curious about something I noticed. In the "includes" folder, everything was set to "644" except the "functions"...that was set to "666". I'm wondering if I must have accidentally changed that some time earlier or if it should really be "644" and not "666". Which one should it be?

Thanks!

9
Discussion & Troubleshooting / Uploading Video
« on: July 23, 2005, 10:13:55 PM »
In regards to this FAQ http://www.4homepages.de/forum/index.php?topic=6840.0 (Cannot upload files larger than 2MB)

It was said to add some code to the .htaccess in the root directory. I see 2 .htaccess's.
One is located in 4images/cache/.htaccess and the other is located in 4images/data/database/.htaccess

Which one should I apply this code to?

Thanks!


10
Is there a Mod, or can one be made, that will show the Top 10 (or more) categories by hits, images by hits/rating/votes/downloads in the ACP? I'd like to be able to see more than the Top 5. I'd like to see the top 10-20:) Thanks!

11
Mods & Plugins (Requests & Discussions) / Rearrange Photos
« on: July 17, 2005, 06:35:48 AM »
Is there a Mod, or can one be done, so that the Admin can rearrange the order of images within a category? I know there is a Mod somewhat like this, but I don't believe it would work for me since the images I need them for are scanned. I'd like to be able to rearrange them in the ACP just like you can change the categories around. And, of course, move any descriptions and comments if possible.

12
Installation, Update & Configuration / Change email subject line?
« on: July 16, 2005, 08:30:24 PM »
I know how to change the body of the email (in lang/english/email). But how do I change the subject line? I don't see that anywhere. Thanks!
Tina

13
Discussion & Troubleshooting / Errors
« on: July 12, 2005, 04:13:21 AM »
I updated 4images from 1.7 to 1.71 with no problem, except that I now have visible code showing in the template on every page.
I have attached an example of one of the pages with errors. I don't know much about templates, so if you can help me I'd really appreciate it. I've posted to the creators forum but have no gotten a response. Thanks!

Pages: [1]