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

Pages: [1]
1
Discussion & Troubleshooting / Change link colour
« on: February 18, 2003, 06:31:36 PM »
No there isn't, but you can set up those yourself if you wish to, by adding there the missing selectors:
a:link       {
  text-decoration: none;
  color: #404040;
}
a:visited    {
  text-decoration: none;
  color: #404040;
}
a:active     {
  text-decoration: none;
  color: #ffffff;
}
a:hover      {
  color: #ffffff;
  text-decoration: none;
}
 
etc..
Note however, some of the texts are already set up in the original css, so if you wish all to be the same; change them too.
Or, add individual selectors if you wish to have just certain links and use the class="blaah" method when adding it to the template html
(Wish i knew how to use this forum , and center that code!)

2
Installation, Update & Configuration / binary mode?
« on: February 08, 2003, 08:53:31 PM »
Did you upload the separated image with binary mode or with ascii mode?
Just a thought, but if you used ascii that might be the reason.

3
Installation, Update & Configuration / Ok..
« on: January 18, 2003, 05:59:05 PM »
Sigh i suppose i'll have to use the iframes then..Seems i'm always asking something odd. What i was after is some sort of "add on" into the php script so i could have added just the {media_src} there and it would have opened up like the basic templates open up. I prollay explain this too hard ways, i mean modified code that "opens" the html itself there without  using iframes.
Anyhow thanks for your time..maybe i next time ask something "normal":=)
As add on to the earlier q i asked while back.. there are isps that use always new ip when connecting to web page; each image for instance is read by diff ip, eg  some individual aol isps..so the "downloading index.php" problem cannot be solved with everyone i believe unless ppl change their servers. Other ways,  the fix with missing  / (which is posted here) for netscape works with opera too.

4
Installation, Update & Configuration / Changed it back and
« on: January 18, 2003, 05:07:08 PM »
It looks like this as i couldn't figure any other way doing it but the iframes:
<!-- Template file for html Files -->
<table cellpadding="1" cellspacing="0" border="0" width="700">
  <tr>
    <td><iframe src={media_src}  width="700" height="500"  type="text/html"></iframe>
   </td>
  </tr>
</table>
<br />

but i'd want skip the iframes, and what ever i have tried, i have been without luck. Is there a way to add it as being "embedded" there?
Thank you too for answering so quick:=)

5
Installation, Update & Configuration / HTML as Media type?
« on: January 18, 2003, 02:16:36 PM »
I'm trying to add "html" as media type..make the 4images to read ready htmls. I get the htmls uploaded, but when viewing the "html" i get a text
./data/media/32/lessonnew28.html
instead of the html itself.
I added the mime type to be $mime_type_match['html'] = array("text/html");
I wonder what i'm doing wrong as page displays just the path to file. Maybe the html.html media type? I wasn't sure what to add there.
Or i'm trying something impossible? Adding html into html? Uh oh!

Anyone can help with this issue..? It would be apprecciated and lots:=)
I couldn't find any topic on this specific issue.. i did seach here and got the basics set up so far.

*Edited: To be more specific..i want to do this without using iframes but instead "embed" the htmls  into page, and avoid the extra scrollbars.

6
Discussion & Troubleshooting / True
« on: January 07, 2003, 08:09:14 PM »
Yes they both are pretty picky too..
Anyhow thank you for your answers and time.. keep up the great work with 4images:=)

7
Discussion & Troubleshooting / Thank you
« on: January 07, 2003, 06:55:31 PM »
Thanks for the quick response Jan,
No it isn't a problem for me, but i host 400 zipped files, so someone with Opera will have hard time downloading many files.. I wonder if Netscape does the same?
Zip itself includes what it's supposed to include, just all 400 files will be having the same name.
There's no way around this..?
I know the 4images is made mainly for images but i'm using it mostly for sharing  my psp add ons.. and all are zipped.
And thank you for the gzip answer.

8
Discussion & Troubleshooting / With Opera, zips all default.zips?
« on: January 07, 2003, 05:44:34 PM »
Can someone give a helping hand..?I have gotten most of the problems solved out (even the fact Opera downloaded everything as download.php/ -solution was posted here in forums to change functions.php), but now there's another problem.. when downloading zipped files opera displays all as default.zips. I've Opera 6.03 installed.... wih IE6 there are no problems at all..
Anyone knows how i get it to work with right file names in Opera..?

Another stupid question from a php dummy...
I have gzip on, should it be disabled as i don't use the zip-feature at all / buttons are removed, but i zip files manually.

Thank you in advanche

9
Installation, Update & Configuration / Thought so..
« on: December 19, 2002, 08:41:12 PM »
Hey and thank you for so quick reply!
I tested out the choice 1 and it would have been great choice unless i didn't plan to post out also icons.. sigh i'm picky, BUT.. someone else can find the info here now and use it.
I finally solved it out my ways, as using the resizing feature you mentioned about(which made images smaller permanently), and adding to description a pop up java script without locations etc...including the full sized image/and to header the function code.
I decided also to not to go with the usersubmitted part, actually i hassled the code so badly i ended up taking whole membership part away , also lightbox and zip downloads.. :oops:
 I noticed too my GD 1.62 probably doesn't support gifs and i had to put gif files to separated pop up too..it couldn't create the thumbnails at all, and I read from this forum GD 2 doesn't support them so i suppose GD1.6 doesn't either. Anyhow, i like how it is now,and as  i'm redoing my whole site next month the layout can wait still..i can slowly upload everything there to wait now.
And.. what i really like the most is the fact it's perfectly coded.. no errors nothing.. After trying out at least 5 different image galleries this  is a pearl and i'll get my hands to it later on again if i need to put back the login forms and random images. It will work greatly for my images, not for my downloads but but..maybe in future  :D
 Thanks so tons for your help.. and very merry Christmas as well:=)

10
Hey, i just installed 4images and seems to work greatly:)
What i wonder tho is, if there is a way to get 1 of the categories to work different ways. I will have 4 categories; 3 of them with smaller images and the last with  (user submitted) wallpapers. It causes horizontal scrollbars to whole page and i can't stand them.. is there a way to get the thumbnails in the listing to open up as pop ups? I wouldn't want to make any changes to rest of the categories, they work well how they are now. Maybe something that prevents the image to show in full size but only as downloaded?
eg.. max width 500 into code..In this point i have to say i'm php dummy too.
I tried searching info but as i cannot understand german i'm pretty clueless if there is already solution posted out or not, at least wasn't in english. Rest problems i have been able to solve out with the seach here, so far.

I'll really appreciate your answer:)

Pages: [1]