By ultrajet on
Hi,
Just wondering, what are the possible ways to add a go back link in the views table.
I know panels is one, but it might seem a bit inefficient because it's just a link, are there any possible options to add it?
Thanks
Hi,
Just wondering, what are the possible ways to add a go back link in the views table.
I know panels is one, but it might seem a bit inefficient because it's just a link, are there any possible options to add it?
Thanks
Comments
use php in footer or header
use php in footer or header and use php's built in functions for referral pages. and then you can direct to those links.
Cheers
How do I do that? I'm not
How do I do that? I'm not very much familiar with drupal's php functions.
Thanks again
at php.com try to search
at php.com try to search php's server variables and then in views footer/header use php formatting and put your php code with some links for the previous referral page.
Cheers
Oh, I got it. Thanks a lot!
Oh, I got it. Thanks a lot!
Would you mind posting what
Would you mind posting what you used?