vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Mindestic GlosPro 1.2.2 (https://vborg.vbsupport.ru/showthread.php?t=132632)

coffee_bean 04-15-2007 09:46 PM

This has been working on my forum for some time now, but the mod options do not appear in the moderation sidebar in the modcp. Is there anything I can check/add to make this happen?

succo 04-25-2007 09:39 AM

ok, it works quite well so far (as far as i don't put illegal characters like # or @ or similar in the glossary terms), but it's not showing crosslinking in vba... did anyone solve this?

M-Tuning 05-02-2007 08:18 AM

1 Attachment(s)
I've made a dutch language for Mindestic GlosPro 1.2.2, but I haven't translated the Admin Panel.

See attachment

snotek 05-09-2007 10:41 PM

Maybe I'm being dense... but the included zip file does not have the xml product to import...

Anyone have this for 1.2.2 3.6E? Please share.

RS_Jelle 05-10-2007 01:47 PM

Quote:

Originally Posted by snotek (Post 1244645)
Maybe I'm being dense... but the included zip file does not have the xml product to import...

Anyone have this for 1.2.2 3.6E? Please share.

It's located in the /uploads/includes/xml/ folder ;)

snotek 05-10-2007 03:13 PM

I see that now... sneaky. Most put it in the root of the zip. kk - works now - thanks!

Mrdby 05-12-2007 12:58 PM

3.6.6?

DementedMindz 05-30-2007 01:05 AM

Quote:

Originally Posted by Amenadiel (Post 1133749)
Well I'm getting to know the code, I've already modified the code to make glossary.php without args to act as if it had received a do=listglossary&c=1 by editing the "default action":

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


Then I also inserted a "show all" link at the beggining of the letterbit, but it was a minor edit, I just added:

eval('$letterbits = "<td><a href=glossary.php>Show all</a></td>";');

before the other evals.

But this one I cannot accomplish. I edited the main Glossary template and in the section where the letterbit table is displayed I removed the "if" so it should display letterbit no matter what, and yet it doesn't happen.

I hope you don't mind I'm performing this little customization, I believe it's impossible to make a product to suit each and every webmaster out there LMAO.

EDIT: I did it! I hadn't noticed that in glossary.php the letterbit eval part is inside an if statement restricting it to show only if do = listglossary, so I took that whole part outside the 'if'. I had to set c = 1 because it is initially = 0 and takes me to a blank page.

how did you put letterbits in the main glossary page?

Amenadiel 05-30-2007 02:34 AM

Quote:

Originally Posted by DementedMindz (Post 1257270)
how did you put letterbits in the main glossary page?

look in glossary.php, you'll see that after the comment

// Start listing all glossary terms in selected category. (Edit by: Lucas)

there is an 'if' in line 200

Code:

if ($_REQUEST['do'] == 'listglossary')
{

if you cut that part, and paste it in line 251, right before

Code:

$glossarycount = $db->query_first("
the whole code contained between lines 203 and 246 will execute no matter what parameters are you sending to glossary.php. And since that portion of code is the letterbit, well, there ya go.

DementedMindz 05-30-2007 02:42 AM

thanks, ok I have done that but it dont seem to show on the main glossary page (glossary.php) trying to figure out why now


All times are GMT. The time now is 11:03 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.01498 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (3)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