![]() |
louis_chypher and Deska: Well I'm not sure what the problem is, it seems to be working so something with the code must not work with the new versions of php, something that I'm not sure how to fix at this time since my version is 4.3.8. If someone as any ideas let me know.
dendrob: What version of php are you running since I see the crosslinking is working for you? Seems like your enjoying it so far ;) As for the bugs/tweaks they have been noted and might be updated next release. However the first one I don't think I will be able to do much with since the way it is setup it takes spacing in effect so if there is a comma, period, first word, etc. it will not link. This is done beucase without that it would link everything. For example if the term 'test' is the word that is to be crosslinked, 'testing' would as well but only the 'test' part of the word with 'ing' right after the link. Just doesn't work unless someone can figure a better way to do this. |
Isn't there a way to just check for ,;.:!?
so if you have a definition for word "test" if the definition if followed by one of the punctuations you'd link it, but if it's not punctuation then let it go without crosslinking so "test," would be crosslinked but "tester" would not be? also, would be nice to have the option to turn off the little "question mark" in the ACP, just leaving the word dash underlined. It would make it a bit more subtle... that's just me though :) I absolutely love this mod! Thanks for making it. I'm running php 4.3.11 mysql 4.0.25-standard |
Well your welcome dendrob, happy to see some use from it. :)
So you and louis_chypher are running the same php version yet he's dosn't work and yours does. I'm confussed. :confused: As for the checking of punctuation, I'm sure there is a way however I'm not sure how to go about doing this but as soon as I figure it out or someone tells me I'll add it in. As for the question mark, I was going to add that to the options in the last release but forgot to, will add it in the next release. |
Yeah I'm not sure myself, that could be the problem. I'll try to figure something out but until I do or someone else does I'd keep it off for now. If I think of something I might pm you we code to try if you can test it out for me. :ermm:
|
Quote:
You bet! |
Bug notification:
Not a huge issue but in the admincp Glossary Manager when you list the Glossary words and select a category the first page is fine, but when you hit "Next" or try to change pages on the bottom "page navigator" it resets back to all categories. The top page navigator works fine. Also any idea why this mod is still being listed as Updated for me, I did download the new update. Never had this issue with other mods after downloading the update. |
TomasDR: I'll take a look into that bug. With the update info for the forums I'm not sure why it still says that. Would ask one of the admins here.
|
Quote:
@SS9267547: Maybe you can remove the old one? |
Quote:
|
Quote:
|
Quote:
|
If the function does not work on your server, at this time you'll need to disable the feature for now since I havn't figured out why it works and it doesn't work lol.
|
It has to do with text that contains invalid characters like ' or / and stuff like that. I saw some references to preg_quote, but not being that great with php I have no clue how to impliment it.
But thats the problem on my end anyway. I hope this helps you come up with a fix. |
Thanks, yeah anything to help me figure out a fix is great lol. Still working on that bug still.
|
Here is what I came up with.
replace: $findotherterms[] = "/(\s+|^)".$foundterms['glossaryname']."(\s+|$)/"; with: $tmptrms=str_replace("'","\\'",$foundterms['glossaryname']); $tmptrms=str_replace("/","\\/",$tmptrms); $findotherterms[] = "/(\s+|^)".$tmptrms."(\s+|$)/"; Should be around line 43 of includes/function_glossary.php Its realy a horrible hack and may have other issues because only ' and / are replaced. It may point someone in the right direction for a proper fix. |
@SS9267547 - what are the steps to upgrade to the latest version? Do I need to upload all the files or just redo the plugin?
Also - should I be concerned about the php errors people are reporting with this version? Thanks in advance.. |
tbaleno: Thanks! I have come up with something so we will test it in the next few days.
caliman: What version are you running right now? Anyway I will upload all the version up today fo you. Just download each one and follow the steps if you want to upgrade. As for the errors they only show up when you enable crosslinking, if they show up just disable the feature. I have come up with a possiable fix for the next version set to be released in the next few days. |
I am also getting the same errors on 1.1.2
Warning: preg_replace(): Unknown modifier 't' in /includes/functions_glossary.php on line 49 Warning: preg_replace(): Unknown modifier 't' in /includes/functions_glossary.php on line 49 Warning: preg_replace(): Unknown modifier 'b' in /includes/functions_glossary.php on line 49 etc I am working with php 5.0.3 I have disabled that feature until a fix comes but its a nice add on :) |
A possiable fix wll be released later this week I hope :)
|
Ohh this looks nice.
Im currently using cinqs (paid) hack, but this looks like it might better suit my requirements. Testing :) |
Ok Installed and tested.
I like it. A lot :) Of course, this being vB.org I have a Wishlist :) - Case sensitive option. For example if you have AIR as the term, Air or air wont be linked. - Browse feature for terms. I know from feedback that people are not always sure what they are looking for so search is no good for them. The ability for users to browse through terms is very usefull. - Ability for a wild card serach. Example E** to list all items atarting with E. - When you mouseover a term, the first 50 or so characters of the glossary are shown, rather than the default term. - Dump the template edits. |
Hi, well...worked fine, now I'm getting this error
Warning: preg_replace(): Unknown modifier 'O' in /includes/functions_glossary.php on line 49 Actually the problem started after one of the mods modified an entry in the gallery... There was linking in the post of the word "AD" so he went into the glossary and changed the definition to AD/AOS after that s@#$ hit the fan. I suspect that has something to do with the use of the slash or other punctuations...well..in this case a slash he made changes through the mod panel... if that's any help Quote:
|
Quote:
|
Billspaintball: Case sencitive has been added in for 1.1.3. for the user side anyways. Browse feature? Well right now you can browse them by just clicking a category then it lists all the terms plus you can look under 'a' to 'z'. So you might have to explain some more to me about that. The search option I don't know how to do yet so until I do it won't be added lol. With the mouseover, the early versions I had it working, text only, however there were to many bugs in that if your post had images, bbcode, smiles, etc, it would mess things up. Until I can figure out a way it will not be released. As for the template edits dump what? There really isn't much edits to be made just code required for some of the features to work.
dendrob: I will have to see maybe for the release after the one coming up. |
Quote:
Quote:
Quote:
Quote:
|
Making the "Install Complicated" lol. ;) Yeah pretty hard to install this one unlike say vb 3.0.0 where you need to make 50 file changes then another 50 template changes? Anyway I inculded the navbar template edit for those those who don't know vb so they know where they can add a link to there system and as for the other template edit it is a required change if you want to use the crosslink feature unless you have a better idea in doing this with out edits then please let me know. I did try to see if it was possiable doing it via plugin and what not but I didn't see anything. As well I did try to make it as easy as possiable however as soon as you add more feature things do tend to get complicated haha. :cool:
|
Quote:
Quote:
Quote:
I modded your product XML a little to do this. Im at work at present, but I can send it to you tonight. :) Or if your in a rush, just look at how I did it in my paypal donate hack. - Look at the plugins. |
Sweet! Yeah if you don't mind sending it to me later that would be great, I would like to learn how its done and then I'll make the needed changes. :)
|
Just installed, working pretty good.
At first I thought the popup box was empty but now it appears that the text is just white and almost invisible in the box. Also some terms are getting picked up in the cross-reference while others are not, even though I have them spelled the same and using the same case. This seems to happen when I have 2 or more terms next to eachother or following eachother line after line. Also when a term is split onto 2 separate lines because of word wrap then the display is slightly messed up. Feature suggestion :p How about the ability to add multiple terms to one definition? So if you want to add ing, ed, upper/lowercase, etc, to the same word that you don't have to make new glossary entries for each. |
I'm having problems with search. When a term is found using search it shows the html code.
|
Quote:
Quote:
Quote:
|
Thanks RS_Jelle. Yeah I'll try to get it packaged up and release it this weekend if I get some time. Got a bit behide with my projects this past week lol.
|
I don't have the letters:
A | B | C shown on the glossary... now directory listing. how do I add it? |
Are we there yet ? :)
|
Lonny: I'm not sure what you mean? Did you want it to look like the directory listing with the 'A | B | C' at the top?
dendrob: Yes and no lol. I'm almost ready to release however I'm just finishing building and installing my new system. Hope to have that done today and get back to this project shortly. |
Would be great if it could have A | B |C Directory option...
|
does anyone else's look like this?
|
I download this hack, but the xml installer is missing. Where do I get it?
|
Quote:
|
Thank you. I found it. That is just not where I expected to see it. No problem.
|
All times are GMT. The time now is 04:22 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|