News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Glossary

Started by slinouille, December 24, 2008, 10:33:47 AM

Previous topic - Next topic

Kindred

hmmm. I am using both, but I do not have the glossary embed turned on...   I suspect that both use a javascript include to trigger the "link text" and that the two mods overlap/conflict.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

nexxuscorp

Any Idea to fix it?

nexxuscorp

Hello everybody !!
Bug fixe, to correct this, i choose an option in the new AEVA media.

memet

I've changed the database to utf-8 after installation and it worked like a charm; it's a very fine work, thanks.

Still, I have a problem. I can see the characters in words as they are (like "çeşme") but I can not see "ç" or "ş" in alphabetical order; they look like this: � (see pscreen.jpg in the attachment).  I tried to place the whole alphabet into categories and the appearance has become normal. However, this time, the glossary accepts only one of "c" and "ç", or "g" and "ğ", etc (see category.jpg in the attachment). Is there any way to customize the alphabet in a way that it will include non-standard-latin characters as separate letters? (æ, ğ, ü, etc., alongside a, g, u)

Eclipse16V

Nice Mod

Please update it for SMF 2.0RC3  ;)

Thanks
I worked with:
SMF 2 in German

Shop:
SID Giessen

Arantor

Did you bother to read this thread either? You already bumped it for RC2 which doesn't appear to have happened.
Holder of controversial views, all of which my own.


[unplugged]

lol....74 times.....for 74 different mods.... :o
« Next Edit: Tomorrow at 08:34:45 PM by SunKing »   <---- « someone stole my sig... :o »



kizer

#287
Quote from: nexxuscorp on January 12, 2010, 03:26:20 AM
Hello everybody !!
Bug fixe, to correct this, i choose an option in the new AEVA media.

What exactly do you mean? What option. I'm rather interested in running this as well as Aeva, which I currently run.
Own a Jeep? Links4Jeeps.com

Kindred

BTW: This mod installed just fine on RC2 and I suspect will also install on RC3...  you just have to use the "install as version" option
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Bigguy

The edit for Subs-Editor.php is different in RC2 and 3. It tries to find:

'quote' => array('code' => 'quote', 'before' => '[quote]', 'after' => '[/quote]', 'description' => $txt['bbc_quote']), 

And put this in:

  'glossary' => array('code' => 'glossary', 'before' => '[glossary]', 'after' => '[/glossary]', 'description' => $txt['bbc_glossary']), 

In Subs-Editor.php The code looks like this:

         array(
            'image' => 'quote',
            'code' => 'quote',
            'before' => '[quote]',
            'after' => '[/quote]',
            'description' => $txt['bbc_quote']
         ),


My install fails anyway. Just thought I would post this.

Bigguy

#290
I changed it around a bit so this SHOULD work for people that this fails for:

            array(
                'image' => 'glossary',
                'code' => 'glossary',
                'before' => '[glossary]',
                'after' => '[/glossary]',
                'description' => $txt['bbc_glossary']
            ),

Kindred

thanks Bigguy...    I might have done the manual edit myself when I installed it without remembering.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Bigguy


Bigguy

What would give me this error when trying to post:

Call to undefined function parse_glossary() in /home/*****/public_html/forum/Sources/Display.php  on line 1173

Bigguy

Figured it out. Some edits were not done.

kizer

#295
I got the glossary to install, but when I try to insert a word the popup box comes up then it drops super fast. I have to literally install words via PhpAdmin

I'm running 2.0 RC2

Here are my mods

1.  Redirect_Moved_Topics  1.0    [ Uninstall ]  [ List Files ]  [ Delete ]
2. Stop Spammer 2.3.7 [ Uninstall ] [ List Files ] [ Delete ]
3. Advanced Reputation System 1.8.1 [ Uninstall ] [ List Files ] [ Delete ]
4. Sitemap 2.1.0 [ Uninstall ] [ List Files ] [ Delete ]
5. Auto Purge Old Topics 1.2 [ Uninstall ] [ List Files ] [ Delete ]
6. Location on memberlist SMF2 1.2 [ Uninstall ] [ List Files ] [ Delete ]
7. Images on Print Page 1.0 [ Uninstall ] [ List Files ] [ Delete ]
8. Pretty URLs 1.0RC [ Uninstall ] [ List Files ] [ Delete ]
9. Aeva ~ Auto-Embed Video & Audio 7.0 [ Uninstall ] [ List Files ] [ Delete ]
10. Add Domaintools to TrackIP 1.1 [ Uninstall ] [ List Files ] [ Delete ]
11. Tapatalk SMF Plugin 0.9.2 [ Uninstall ] [ List Files ] [ Delete ]
12. Moderator and Administrator Comment Tags 1.8 [ Uninstall ] [ List Files ] [ Delete ]
13. Related Topics 1.4 Beta 3 [ Uninstall ] [ List Files ] [ Delete ]
14. Glossary 0.3.1 [ Uninstall ] [ List Files ] [ Delete ]
15. nCode Image Resizer 1.3 [ Uninstall ] [ List Files ] [ Delete ]
16. Annoy User 1.2 [ Install Mod ] [ List Files ] [ Delete ]


I unstalled nCode and it didn't solve Issue, but I haven't been very successful in uninstalled Aeva to easily and I wonder if it could be the issue. Unless I'm the only one with the popup issue.
Own a Jeep? Links4Jeeps.com


kizer

Quote from: NIBOGO on March 16, 2010, 06:40:51 PM
kizer try uninstalling the Pretty Urls Mod

Good Call. I just disabled it and it works. Looks like I can disable, edit the glossary then re-enable.
Own a Jeep? Links4Jeeps.com

Nibogo

Quote from: kizer on March 16, 2010, 06:51:20 PM
Quote from: NIBOGO on March 16, 2010, 06:40:51 PM
kizer try uninstalling the Pretty Urls Mod

Good Call. I just disabled it and it works. Looks like I can disable, edit the glossary then re-enable.

It shouldn't happend, I mean it's a serious error with this mod and I'm not sure if you are going to be able to use like you should the Glossary when you enable the Pretty Urls

kizer

Pretty URL's still works and Glossary still allows Tool tips and the viewing of the glossary, but you can not edit the glossary as long as Pretty URL is turned on.

I think its kinda bizarre too. I'm just worried that I've been spidered so much that if I delete Pretty URLs I'm going to have issues. With it turned off I can still use the Pretty URL and it does forward to each topic just fine. I haven't tried deleting it as of yet. Im sure I would save Database space.
Own a Jeep? Links4Jeeps.com

Advertisement: