Author Topic: BAck to Home  (Read 4321 times)

0 Members and 1 Guest are viewing this topic.

Offline cisiodon

  • Full Member
  • ***
  • Posts: 157
    • View Profile
BAck to Home
« on: April 05, 2003, 09:47:40 PM »
When user click on thumbs, then is showed image with full size. Then user have the option to E-Card, Downloads, etc.
When Post card is sent, in top of page have a Link " Back to Gallery".
I want this link back the user to page just selected before view full size of image. ( The categories/thunbnails page ).

How do i do it ?

Mike
http://www.netforum.com.br

Running PostNuke Multi Theme -  X-Forum - WebCam Portal - 4Images gallery
Banner Exchange 1:1
Paint Board on Line with Gallery and Blogs
Powered by AdoDB

I am not the owner of the world... But I am the son of it!

Offline cisiodon

  • Full Member
  • ***
  • Posts: 157
    • View Profile
Back
« Reply #1 on: April 12, 2003, 01:03:19 AM »
Anyone ?

Mike
http://www.netforum.com.br

Running PostNuke Multi Theme -  X-Forum - WebCam Portal - 4Images gallery
Banner Exchange 1:1
Paint Board on Line with Gallery and Blogs
Powered by AdoDB

I am not the owner of the world... But I am the son of it!

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
BAck to Home
« Reply #2 on: April 12, 2003, 01:14:22 AM »
that means back to the category?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline cisiodon

  • Full Member
  • ***
  • Posts: 157
    • View Profile
Back
« Reply #3 on: April 12, 2003, 01:23:14 AM »
When sent e-card, the top Link back to show thumbs again. Try send e-card, and click on the top Link. You go back to full pic, and not to thumbs on desired category.

Mike
http://www.netforum.com.br

Running PostNuke Multi Theme -  X-Forum - WebCam Portal - 4Images gallery
Banner Exchange 1:1
Paint Board on Line with Gallery and Blogs
Powered by AdoDB

I am not the owner of the world... But I am the son of it!

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
BAck to Home
« Reply #4 on: April 12, 2003, 07:15:07 AM »
try this:
in /postcards.php
replace
Code: [Select]
 $back_url = (!empty($HTTP_POST_VARS['back_url'])) ? stripslashes(trim($HTTP_POST_VARS['back_url'])) : $site_sess->url(ROOT_PATH."index.php", "&");
with this:
Code: [Select]
 $back_url = $site_sess->url(ROOT_PATH."categories.php?cat_id=".$cat_id, "&");
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline cisiodon

  • Full Member
  • ***
  • Posts: 157
    • View Profile
BAck
« Reply #5 on: April 12, 2003, 07:58:09 AM »
Worked fine !!

Thanks

Mike
http://www.netforum.com.br

Running PostNuke Multi Theme -  X-Forum - WebCam Portal - 4Images gallery
Banner Exchange 1:1
Paint Board on Line with Gallery and Blogs
Powered by AdoDB

I am not the owner of the world... But I am the son of it!