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)
-   -   Calendar Search and Comments for Events (https://vborg.vbsupport.ru/showthread.php?t=91066)

EasyTarget 08-01-2005 02:31 AM

great idea, keep it going.

nexialys 09-06-2005 06:14 PM

... the installer have no phrases to add, there are missing parts though...

can this release be updated ?!

deathemperor 09-07-2005 12:59 AM

it was coded for beta 2, I didn't upgrade it to be fully phrased. Sorry everyone I am busy at school and some projects I'm taking, I wil absolutely upgrade this hack, perhaps we should just wait for the Gold 3.5.

Thanks for your understanding.

nexialys 09-07-2005 05:10 PM

Quote:

Originally Posted by deathemperor
Thanks for your understanding.

yeah, i understand it completely, i knew it was not a final version...

i will report to you what is not done actually:

1- you did not use the proper $vbulletin->GPC[] structure for the globalised inputs... so it's impossible this script was tested for 3.5... look:
PHP Code:

        // get values in this way it's faster and more secure using vb fuction globalsize()
        
$vbulletin->input->clean_array_gpc('p',array(
            
'keyword' => TYPE_NOHTML,
            
'searchfor' => TYPE_NOHTML,
            
'searchdate' => TYPE_NOHTML,
            
'_order' => TYPE_NOHTML,
            
'orderby' => TYPE_NOHTML,
            
'beforeafter' => TYPE_NOHTML
        
));
        
// if string search is too short (less than 3 char)
        
if (strlen($keyword) < 3)
        {
                eval(
print_standard_error('searchnametooshort'));
        } 

the "if (strlen($keyword) < 3)" will never find its content, as we need to use "$vbulletin->GPC['keyword']" instead... and this is it abroad your script actually... some changes are to be planned.. ;)

EDIT: for the calendar_quickreply, it's not compatible with the new editor, so half the features are not working... will have to be fixed!

for the others, just phrases, but actually it's not a problem i think... just the permissions sentences are needed.

and if you have time, i don't think it would be useful to wait 'til 3.5 Gold, your code use the minimum of vB codes actually, it will be easy to integrate in the final...

Bojangles 09-13-2005 07:42 AM

Installed and but found out the phrases were not installed, so it won't work (like other people have posted). If anyone can get this working, it'd be really awesome.

Vizionz 09-15-2005 10:45 PM

noww i get a error when editing usergroups how can i drop
'eventcommentpermission' in 'field list'

deathemperor 09-16-2005 09:01 AM

to drop it you should know SQL language then open MySQL server -> table usergroup -> drop field eventcomment permission

Reeve of shinra 10-03-2005 03:08 AM

Oh man, I didn't know you ported this over or I would've went with 3.5 RC for a new site. crap. LOL

Anyone using this on gold yet?

deathemperor 10-03-2005 03:12 AM

I think it won't work for gold, I'll spend sometimes modify this as a product so that everything will be better.

you can wait for the update soon ^^

Reeve of shinra 10-03-2005 03:18 AM

cool beans, thank you.


All times are GMT. The time now is 09:43 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.01153 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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