vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Mindestic GlosPro 1.1.3 (https://vborg.vbsupport.ru/showthread.php?t=111863)

interfx 11-15-2006 02:40 PM

I went ahead and installed, having same delete question...

With all of the posts in this message, has anyone figured this out yet?

Best work aorund is just doing it via AdminCP panel...

Quote:

Originally Posted by fishhub (Post 1116378)
i hv activated a usergroup permission on the following:

glossory permission>can view, can add, can edit, can delete.

But when i tested it, i can't get can delete function. Anyone knows how i can go about this?

TIA


interfx 11-15-2006 09:57 PM

One last question, how do I create the glossary without using a glossary category? ie. I only have one glossary category, and just want main glossary to show up vs. choosing the glossary to look in (there's only one...)

Any ideas?

bada_bing 11-16-2006 12:25 PM

Quote:

Originally Posted by bada_bing (Post 1116824)
Any help with this please?



AM I INVISABLE HERE...I can t seem to get a simple responce...:cross-eyed:

interfx 11-18-2006 10:57 AM

I guess this thread is kind of slow... Anyone have just 1 gloassry that auto opens right into that glossary???

Thanks again -

Quote:

Originally Posted by interfx (Post 1118222)
One last question, how do I create the glossary without using a glossary category? ie. I only have one glossary category, and just want main glossary to show up vs. choosing the glossary to look in (there's only one...)

Any ideas?


RS_Jelle 11-18-2006 12:06 PM

Quote:

Originally Posted by interfx (Post 1119984)
I guess this thread is kind of slow... Anyone have just 1 gloassry that auto opens right into that glossary???

Thanks again -

Open glossary.php and replace:
PHP Code:

if (empty($_REQUEST['do']))
{
    
$_REQUEST['do'] = 'showglossaries';


with:
PHP Code:

if (empty($_REQUEST['do']))
{
    
$_REQUEST['do'] = 'listglossary';
    
$_REQUEST['c'] = 1;


And change the number (now 1) to the correct category id :)

interfx 11-18-2006 01:39 PM

That did it!!! Thanks so much for helping me out!

SS9267547 11-18-2006 03:21 PM

Well its been quite a while, in the past few months I haven?t had much time at all to work on any scripts on my free time so I'm sorry for the lack of support and updates. In fact it?s been so long since I worked on anything that I've been debating with myself if I should even continue work with this hack.

Nevertheless at this time I've decided to do some minimal work on the script however with the release of new vBulletin versions it will be awhile before I figure out where things are and before there is a new update released. Current plan is to have a new release out within 3 weeks time. Now when it comes to the new release there will most likely will only be a very small update for vBulletin 3.5.x series of this hack and after that there will be no more development for this series. This hack will now be ported over to work with 3.6.x series which in fact will most likely still work with the 3.5.x series but I will not be fixing any issue the script might have with older versions.

Now with the upcoming update I have reviewed all issues in this thread since I've left that have been reported and I will see if I can figure a way to fix them. Now as for support questions, while officially this hack will be "as is" so if you don't like it don't use it lol. Also I will not have time to answer to many technical support questions. I will try to answer a few questions in the next week, that includes yours bada_bing. You all have a good day now.

SS9267547 11-26-2006 12:07 PM

Okay let me see if I can answer some of those questions out there, thats if you guys still need them lol.

bada_bing: The admincp on/off individual crosslinking option has been add to the next update, liked the idea. With the forum specific option I also liked but we'll see if I can come up with a solution to that. As for the search option, let me know if you still want a temp solution to the character limit for the search option, if you can wait I have added a new option in the admincp so you can specify what you want.

louis_chypher: Thank you for bringing the two term issue, will look into that and see if I can figure out a solution to that.

kether1: I'm not sure if I can do a per thread option, but I'll need to find out if anyone else would really find it useful before I start on a solution on that. Perhaps for performance side of things it would be worth checking out. I would like more feedback on this issue. With the glossary figuring out the difference between lower case and capitalized text, I haven’t figured a way out with this. Feedback on this from other users would be good.

Coach_Guru: The ext_term.gif issue is something I missed in the CSS and I think this issue has been addressed now. Will be released on next update.

Eagle Creek: HTML option only needs to be active in the glossary options, not the main forum options.

murrtex: I'm not sure about the error your having. It might be with the crosslinking feature, try taking the feature off and see if that works. As for the missing template I have to recreate it since it seemed to have gotten lost lol.

rockaffe: You'll need to first make the feature active in the glossary options before it will work.

UltraVR: I will look into the problem with the tooptip breaking if it contains another crosslink entry. Try to have a solution for next release.

zeropaid: Next release I have plans on releasing some terms for the system as sperat installs but its not finalized yet.

Warlord: If you would like to just have it so the title is only shown when the terms list is displayed you'll just need to do some simple template editing. Take a look at 'glossary_listterms' template. At this time you can't set certain usergroups to require validation, its all or none at this time.

fishhub and interfx: Its a missing template issue, some how it got lost and needs to be recreated will be done for next release.

RS_Jelle: Will be adding those options to the next release that you asked for way WAY back lol.

Alright hope I didn't miss anything, if you have questions, feedback, errors, etc, do post, will get around one day lol. Also remember next release for vBulletin 3.6.X series is scheduled to be released on (12.09.2006). Have a good one all.

bada_bing 11-27-2006 02:35 AM

Quote:

Originally Posted by SS9267547 (Post 1125477)
Okay let me see if I can answer some of those questions out there, thats if you guys still need them lol.

bada_bing: The admincp on/off individual crosslinking option has been add to the next update, liked the idea. With the forum specific option I also liked but we'll see if I can come up with a solution to that. As for the search option, let me know if you still want a temp solution to the character limit for the search option, if you can wait I have added a new option in the admincp so you can specify what you want.

louis_chypher: Thank you for bringing the two term issue, will look into that and see if I can figure out a solution to that.

kether1: I'm not sure if I can do a per thread option, but I'll need to find out if anyone else would really find it useful before I start on a solution on that. Perhaps for performance side of things it would be worth checking out. I would like more feedback on this issue. With the glossary figuring out the difference between lower case and capitalized text, I haven?t figured a way out with this. Feedback on this from other users would be good.

Coach_Guru: The ext_term.gif issue is something I missed in the CSS and I think this issue has been addressed now. Will be released on next update.

Eagle Creek: HTML option only needs to be active in the glossary options, not the main forum options.

murrtex: I'm not sure about the error your having. It might be with the crosslinking feature, try taking the feature off and see if that works. As for the missing template I have to recreate it since it seemed to have gotten lost lol.

rockaffe: You'll need to first make the feature active in the glossary options before it will work.

UltraVR: I will look into the problem with the tooptip breaking if it contains another crosslink entry. Try to have a solution for next release.

zeropaid: Next release I have plans on releasing some terms for the system as sperat installs but its not finalized yet.

Warlord: If you would like to just have it so the title is only shown when the terms list is displayed you'll just need to do some simple template editing. Take a look at 'glossary_listterms' template. At this time you can't set certain usergroups to require validation, its all or none at this time.

fishhub and interfx: Its a missing template issue, some how it got lost and needs to be recreated will be done for next release.

RS_Jelle: Will be adding those options to the next release that you asked for way WAY back lol.

Alright hope I didn't miss anything, if you have questions, feedback, errors, etc, do post, will get around one day lol. Also remember next release for vBulletin 3.6.X series is scheduled to be released on (12.09.2006). Have a good one all.

SS9267547,

Glad to hear you liked my feature requests.. As to the character restrictions on search if you can give me a rough estimated time for the next release I can wait HOPEFULLY though the new version is written for 3.5.x also PLEASE PLEASE.. Else I may need the temp fix for now

SS9267547 11-27-2006 10:53 AM

bada_bing since the search fix for you isn't complicated, I'll tell you where you can do to change it for now, when you update it will just override it and put in the new option for you. In the glossary.php look for the following code:

PHP Code:

if(strlen($search) < 3

Now replace '3' with whatever number you want the limit to be.


All times are GMT. The time now is 11:40 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
  • Page Generation 0.01383 seconds
  • Memory Usage 1,768KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete