has_cap fue llamado con un argumento que est?? obsoleto desde la versi?3n 2.0! El uso de niveles de usuarios por plugins y temas est?? obsoleto. Usa los perfiles y capacidades en su lugar. in /var/www/ceamse.gov.ar/wp-includes/functions.php on line 3551
https://www.ads-software.com/extend/plugins/automatic-glossary/
]]>Hi,
I cannot say with which Update… but glossary is not working anymore on my single pages. I am running the lates WP version now.
It still shows up on the homepage though.
Any ideas?
Thanks!
https://www.ads-software.com/extend/plugins/automatic-glossary/
]]>Hi, is there a way to create an ordered list sortd alphabetically?
https://www.ads-software.com/extend/plugins/automatic-glossary/
]]>Hi
We have created an enhanced version of the plug with the following new functionality:
– [glossary_exclude] text [/glossary_exclude]
– Added filters to clean tooltip text
– Avoid changing URL using this format: href=’url’ in adition to href=”” (this was a bug report in this forum)
– Add extended functionality including excluding H1, H2, H3, Script, Object tags (feature request from this forum)
– Use the excerpt (if it exists) as hover text. (feature described in this forum)
– Remove term link to the glossary page (feature described in this forum)
– Limit tooltip length (feature request in this forum)
We also fixed several bugs
You are all welcome to download and we would love to have your comments
https://www.creativemindsweb.com/plugins/enhanced-tooltipglossary/ [Page}
Once approved we will publish this as a new plug
David
https://www.ads-software.com/extend/plugins/automatic-glossary/
]]>I love this plug-in. My client asked for this exact feature and it suits his needs NEARLY perfectly.
I only wish there was a setting to limit the number of times each glossary term is replaced per page. I tinkered around for a while, but I have narrowed down the actual link replacement to the DOM/XML code and I don’t have any idea how that works. Has anybody made this hack or are you willing to make the hack for a little $? It would be perfect as a preference… but I don’t know if Robinson is still watching these threads…
Thanks!
https://www.ads-software.com/extend/plugins/automatic-glossary/
]]>I am not using this code as a wordpress plugin, but adapted the function for my needs elsewhere. One problem I found though is that it will break links, images etc if the glossary words exist these tags. A way around this is to use the following clipboard class at the start of the function and then modify the return to: return $c->paste($content);
Maybe someone else has a better solution?
class Clipboard
{
var $_buf = array();
function _tr($n) {
static $dc = “0123456789”;
static $sc = “\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19”;
return intval($n) ? strtr($n, $dc, $sc) :
intval(strtr($n, $sc, $dc));
}
//
function cut($subject, $regexp = null) {
if(is_array($subject)) {
$this->_buf[] = $subject[0];
return “\x01” . $this->_tr(count($this->_buf)) . “\x01”;
}
return preg_replace_callback($regexp,
array(&$this, ‘cut’), $subject);
}
function paste($subject) {
if(is_array($subject))
return $this->_buf[$this->_tr($subject[1]) – 1];
return preg_replace_callback(“~\x01([\x10-\x19]+)\x01~”,
array($this, ‘paste’), $subject);
}
}
$html_tag = <<<REGEXP
~
</?\w+
(
“[^”]*” |
‘[^’]*’ |
[^”‘>]+
)*
>
~sx
REGEXP;
/////
$c = &new Clipboard;
$content = $c->cut($content, $html_tag);
https://www.ads-software.com/extend/plugins/automatic-glossary/
]]>I’m getting this warning
Warning: DOMDocument::loadXML(): Entity ‘nbsp’ not defined in Entity, line: 1 when using glossary plugin.How can I solve it?
Thanks in advance
french language not supported
]]>I think i have this plugin installed correctly. I am definitely using php 5. The page I set as the glossary main page is blank even though I have created child pages. There are also no links created on other pages on the site to my definitions.
]]>