vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   MAF: (Moderator Application Form & Application Rating Module) (https://vborg.vbsupport.ru/showthread.php?t=77340)

sabret00the 03-03-2005 08:55 AM

doh, give me 45 minutes to fix it, i'll set another update when it's fixed :)

sorry about this OBK

Oblivion Knight 03-03-2005 09:02 AM

Hey no worries Sabe.. I knew it would be kinda risky installing it straight on to my live board so early in development without me testing it on my test board first. Other than the occasional errors, it's a very nice mod indeed and I see a lot of potential..

Once the bugs have been ironed out, I'll look in to seeing if there's anything I can improve upon. I'm sure in some of the e-mail notifications I receive, there are usernames repeated (ie. in more than one notification) and it would be nice to have the applicant usernames printed in the thread notifications too.. :)

sabret00the 03-03-2005 09:52 AM

Quote:

Originally Posted by Oblivion Knight
there are usernames repeated (ie. in more than one notification) and it would be nice to have the applicant usernames printed in the thread notifications too..

the repeated usernames thing, i aint had that but as soon as i'm able to replicate that i'll iron it out, regarding the names in the thread, that's quite an easy one, so no doubt you'll see that soon, just need to make sure theirs no more bugs before i start adding more stuff.

Slybone 03-03-2005 10:07 AM

hmmm on the 4th step I continue to get that SQL error (read up) any clue what thats about?

nexialys 03-03-2005 10:08 AM

SUGG: can you put the cron texts in some text-files and load it depending on $vboptions[languageid] so we can have multiple lang ?! (/includes/cron/maf/lang/1.php) or something...

thanks (i'll do it for myself anyway, but...)

sabret00the 03-03-2005 10:19 AM

Quote:

Originally Posted by Slybone
hmmm on the 4th step I continue to get that SQL error (read up) any clue what thats about?

upgrade or fresh install?

Quote:

Originally Posted by nexialys
SUGG: can you put the cron texts in some text-files and load it depending on $vboptions[languageid] so we can have multiple lang ?! (/includes/cron/maf/lang/1.php) or something...

thanks (i'll do it for myself anyway, but...)

i knew someone was gonna ask for that sooner or later :(

but mainly it comes from an experiment, basically grabbing the email stuff from templates goes straight to inbox rather than junk mail, so i wanted to see how this behaved too.

nexialys 03-03-2005 11:19 AM

Quote:

Originally Posted by sabret00the
i knew someone was gonna ask for that sooner or later :(
but mainly it comes from an experiment, basically grabbing the email stuff from templates goes straight to inbox rather than junk mail, so i wanted to see how this behaved too.

hum ?!.. i don't see the link with lang text... ;)

and yes, i'm the tricky guy that stuck everybody with stupid questions ya know!

sabret00the 03-03-2005 11:21 AM

Quote:

Originally Posted by nexialys
hum ?!.. i don't see the link with lang text... ;)

and yes, i'm the tricky guy that stuck everybody with stupid questions ya know!

i have no idea where the link is with the language text but if when dragging an email out of the templates rather than the phrases it's going to inbox, something has to be different right?

oh well just for you when i add the OBK request i flagged i'll move the email text over to the phrases :)

Oblivion Knight 03-03-2005 11:36 AM

/install/hacks/MAF/2/index.php has a typo.. ;)

Code:

                        require_once('../upgrade_queries.php');
Should be:
Code:

                        require_once('./upgrade_queries.php');
Otherwise, the error that I mentioned earlier still appears.

nexialys 03-03-2005 11:44 AM

Quote:

Originally Posted by sabret00the
i have no idea where the link is with the language text but if when dragging an email out of the templates rather than the phrases it's going to inbox, something has to be different right?

oh that... problem easily solved: trim($the_text) will correct the situation, as a non-trimmed text will send a EOL that bug off the emailers...


All times are GMT. The time now is 04:20 AM.

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.02104 seconds
  • Memory Usage 1,745KB
  • 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
  • (6)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