TinyPortal

Development => Resources => Modules => Topic started by: Dragooon on April 01, 2008, 10:10:12 AM

Title: TinyPortal Glossary Module for TP 1
Post by: Dragooon on April 01, 2008, 10:10:12 AM
This is a Glossary module for TP v1 (And it works via module manager)

To install :
Download the attached file
Upload it to your /path-to-smf/tp-files/tp-modules/ directory and extract it there
Go to Admin > Modules > Uploaded Modules and TP Glossary should be there, install it

OR

Just go to your module manager and upload it

File attached, TP-Glossary v1.

I've not tested it in very detail, so any feedback is welcomed.

NOTE : You should be logged in to download
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Smoky on April 01, 2008, 12:19:22 PM
umm Dragoon, you need to fix the folder, the images arent there, please input them.. otherwise i get this is not for your version error, thanks!!  ;)
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Dragooon on April 01, 2008, 12:32:20 PM
There are no images which are supposed to be there.
EDIT : and from your other input, I guess it went fine?
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Smoky on April 01, 2008, 12:37:34 PM
very smooth Dragoon..  8) you are sooo talented.. i know everyone here is proud of you..  :coolsmiley: ;)
Title: Re: TinyPortal Glossary Module for TP 1
Post by: christicehurst on April 01, 2008, 12:38:47 PM
What does it actually do?
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Dragooon on April 01, 2008, 12:48:21 PM
Its a glossary :P
http://en.wikipedia.org/wiki/Glossary

@Smoky : Thank you :)
Title: Re: TinyPortal Glossary Module for TP 1
Post by: christicehurst on April 01, 2008, 12:49:34 PM
Hmmm interesting, I'll try it out.
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Smoky on April 01, 2008, 12:52:32 PM
lol Dragooon.. you should show off your talents more often around here.. i knpow Bloc will appreciate them  ;)
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Dragooon on April 01, 2008, 12:57:50 PM
I'll try to, But I got own projects of mine ;)
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Xarcell on April 01, 2008, 04:30:08 PM
Sweet!
Title: Re: TinyPortal Glossary Module for TP 1
Post by: glasgowbiz on May 14, 2008, 11:00:57 PM
I was just about to build a glossary the hard way and then spotted this. It failed to install however !

Error message on upload using package manager;
"The package you tried to upload either is not a valid package or has become corrupted."
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Dragooon on May 15, 2008, 04:59:36 AM
You don't install this via Package Manager, you have to install it via TP 1 Module manager, See Admin  TinyPortal > Modules.
I also said that in the first post.
Title: Re: TinyPortal Glossary Module for TP 1
Post by: glasgowbiz on May 15, 2008, 02:06:33 PM
Have mercy on us Dragooon. Thanks for quick feedback.
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Dragooon on May 15, 2008, 02:11:59 PM
Hehe Glad it worked :)
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Ronlx2 on May 26, 2008, 08:56:29 PM
This module is a great idea but I ran into a problem. One one of my forums the people want to have a translation dictionary and pharse dictionary for several different languages. When I went to add another directory it has code written in the description area and their is no submit tab.

Great module that can have many uses. :)
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Dragooon on May 27, 2008, 05:52:06 AM
Thats funny, it worked fine for me, can you give me a screenshot?
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Ronlx2 on May 27, 2008, 11:22:18 PM
Here is a snap of what it shows when trying to ad a directory. Note that their is no submit button. Also here is the code that is showing in the description box.


Title: Re: TinyPortal Glossary Module for TP 1
Post by: Ronlx2 on May 28, 2008, 04:33:15 AM
Found the problem and I can now ad directories. In the TPglossary.template
find:

<tr class="windowbg">
<td>',$txt['tp-glsry-dir-desc'],'</td>
<td><textarea name="desc" rows="5" cols="50"</textarea></td>
</tr>


Replace with


<tr class="windowbg">
<td>',$txt['tp-glsry-dir-desc'],'</td>
<td><textarea name="desc" rows="5" cols="50">',$dirs['description'],'</textarea></td>
</tr>
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Ronlx2 on May 29, 2008, 10:51:10 PM
We run a multi-cultural forum and this mod is perfect for us in using a language translator to ad directories like words and phrases. The thing that I have been trying to do with no luck is have the description show on the item page. Shown below is what we are trying to do.
This change would save people much time since they would see the translation without having to click on the link to the description page freeing up the description page for editing the word or phrase and seeing who posted it.
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Ronlx2 on June 02, 2008, 12:55:06 AM
The changes have been made on my forums and everything is working great now. We can add a word or phrase and the description (translation) show up under the word or phrase. Makes this a great mod now!
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Ronlx2 on June 03, 2008, 02:11:03 PM
We are using the description on the item page instead of having to click on the link to the description. You can view what the changes look like at http://philippinenightlifeforum.com/index.php/action,tpmod/glsry,viewdir7.html

To make the changes go to the TP-Glossary.template

Find:
<tr>
<td valign="top" class="windowbg2">
<a href="',$scripturl,'?action=tpmod;glsry=viewitem',$items['id'],'">',$items['name'],'</a>


</td>
</tr>';


Replace with:
<tr>
<td valign="top" class="windowbg2">';

// print_r($context['TPortal']['dir_items']);
echo '
<a href="',$scripturl,'?action=tpmod;glsry=viewitem',$items['id'],'">',$items['name'],'</a> <br /><large>',$items['description'],'</large>

</td>
</tr>';
Title: Re: TinyPortal Glossary Module for TP 1
Post by: vortodox on June 14, 2008, 08:32:59 PM
I have a problem with this module and english utf8 lanugage setting...
I cant see edit button when I'm using utf8 ... any ideas how to solwe it?
Title: Re: TinyPortal Glossary Module for TP 1
Post by: NIBOGO on August 30, 2008, 10:21:35 PM
Awesome job , thanks this is a really nice addon for my site

I have some request:

* Any code for a PHP Block for "Last  5 Glossary Words"

* You can add the Glossary System in the Linktree??
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Dragooon on August 31, 2008, 09:41:34 AM
What linktree are you talking about?
And I'll see if I can make some snippet.
Title: Re: TinyPortal Glossary Module for TP 1
Post by: NIBOGO on August 31, 2008, 10:02:50 PM
Quote from: Dragooon on August 31, 2008, 09:41:34 AM
What linktree are you talking about?
And I'll see if I can make some snippet.

The SMF Linktree something like:

My Community --> Forum --> Glossary --> Category --> Word
Title: Re: TinyPortal Glossary Module for TP 1
Post by: davieb on October 07, 2008, 08:42:10 PM
I found a possible problem (though it may just be my installation)

When I go to admin and change the Items per page and then click submit it returns me to the forum without making any changes. Any ideas on how to resolve this?

Also is there any chance of adding a search facility to this?
Title: Re: TinyPortal Glossary Module for TP 1
Post by: NIBOGO on October 11, 2008, 03:40:45 AM
Hi Dragooon I have two ideas maybe you can do something with this:

1-) Pretty Urls Support

2-) Add Viewing Glossary to thw Who action

Thanks
Title: Re: TinyPortal Glossary Module for TP 1
Post by: bbTURK on October 31, 2008, 04:50:02 PM
turkish language file attached
Title: Re: TinyPortal Glossary Module for TP 1
Post by: alhaudhie on November 02, 2008, 11:36:30 AM
is there any block code to show latest or list of reviews?
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Rockas on January 16, 2009, 11:22:09 AM
Hummm... forgive me the dumb question, but... this mod is suppose to link the terms on the glossary to the similar words inserted on forum posts? I tried it and it doesn't work that way. If this is not the function of the mod, anyone can point me to something that can do that?
thank you
Title: Re: TinyPortal Glossary Module for TP 1
Post by: IchBin on January 16, 2009, 02:58:11 PM
No its not supposed to link to the forum. Its a glossary of terms that you put in.
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Rockas on January 16, 2009, 03:07:35 PM
hummm... i installed it and it works but it is not available for normal users or guests not even a global moderator... all getting a message saying

"An Error Has Occurred!
You are not allowed to access the glossary "

Any clues about this?
thank you
Title: Re: TinyPortal Glossary Module for TP 1
Post by: IchBin on January 16, 2009, 03:30:05 PM
I've never used this module, I don't even know if its still supposed to work in this version of TP since so much stuff has changed. Have you checked what permissions are set in the module?
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Rockas on January 16, 2009, 03:34:20 PM
The problem is that it has no permissions on it's setting definitions. Too bad :-( this would be a really addon for some kind of portals.
Title: Re: TinyPortal Glossary Module for TP 1
Post by: G6Cad on January 16, 2009, 04:28:19 PM
Ask dragoon about this mod on his site

http://smf-media.com/
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Rockas on January 16, 2009, 05:35:37 PM
Ok... i was a stupid... i could fix this issue on user's permissions... i was looking for the module dialog to set them :-(
Sorry for wasting your time.
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Bec on March 03, 2009, 04:59:08 PM
Just tried installing this and am getting the same error message as I did with the reviews module... I am using smf 1.1.8 and tp v1.0 beta3

I tried installing through the module - uploaded modules section in tp admin but its coming up "Not a valid TPmodule". Went to package parser and when uploaded it came up with "parseArchive(): No package-info.xml in this mod! Is it corrupted?".

Would appreciate some help when you get a chance! Thanks again!!
Title: Re: TinyPortal Glossary Module for TP 1
Post by: G6Cad on March 03, 2009, 05:12:39 PM
It's outdated, Dragoon needs to update it, you have to ask him on his own site as he are more or less never here anymore.
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Bec on March 03, 2009, 05:18:13 PM
oh ok cool, thank you!
Title: Re: TinyPortal Glossary Module for TP 1
Post by: saks on September 29, 2010, 04:17:21 AM
Quote from: Megaforum on April 01, 2008, 10:10:12 AM
To install :
Download the attached file
Upload it to your /path-to-smf/tp-files/tp-modules/ directory and extract it there
Go to Admin > Modules > Uploaded Modules and TP Glossary should be there, install it
I am copy TP glossary files on my server in tp-files/tp-modules, but in tp module manager it not present. How install it ?
Title: Re: TinyPortal Glossary Module for TP 1
Post by: ZarPrime on September 29, 2010, 03:21:17 PM
saks2008,

This module was written to work with an older version of SMF/TP and will likely not work correctly in the latest versions of either SMF or TinyPortal.  In addition to that, it was written by Dragoon, who hasn't been here for quite awhile.  In fact, he hasn't even been active on SMF or even on his own site for quite awhile.

Perhaps this topic should be locked up and/or archived.

ZarPrime
Title: Re: TinyPortal Glossary Module for TP 1
Post by: saks on September 30, 2010, 02:31:24 AM
ok, Thank you for replay!
Title: Re: TinyPortal Glossary Module for TP 1
Post by: Saltedweb on December 31, 2017, 11:05:59 PM
Installed the glossary : via To install :
Download the attached file
Upload it to your /path-to-smf/tp-files/tp-modules/ directory and extract it there
Go to Admin > Modules > Uploaded Modules and TP Glossary should be there, install it
It shows up :
TP Modules
TPdownloads

But don't see how it is installed from there.
Title: Re: TinyPortal Glossary Module for TP 1
Post by: lurkalot on December 31, 2017, 11:19:45 PM
Saltedweb, welcome.

Unfortunately this module is obsolete, and this thread should have been archived as mentioned above.  Not sure why this thread is still open tbh.  Sorry.