To all the users who had problems with linkback and the iframe template, please try this solution:
In joomla 1.5.1 or newer versions the $live_site variable was removed at the config file. To solve this issue, please edit your configuration.php file and add the line:
| Code: |
var $live_site="http://whateveryoursiteis/fullpath/to/joomla/";
|
add that line just above the closing } and your problem should be solved from that moment and on.
This should solve the problems on version 2.2.1 and newer, if no $live_site is set, the links will be pointing to anywhere but the right place...
Best regards,
Mario