TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 28, 2024, 08:03:28 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,104
  • Total Topics: 21,212
  • Online today: 143
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 98
  • Total: 98

TinyPortal Glossary Module for TP 1

Started by Megaforum, April 01, 2008, 10:10:12 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Ronlx2

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>';

vortodox

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?

NIBOGO

#22
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??

Dragooon

What linktree are you talking about?
And I'll see if I can make some snippet.

NIBOGO

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

davieb

#25
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?

NIBOGO

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

bbTURK


alhaudhie

is there any block code to show latest or list of reviews?

Rockas

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