Don't worry if your post doesn't show up right away. It'll show up in a couple of minutes.
You might find what you need in the FAQs page.
If you can, include the version of Linkr you're using (you can find it in the filename) with your posts.
**On vacation.. coming back in end of July**
Tuesday, 01 July 2008 04:36
Hello! i've tested this component in 4 different installation and server, but i can set the correct file folder only in one of them. In the other installation the file's folder doesn't work, and ' can see only the root with htaccess and robot files.
Please help me!!
Tuesday, 17 June 2008 08:06
I know Linkr was updated many times in the past few weeks, and Linkr 2.2.1 is the result.
Enjoy a finally stable Linkr!
Wednesday, 11 June 2008 13:12
Frank,
Tried the updated files. Everything's working great!
Thanks for the support and quick response.
Michael
Tuesday, 10 June 2008 12:43
Since Linkr takes advantages of many new features available only since Joomla! 1.5, it's incompatible with earlier versions.
Parse Error:
I'll look into the problem and upload a fix today.
Monday, 09 June 2008 09:36
linkr is absolutely great!
i have it working on joomla 1.5, but now building a site that has to be joomla 0.x because it needs some extensions that don't exist yet in joomla 1.5
question: can i get a version of linkr that will work on joomla 0.x?
Saturday, 07 June 2008 18:22
Frank,
Mine is on Apache server with PHP version 4.4.8
Friday, 06 June 2008 13:50
Hi
Is your server hosted on Windows or Apache? and what version of PHP are you using?
If you don't know, you can find out in "Administrator >> Help >> System Info >> PHP Information"
Friday, 06 June 2008 13:26
Hi,
i got this error when linking anything..
Parse error: parse error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in xxx/html/plugins/content/linkr_content.php on line 8
Using 1.53 latest release
and Linkr 2.11
Friday, 06 June 2008 12:28
I think I installed and activated all the files and successfully inserted a link using Linkr (brilliant idea by the way!).
When i went to the home page, however, I got this error:
Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/amadeoch/public_html/Joomla_RT_Replicant_j15/plugins/content/linkr_content.php on line 8
Running Joomla 1.5.2 and the latest Linkr files (downloaded Jun 5, 2008).
Any ideas?
Thanks. MR
Thursday, 05 June 2008 11:29
What versions of Joomla! and Linkr are you using?
Wednesday, 04 June 2008 17:49
Wednesday, 04 June 2008 08:47
You're probably using Joomla! 1.5.0. For security reasons, Linkr is only compatible with versions 1.5.1 and later.
You should consider upgrading to 1.5.3, using the patches provided by Joomla!. Although they're still making fixes, 1.5.3 is much more stable than 1.5.0.
Tuesday, 03 June 2008 12:28
I have installed the following:
com.linkr_2.1.1_2008-05-27
plg.linkr_button_2.1.1_2008-05-27
plg.linkr_content_2.1.2_2008-05-30
When I go into an article I select the Linkr button, the pop-up appears I select a option and I get the following error:
Fatal error: Call to undefined method JRequest::checktoken() in C:\wamp\www\Joomla\administrator\components\com_linkr\models\articles.php on line 728
Any ideas?
Monday, 02 June 2008 22:40
That (obviously) works as expected. Much appreciated! I'm glad my time yesterday wasn't wasted :P
Now all the labels and descriptions make perfect sense! haha
Cheers,
Brendan
Friday, 30 May 2008 22:29
@ Brendan: you've stumbled upon a bug!
The proper fix is this:
In the function getDefaultSettings(), change the line (408) "if ($this->showBookmarks && ! @$this->loaded['bookmarks'])"
to: "if ($this->showBookmarks && ! @$this->loaded['bookmarks'] && $this->params->get( 'def_bm', 0 ))"
Same goes for line 434, were the line "if ($this->showRelated && ! @$this->loaded['related']"
becomes: "if ($this->showRelated && ! @$this->loaded['related'] && $this->params->get( 'def_rel', 0 ))"
Thanks for pointing this out.Friday, 30 May 2008 10:09
Great Work!!!! A much needed addition.
I have a Q relating to the content plugin...
I wanted to be able to set the default bookmark behaviour in articles to 'Off' as well as the available 'Popular' and 'All' options. I added this line:
if ($this->params->get( 'bm_select', '0' ) == 2) return empty( $this->settings ) ? false : $this->settings;
as the first line of the function getDefaultSettings() in linkr_content.php, then added:
<option value="2">Off</option>
to <param name="bm_select" ...> in linkr_content.xml.
This appears to work correctly, I just wanted to ask if this is the best approach and to check that it won't damage anything.
Cheers,
Brendan
Friday, 30 May 2008 02:40
To all of you who were waiting for the button to come back to the frontend, it's back! Linkr 2.1 was released today with some bug fixes, new features and a better user experience.
The PHP notices should be gone now, but post back here if they aren't.
Download the latest version at http://joomlacode.org/gf/project/linkr2/frs/ and try it out!
Tuesday, 27 May 2008 19:10
I've already tackled that problem. Those messages aren't harmful, but they shouldn't show. Especially not on a live site.
That can be disabled in Joomla!, by changing the "error_reporting" value in the configuration.php file to 0 or -1.Tuesday, 20 May 2008 19:16
I get the same non-fatal messages as Peter except my line number is always 481 - display_errors must be set ON in php.ini. I also had a similar problem in the attachments module. To solve that a hack to attachments.php was produced which commented line 13 and uncommented line14 in order to use a different setting in 1.5.3. Developer is not sure why this fixes the problem. Maybe this will help you, Frank.
// $mainframe->registerEvent('onPrepareContent', 'addAttachments');
$mainframe->registerEvent('onAfterDisplayContent', 'addAttachments');
Regards. Glad to know front-end button is due out soon. Keep up the good work
Monday, 19 May 2008 22:19