The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: Sun Nov 18, 2007 8:27 am 
Joomla! Guru
Joomla! Guru
Offline

Joined: Mon Oct 01, 2007 11:35 am
Posts: 522
I would like to make small changes in the php created url that I want to use for a link.

What I have now is a link automatically made in php to show the current url:
Code:
<a href="http://www.<?php echo $mosConfig_sitename; ?><?php echo $_SERVER["PHP_SELF"] ?>">http://www.<?php echo $mosConfig_sitename; ?><?php echo $_SERVER["REQUEST_URI"] ?></a>


In the page with this url I would like to have a link to another page with a url which is very similar. In the link url I want to replace "index2" with 'index', and I want to remove "&pop=1&page=0".

Is there some way in which I can put the above url into a php function and pass it through a process that will change it for me and produce a value that I can use as link location and as link display?

I did a little bit of javascript in the past but php is beyond me so I would really appreciate your help with this! I expect the result should be useable in the print page produced by index2 as a link to the article in which the Joomla print button was pressed, and I think there will be many others who would like this too.

UPDATE: I solved it, see http://forum.joomla.org/index.php/topic,235086.0.html.


Last edited by ewel on Mon Nov 19, 2007 8:50 pm, edited 1 time in total.

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 



Who is online

Users browsing this forum: No registered users and 67 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group