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

Pages: [1] 2 3 4
1
The job has been filled, thanks! :)

2
Quote
If someone were to tell it would take an hour

Ah ! so want someone rate by hour job ? Now cover. No say from 1st post. ;)

No, I'm not saying I want an hourly rate. I just gave an example. I just don't know how much something like this would cost, but I need to have it done...so I will pay whatever seems reasonable. Are you able to do this job for me? If so, please tell me what you think you would want to do the job. Thanks!  :D

3
Is reasonable no say price for job ?  :mrgreen:

I'm not quite sure what you're saying...sorry :) But let me add that what I mean by reasonable is that I have no clue as to how much time something like this would take. So reasonable all depends on how much time. If someone were to tell it would take an hour and charge me $100, then that is not reasonable :D

4
Price quote range ?

I really don't have one. I'd like to get it done, so whatever it reasonably takes. :)

5
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

6
Hello;
I made such a template in my old test website, here.
You can download it here. Even if my old test site runs on 4images 1.7.1, sources have been updated to the latest version.
You will have to sign with user=test and password=test.
Hope it would help. I will search in my own archives to find the "FI_Apple_Blue" template and fit it to the last version. If I get success, I will send you the updated files.


Thank you very much! Love it!!!  :D

7
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

8
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.

9
Mods & Plugins (Releases & Support) / Re: [Mod] bbcode Smileys
« on: August 14, 2005, 05:13:10 AM »
Nevermind:) I finally found the culprit.

10
Mods & Plugins (Releases & Support) / Re: [Mod] bbcode Smileys
« on: August 13, 2005, 08:43:37 PM »
I have found other ones that are not showing the correct icon. The latest is the exclamation. If I do
Code: [Select]
:!: I get the big grin (laugh).

I just noticed that using the
Code: [Select]
:lol: brings up the twisted face and not the laughing face. If I use
Code: [Select]
LOL however it does work. But how can I fix this for others that won't know it will work using LOL?

11
Mods & Plugins (Releases & Support) / Re: [Mod] Latest News and Archive
« on: August 12, 2005, 12:57:31 AM »
I want my "latest news" table to have the same feel as my "categories" table. Can someone tell me what the code would be in home.html? I've tried and it's not working. I'm sure it's just some minor things I am missing. But here is the code to my "categories" table located in my home.html. So how would I modify this so that it will be the actual latest news table?

Code: [Select]
<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>

12
Mods & Plugins (Releases & Support) / Re: [Mod] Latest News and Archive
« on: August 07, 2005, 05:02:57 AM »
Quote
Step 1.  Create simple image to be used to as your Latest_news image as you would any other image.
You can use this one if you want http://www.newman.d2g.com/Code_help_files/Latest_News.jpg

His page has been down for quite some time and I was wondering if someone could post an image for me as an example? Thanks!

13
Mods & Plugins (Releases & Support) / Re: [Mod] bbcode Smileys
« on: August 04, 2005, 06:51:04 AM »
I just noticed that using the
Code: [Select]
:lol: brings up the twisted face and not the laughing face. If I use
Code: [Select]
LOL however it does work. But how can I fix this for others that won't know it will work using LOL?

14
Nevermind:) I was able to figure out everything on my own :D

15
I was able to fix the search issue:) I'll share what I found specifically for those that may have trouble like I did. As "Legendary" mentioned, there was an extra line of code floating around. This is what you need to delete AFTER End of Show New Image count in category Mod.

Code: [Select]

$search_cat = (isset($HTTP_POST_VARS['cat_id']) ) ? intval($HTTP_POST_VARS['cat_id']) : 0;



I hope this helps others:)


But I still need help on adding the Title (New Images Added, etc.) to the top like it is for Random Images and how to make it so that the number of the new images stays where they are, but move back the category names so they are more to the left. Anyone?

Pages: [1] 2 3 4