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

Pages: 1 2 3 [4] 5 6 7 8 ... 10
46
Thanks, but I don't understand Spanish.

47
thanks cappuccino

48
Part of the instructions for this mod says:

Download "Install MPC" installer. Unpack it and upload to your 4images root dir. Then start it by something like (http://youdomain.com/4images/install_mpc.php)

I guess because V@no site is down, the link doesn't work. How to get this MPC installer?


Thanks
Steve

49
Sorry to bump....but I really need some help....any help please.

Thanks

50


 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






51
oK........can close this....got it to work....here is the solution if anyone else is doing this:

<input type="text" name="username" value="{image_name}" id="username">

52
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

53
Discussion & Troubleshooting / Re: Printing List
« on: August 31, 2006, 12:44:43 AM »
Delete them all from the ACP. Never deleted them manually.  I go in to my admin and delete the images from there.




54
Discussion & Troubleshooting / Re: Printing List
« on: August 30, 2006, 07:31:21 PM »
Hey V@no just an update on the SQL query you provided. It works like a charm but in using it I learn something.

When you delete an image from 4images, it does not delete it from your SQL database.

I used your query, printed out the list and to my surprise I saw old images listed that I deleted from 4images. At first I didn't know what to think, so I went back into 4images to be certain those images where not listed. Sure enough, when I did a search in 4images, it did not find the images still listed in the SQL database.

Your query works, but what I need is a list of current members in 4images. Like I said, SQL still has old images I deleted from 4images.

Any thoughts. If not, thanks again V@no.

Steve

55
FAQ, Tips / Re: How can I show all images of my 4images website at once
« on: August 24, 2006, 12:51:25 AM »
Yes sir.....did step 4 also, but didn't help. Thanks for trying

Steve

56
FAQ, Tips / Re: How can I show all images of my 4images website at once
« on: August 23, 2006, 11:31:51 PM »
Thanks.......but it doesn't do it........I just get a page refresh. For example. I click the link, the page refreshes and all that shows is the same pictures I have on my home page.

Here is a link to my home page:

http://www.filipinaeyes.com/online-dating-gallery

You can click the link under the login if you like. Nothing happens after you click the link.

thanks


57
FAQ, Tips / Re: How can I show all images of my 4images website at once
« on: August 23, 2006, 11:16:23 PM »
Thanks.......I see the link now, but nothing happens. I click the link, page refreshes and I see no change. Maybe I don't understand what it is suppose to do. I thought I was going to see all the images in my gallery after I clicked the link?

Hmmmmm, either I do  not understand it's function or there is  something wrong still.

Sorry, I guess I don't get it.

thanks

steve

58
FAQ, Tips / Re: How can I show all images of my 4images website at once
« on: August 23, 2006, 10:39:09 PM »
hmmmmmmmmm....looks like a simple mod but can't seem to get the link (I'm using 4images 1.7.2).

1. Made the changes per mod instructions.

2. Added this link:  &nbsp;&raquo; <a href="{url_all_images}">{lang_all_images}</a> to log in templates per instructions.

3. However, alll that shows up on the templates is that little arrow: »

4. I thought, maybe I need to clear out 4images cache, so I did that. Didn't help.

5. Doubled checked main.php to be sure the code was there: $lang['all_images'] = "All Images";  --   It was


Any ideas why I can't see the link or get the link to display?

Thanks in advance for any help

Steve

59
Discussion & Troubleshooting / Re: Printing List
« on: August 16, 2006, 06:22:48 PM »
Thanks V@no, it worked...you should write a book

Steve

60
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

Pages: 1 2 3 [4] 5 6 7 8 ... 10