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

Pages: 1 [2] 3
16
Discussion & Troubleshooting / Error deleting image
« on: November 28, 2006, 03:18:25 AM »
Tonight I started to get the following error:


Code: [Select]
Image deleted Aidz-1042 (ID: 102)
  Thumbnail file deleted (aidz-1042.jpg)
Comments deleted


Error Log:
  The following errors occurred:

    * Error deleting image file. (aidz-1042.jpg)


I did a forum search and found two other posts with the same problem. One wasn't answered and the other post said something about a  mod I didn't install.

I'm hoping  V@no or someone will give me a clue of what may be causing this. It seems the photo is being deleted, but the error is annoying. If there is a solution on how to fix this, I would appreciate it.

thanks in advance.

steve

17


 I use the codes {if user_loggedin}  {endif user_loggedout} on my details.htm template so only those who are registered and  logged in can see the data that is in between these codes

I also have one category that the member has to be registered/ logged in and be part of that usergroup to use, but I do not want them to see what is inbetween {if user_loggedin}  {endif user_loggedout} on the details.htm template.

Is there a way to password protect a category that doesn't require registering for the gallery. In other words, they clidk the category and a box pops up asking them to type in log in codes just for that category, not for the whole gallery.

I searched the forum for category login codes but had no luck.

This is really needed and hopefully someone can help.

Thanks
Steve






18
I need someone smart with PHP that can show me the way.

I created a simple HTML form in the detail.html template. I have a text field that says:

<input name="username" type="text" id="username">

Is there a way to prefill a HTML form text field with a php variable (I hope I'm using the right terms). In this case, 4images variable is "image_name".

In other words, I'm trying to use the image_name variable to prefill a text field. The form is an html form. Right now the user has to type in the username, but it would be nice if this could be prefilled.

I just don't know how to use php with html to make this happen. I did a google search and found this:

<td colspan="2"><input type="text" name="username" value="<?=$_POST['image_name']?>" id="username">*</td>


But it didn't work. The person still had to type in the image_name (for our members they call this username).


Any help would be appreciated.

thanks
steve

19
Discussion & Troubleshooting / Printing List
« on: August 15, 2006, 03:58:15 PM »
I tried searching but didn't find anything that fit what I was looking for. Hopefully V@no or someone who has some php knowledge can help.

Because of a new Federal Law governing dating sites, it is essential I keep my images current and updated. In the Admin area you can select Edit Images, do a serach without any search criteria and it will list all the images in the gallery. I wish there was a way to print out the list of image names. I know I could use the browsers print command, but usually it doen't list what is on the page as a whole and becomes very tedious and wastes a lot of paper.

It would be great if there could be a  plugin or even an external php script that could print out  a list that had:

Image name, Category and Username.


Once I had the list, I could easily compare this list to what I have listed in another program that is required by law so my gallery is kept current.

Any help would be apprciated.

Thanks
Steve

20
Discussion & Troubleshooting / Browser Expert Help
« on: July 24, 2006, 04:38:44 PM »
I just started to use Firefox over I.E. in the past week. I got tired of the constant I.E. spyware attacks. However, there was one thing superior in I.E. over Firefox when it came to 4images. When I go to edit a picture's description, I notice in Firefox the description box is not nearly as wide as it is using I.E. I find myself using I.E. to edit the picture descriptions because of the width of the description box when editing.

Not being an expert in browsers, I was wondering if there was a way to make the description box wider when using Firefox. If so, I can stop using I.E. all together. Any thoughts or help would be appreciated.

Steve

p.s. using 1.7.2

21
Discussion & Troubleshooting / Exporting Inactive Users
« on: June 27, 2006, 01:30:30 AM »
My gallery is a membership gallery

I still get a lot of people registering even though they are not members. In the past, I just deleted inactive users, but now thinking it may be a good source if I could email them. How can I export inactive users names, email address, etc, so I can use it in my email program (it can import csv, text, etc).

I stared at my database in myphpadmin, but I had no idea if I could find just those who were inactive usersers or not. I was kinda lost. Even so, maybe I can't get the inactive users through myphpadmin.

Any help or assistance would be appreicated. I get about 30 inactive users a day. I know that 4images has a email function, but it won't serve the purpose for what I need to do. I really need to some how export the data and import it in my email program

Thanks
Steve

22
Can't figure this out. I'll supply links to help explain.

Compare the formatting of the  ladies description at these links:

http://filipinaeyes.com/online-dating-gallery/details.php?image_id=14

compared to the lady's description at this link:

http://filipinaeyes.com/online-dating-gallery/details.php?image_id=23


The first description you'll notice that the description is all the way to the left. While in the second description it is almost centered.

I found out the more the  customer types for their description the more to the left it will be while the customer who only types  a  few lines it is almost centered.

I looked at the CSS and didn't see anything that would cause this. I'm using the default template.

The detail html template has this listed: <td valign="top" class="row1">{image_description}</td> and the Style Sheet has this listed for class row 1:

.row1 {
   background-color: #D9E0D8;
   color: #006633;
   font-size: 14px;
   font-weight: bold;
}


So why is the placement of the description vary depending on how many lines are typed in the description? I would like all descriptions to be all the way to the left no matter how many lines are typed, but not sure how to accomplish this. Any help would be appreciated.

Thanks

Steve

23
Discussion & Troubleshooting / CSS in Description
« on: June 11, 2006, 07:49:50 PM »
  I know you can allow html in the description according to this post:

http://www.4homepages.de/forum/index.php?topic=12761.0

Excellent, all I had to do was change the 0 to 1.

My question is, can you use CSS in the description like you can html? (i.e. <div id="pic2"></div>). Of course I desribe what "pic2" is in the external style sheet.  I tried, but no results. Maybe it can't be done, but if it can, please let me know how.

thanks
steve

24
Hello.

I have 1.7.1 of 4images. Tonight something happen and I can't figure out why.

When I log in as Admin and go to the control panel to Edit, Add or Validate Images, none of the forms  appear on the right side.

For example, in the control panel if I click the Edit Images Link on the left, on the right a form use to appear so I could search for the image I wanted to edit. It does not appear anymore.

This is the same for Added images and validate images -- when I click the link on the left, the form does not appear on the right.

This is the case for these 3 links only in the control panel. If I click any of the other links, the form appears on the right.

Can anyone tell me what may of happen. I don't have any idea. It was working fine yesterday and it just happen today. I have not added or made any changes to 1.71 for months.

I tried clearing my cache, but that didn't help.

Any help would be appreciated. I'm getting ready to transfer over to 1.7.2, but needed to do some editing of images in 1.71. before I did.

Help please.

thanks
Steve

25
Templates & Styles (Requests & Discussions) / details.html layout.
« on: May 15, 2006, 08:17:46 PM »
I'm having trouble understanding the details.html page (default template). There is a table with the description, keywords, date, hits, etc. The table codes says it is 100% wide (it doesn't look like it though). This table is also to the left.

I want to center this table on the page, but because it says it is 100% wide, centering doesn't work. The table looks like it is to the left.

So how do I center this table on the page? I have been playing around all day and I can't find the solution.

Any help would be appreciated

Thanks
Steve

26
Today, on Jan 21, I went to upload some new pictures to the gallery. I upload my pictures one at a time using the Add Images in the Admin Panel

After I browse for photo to upload and when the upload is over I get the following message:

Quote
Warning: move_uploaded_file(): Moved: '/var/tmp/phpENXEh6' to './../data/media/53/anet-1410_2.jpg' in /home/filipina/public_html/4images/includes/upload.php on line 114


I got this warning for each picture I uploaded with only the picture name changing each time. For example, here is another warning after a picture has been uploaded.

Quote
Warning: move_uploaded_file(): Moved: '/var/tmp/phpENXEh6' to './../data/media/53/cai-1412.jpg' in /home/filipina/public_html/4images/includes/upload.php on line 114

Not sure what is causing this warning or how to fix it. The pictures are still being uploaded ok, but  getting this warning after each upload is new.

Can anyone tell me how to fix this or get rid of the warning.

Thanks

Steve

27
Discussion & Troubleshooting / Mod changes after security fix
« on: January 10, 2006, 09:34:22 PM »
I was using this mod

http://www.4homepages.de/forum/index.php?topic=4826.0

so visitors could use the lightbox.

I checked to see if the mod code was still in place per the link above and it was.

I haven't made many changes lately to 4images except for the security fixes posted by Jan and V@no. I was wondering if the security fix could of knocked out this mod somehow. If so, does anyone know of a fix?

Thanks

28
Beside each category and subcategory, it displays in parenthesis how many pictures are in that category. Is there a way to not show this number for one specific category and it's subcategories.  I don't want this for all categories, just one in particular.

Why?  I use one category as a contest category that at the end of the month if someone guesses how many pictures it will end up having in it, gets a free membership. I set the permissions for this category so they can view it, but can't enter it..... when the month ends, I open it up to all members and will announe the winner. However, that little pesty number beside the category that keeps track of the pictures added, makes it less challenging. So I want to get rid of that number for one category and it's subcategories only.

Hope someone can help.

thanks
Steve

29
Mods & Plugins (Requests & Discussions) / Export Emails to csv
« on: December 19, 2005, 07:47:17 AM »
I use the 4images usergroup mod. It's great to be able to separate your usergroups and email them, etc.

However, as my memberships have grown, I have been forced to search out another way to email my members. The reason being is that my server only allows me to send 50 emails at a time -- and now it is taking too long to send out newsletters.

I thought at one time I saw this mod by V@NO but maybe I'm wrong. I searched but didn't find anything.

I'm hoping an expert could tell me the code to extract the emails by usergroups into csv format or another format that can be imported into a newsletter program.

I have two usergroups ... one called Ladies and the other Called Men

I would like to extract the Usergroup Ladies emails and then import them into a  mailing list that would also be called Ladies.

The same thing for the Men Usergroup -- extract emails from usergroup and import into mailing list called men

Any help would be appreciated.

Thanks
Steve


30
Discussion & Troubleshooting / Copying just the picture and description
« on: December 05, 2005, 09:56:05 PM »
I thought this was a faq, but I guess not. Hopefully someone can help.

I added the latest version of 4images to another server. I want to copy the descriptions and pictures from my old server to the new.

I don't want to copy anything else, just the pictures and descriptions for the pictures.

IF this is possible, can anyone tell me what i need to copy and the procedures involved.

Thanks
Steve

Pages: 1 [2] 3