× Post about the Gnosis Plugin here.

Resolved: Known issue

  • philou
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
10 years 9 months ago - 10 years 9 months ago #1130 by philou
Resolved: Known issue was created by philou
Everything looks fine, but:
- fomating text (bold, italic...) prevents links to work (popups) using the plugin
- french characters are not compatible with links (méthodologie doesn't work, methodologie works)
Everything is OK with english langage.
So it would be a suggestion for the next version ;)
Last edit: 10 years 9 months ago by admin.

Please Log in or Create an account to join the conversation.

More
10 years 9 months ago - 10 years 9 months ago #1146 by admin
Replied by admin on topic Known issue
Thanks for letting me know philou!

Plugin Link Formatting
The plugin links can be formatted with css, but that handles all links and doesn't give you individual control. I guess I need to write into the regex a way to identify and ignore the html styling that way you can have individual control over the plugin links without editing the css.

The css can be found in \plugins\content\gnosisplg\css\gstyle.css

Currently the relevant css looks like this:
.gtooltip {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}

You can make all your plugin links bold by adding a font weight like in the example below:
.gtooltip {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
        font-weight: bold;
}

If a solution that handles all your gnosis plugin links will work for you, and you need help with css, I wouldn't mind helping with that. If however you need individual control over every link, I'll need a little time to create a regex that will handle that.

Plugin Link Breaks With French Specific Characters

I will try to reproduce the error with a non-English character and figure out a solution.

Thanks again for the feedback. I really appreciate it. It helps me know where the weak points in the component are. + 2 karma for the excellent feedback. I'll work on finding a solution shortly.
Last edit: 10 years 9 months ago by admin.

Please Log in or Create an account to join the conversation.

More
10 years 9 months ago - 10 years 9 months ago #1154 by admin
Replied by admin on topic Known issue
I found a solution to the non-english characters breaking the links. Before I release the updated plugin though, I want to add a few more things. I'll have the updated plugin released tonight or tomorrow.

As far as the html breaking the links....

Make sure not to enter any html inside the [[ ]] tags. Sometimes, if you copy a word from a document or website, you are not only copying the word, but the styling of the word also. Make sure to paste the word into your Joomla! editor as plain text. You can still apply bold, italics, and etc, just make sure that those html tags surround the brackets [[ ]], instead of being inside the brackets [[ ]].
Last edit: 10 years 9 months ago by admin.

Please Log in or Create an account to join the conversation.

More
10 years 9 months ago #1167 by admin
Replied by admin on topic Known issue
Gnosis 1.0.5 is now available at hypermodern.org/index.php/joomla-extensions/gnosis-glossary.

It fixes the issue with the plugin where non-English characters broke it. It now accepts unicode letters.

I also changed all the strings to language files to make it easier for translations.

Additionally I made a small change to the css to keep the text inside the the tooltip from being affected if you, for example, decide to bold the term.

Please Log in or Create an account to join the conversation.

  • philou
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
10 years 9 months ago #1170 by philou
Replied by philou on topic Known issue
Thank you so much for everything you do.
When I use brackets [[]] I do it without using Joomla editor, but with the code page.
I'll download the new version and try it with my local site.
I'll come to you to inform you of the result
Many Thanks again

Please Log in or Create an account to join the conversation.

More
10 years 9 months ago #1171 by admin
Replied by admin on topic Known issue
Okay philou. I look forward to hearing about the results!

Please Log in or Create an account to join the conversation.

Time to create page: 0.051 seconds