How do I get the viewer back to my web home page?
Is there a place that i Can I put a link or button to return??? :?:
Offline
in diapo.php (version 1.1), line 385, before
echo"</div>";
insert
echo"<br /><img src="".$user['lien_collapsed']."" alt=">" /> <a href="<span style='color:red'>yourMainURL</span>" title="return to main page">Main page</a>";
:!: don't forget to modify yourMainURL
Offline
When I click on the link I am being directed back to the gallery directory.
I want to be directed back to my home page for selection of the photo gallery again. Can this be done??? :?: :?: :?:
Offline
what is the URL of your home page ?
Offline
www.theremreport.com
in diapo.php (version 1.1), line 385, before
echo"</div>";
insert
echo"<br /><img src="".$user['lien_collapsed']."" alt=">" /> <a href="[url=http://www.theremreport.com"]http://www.theremreport.com"[/url] title="return to main page">Main page</a>";
Offline
echo"<br/><img src="".$user['lien_collapsed']."" alt=">"/> <a
href="www.theremreport.com" title="Return to the Main Page">Main Page</a>";
This is what I get www.theremreport.com/gallery/www.theremreport.com
this gives a 404 error. Now I tried using
echo"<br/><img src="".$user['lien_collapsed']."" alt=">"/> <a
href=" " title="Return to the Main Page">Main Page</a>";
When I enter this I get www.theremreportgallery
I am close what do I need to change?? :P :P :? :?
Offline
I am close what do I need to change?? :P :P :? :?
just follow what I show you :
in diapo.php (version 1.1), line 385, before
echo"</div>";
insert
echo"<br /><img src="".$user['lien_collapsed']."" alt=">" /> <a href="[url=http://www.theremreport.com"]http://www.theremreport.com"[/url] title="return to main page">Main page</a>";
Offline
I was putting the code after the echo"</div>";
and not following your instructions of placing the code before the other. :oops:
Thank you again for your help and making it all work.
You DA Man, You know your stuff I must say.
Do you plan to put this Gallery on the market for sale? It is a great easy to use program. I just need to pull my head out.... :lol:
Thanks
Dave Rogers :lol: :lol: :lol:
Offline
I was putting the code after the echo"</div>";
and not following your instructions of placing the code before the other. :oops:
Thank you again for your help and making it all work.
You DA Man, You know your stuff I must say.
Do you plan to put this Gallery on the market for sale? It is a great easy to use program. I just need to pull my head out.... :lol:
Thanks
Dave Rogers :lol: :lol: :lol:
Offline
Do you plan to put this Gallery on the market for sale?
No.
PhpWebGallery is a free software. It is open source.
I don't want (need?) to make money with it.
But it doesn't mean I don't provide any support (as you can see)
Offline