Love this script, it works beautifully, but unfortunately I have been asked for a few modifications (as always!). I have tried to follow the instructions for adding a new email field, but the best I have managed to achieve is it to keep telling me to enter a valid email (couldn't find the 'echo' part that someone else mentioned in the last post in that topic)!
I have also been asked to add a comments box which doesn't need to be logged but added to the automatic email notification - I guess this would be similar to the above principle?
Also, is it possible to have a back button, so if someone enters the wrong password, or email, when they get the error message, there is a link to go back rather than having to use the browsers back button?
One more thing... when does it forget the password? because if you navigate away and then come back it bypasses the password page if they have filled it in already?
I know its lots of questions, but any help on any of this would be really appreciated.
Many thanks
Kelv
PHP Simplicity Forum
News:
Some of SFU features: Universal password protection, notification of uploads and logging just to name few.
|
1
on: August 04, 2010, 02:14:55 pm
|
||
| Started by Kelvin James - Last post by Kelvin James | ||
|
2
on: July 18, 2010, 06:22:27 pm
|
||
| Started by Paul York - Last post by Saleh | ||
![]() It's fine. You could put a logo and remove one of the powered by phrases but just make sure the remaining one has a link to my website. You can change it's place to anywhere you want. |
||
|
3
on: July 15, 2010, 11:41:32 pm
|
||
| Started by Paul York - Last post by kwone67 | ||
|
It works! Thanks for all your help. Now that everything is working I wanted to pay you a small license fee for your script because I would like to change the following, if it's ok with you.
1. I wanted to put my logo at the top of the page with a welcome message. 2. remove the link above the "upload" button and the "Powered by Simplicity of upload" I still want to keep the "Powered by Simplicity of upload" at the very bottom of the page but right now it says it in 2 places ( you can see what I am talking about http://www.lowcost-exhibits.com/upload/upload.php Let me know what you think, I won't do anything unless your cool with it Thanks Kevin |
||
|
4
on: July 15, 2010, 01:28:27 pm
|
||
| Started by Paul York - Last post by Saleh | ||
|
Code: [Select] </tr>This should solve everything ![]() The problem was because you were not taking into account the relative paths of your structure. Your upload script was in http://www.lowcost-exhibits.com/upload/upload.php and you image was in http://www.lowcost-exhibits.com/images/progressBar.gif You simply had to go up in the structure and then back to images folder. |
||
|
5
on: July 07, 2010, 01:37:29 am
|
||
| Started by Paul York - Last post by kwone67 | ||
|
Okay I must be doing something wrong because I still can't get it to work. I am not sure if it matters but I should mention that I want to use this script on my website that is an "addon domain" to the main hosting account website , www.metrotechglobal.com
According to my hosting company "Addon Hosted - Hosted mode allows an Addon domain to be hosted as a full website with its own directory and file structure. Search engines see Hosted domains as having unique content, and therefore rank them as well as they would a fully hosted site. Once set up, files for Hosted Addon domains are uploaded to the addon/addondomain.com directory via FTP" So the path to the "fully hosted" domain that I want to use the script is addon/lowcost-exhibits.com and I have tried the following paths to the progressBar.gif: img src="addon/images/progressBar.gif" img src="lowcost-exhibits.com/images/progressBar.gif" img src="addon/lowcost-exhibits.com/images/progressBar.gif" I even made a directory "images" for the main website httpdoc folder and tried this path as well: img src="/images/progressBar.gif" img src="metrotechglobal.com/images/progressBar.gif" So I have both file structures in place on the server with the same progressBar.gif metrotechglobal.com/addon/lowcost-exhibits.com/images/progressBar.gif" metrotechglobal.com/images/progressBar.gif Clearly I have no idea what I'm doing your help is appreciatedKevin |
||
|
6
on: June 30, 2010, 06:59:00 pm
|
||
| Started by Paul York - Last post by Saleh | ||
|
I see. Image src should be relative to the base directory of the http server..
meaning, if your website URL is metrotechglobal.com and you stored the image in addon/images you simply put "addon/images/progressBar.gif" in src: <img src="addon/lowcost-exhibits.com/progressBar.gif" /> |
||
|
7
on: June 29, 2010, 05:28:34 pm
|
||
| Started by Paul York - Last post by kwone67 | ||
|
Okay this is what I have.
Kevin Code: [Select] </tr> |
||
|
8
on: June 29, 2010, 04:46:29 pm
|
||
| Started by Paul York - Last post by Saleh | ||
|
Could you post the code?
Because that is definitely a problem with the image not the code. my code simply shows/hide the area so it's not Javascript's fault. |
||
|
9
on: June 24, 2010, 05:43:05 pm
|
||
| Started by Paul York - Last post by kwone67 | ||
|
Well it looks like it want's to work but it does not. I have attached a screen shot to show you what I am looking at, it seems that it can't display the image correctly and just shows a place holder. I also tried this with a jpg, gif and png but same result, I also checked the path to the image and it is correct.
Kevin |
||
|
10
on: June 24, 2010, 01:46:03 pm
|
||
| Started by Paul York - Last post by Saleh | ||
|
That would be fairly easy
![]() Find in functions.php: Code: [Select] <tr>Replace with: Code: [Select] <tr>This should work. Simply change "PATH/TO/PROGRESS_BAR.gif" to the actual progress bar image and once the submit button is clicked, it will be displayed. Try it, and let me know. |
||


your help is appreciated