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**

Guest: upgrade?

how can we upgrade from a previous version without losing any links?

Tuesday, 01 July 2008 04:36

Giovanni: Folder problem

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

Frank: Stable release

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

Michael: Parse Erro

Frank,

Tried the updated files.  Everything's working great!

Thanks for the support and quick response.

Michael

Tuesday, 10 June 2008 12:43

Frank: Parse Error / Linkr for Joomla! 1.0

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

Guest: Linkr for joomla 0.x?

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

Michael: Re:Parsing Error

Frank,

Mine is on Apache server with PHP version 4.4.8

Friday, 06 June 2008 13:50

Frank: Parsing Error

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

Guest: Parsing Error

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

Michael: Parse Error

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

Frank: Problems with frontend

What versions of Joomla! and Linkr are you using?

Wednesday, 04 June 2008 17:49

Guest: front end linking goes to homepage

When I use Linkr in the front end and try to link anything but an article (ie: I click on files or menus), the Linkr lightbox redirects to my homepage.

Wednesday, 04 June 2008 08:47

Frank: JRequest::checktoken()

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

Guest: Error getting started

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

Brendan: Thanks!!!

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

Frank: Disabling default bookmarks

@ 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

Brendan: Small Change

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

Frank: Linkr in frontend

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

Frank: Undefined property: stdClass::$slug

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

Bryn: Undefined property message

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

   
Title:
Name:
Content:
Image Verification: Reload Image  
   

 

Display Num  << Start < Prev 1 2 Next > End >> Page 1 of 2