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

KTBleeding 04-19-2005 12:06 AM

Quote:

Originally Posted by VB-Fanatiker
No.
I need this feature also!!!
:rolleyes:

Bummer. That would save me a BUNCH of hassle.

deathemperor 04-19-2005 02:24 AM

Sorry guys I've been busy with my Java eProjects. I'll make an upgrade for those feature whenever I have time.

thanks for your concern.

KTBleeding 04-19-2005 07:07 AM

Sounds good to me. I've clicked install so I can keep updated.

Lionel 05-04-2005 07:20 AM

Wonder if this can be made to use Geek's Autolink hack?

deta 05-10-2005 12:46 PM

Quote:

Originally Posted by Lee Wilde
Here are 2 screenshots.

1. event_with_quickreply_enabled.jpg
Users are used to seeing the quick reply box in the forums, so to see under an event seems natural.

2. event_with_reply_added.jpg
Once someone has replied to the event, it begins to look like a forum thread!

I will add a screenshot of the calendar search page shortly.

Hello Lee,

how did you clean-bring there the fields to
Nearest Capital City:
Location:
Website:
Cost:
Parking:
Dress Code
Contact Name and Phone:
..?



Which chop is that?

Thanks

cu Deta

VB-Fanatiker 05-12-2005 12:39 PM

Quote:

Originally Posted by KTBleeding
Will this hack search custom calendar field content?

Past another month. Nobody can do this? :alien:

deathemperor 05-12-2005 03:09 PM

I'm still coding my EJB project, 18 is my deadline, from there I'll be making hacks again.

please spare me.

VB-Fanatiker 05-13-2005 12:33 AM

Ok, I think I figured it out..... You have to change the following:

find in calendar.php

Code:

                                $searchfor_query = "event.title LIKE '%$keyword%'";
//                                $searchfor_subquery = "OR event.event LIKE '%$keyword%'";
                                $searchin = "event";

and change it to:

Code:

                                $searchfor_query = "event.title LIKE '%$keyword%'";
                                $searchfor_subquery = "OR event.event LIKE '%$keyword%'";
                                $searchfor_subquery = "OR event.customfields LIKE '%$keyword%'";
                                $searchin = "event";

Thats it (for me). Now it is searchable in the event content field and also in the customfields. :)

deathemperor 05-13-2005 02:35 AM

if it does work, then you should change:

$searchfor_subquery = "OR event.customfields LIKE '%$keyword%'";

to

$searchfor_subquery .= "OR event.customfields LIKE '%$keyword%'";

or this line:

$searchfor_subquery = "OR event.event LIKE '%$keyword%'";

will mean nothing

deta 05-13-2005 03:41 AM

Quote:

Originally Posted by deta
Hello Lee,

how did you clean-bring there the fields to
Nearest Capital City:
Location:
Website:
Cost:
Parking:
Dress Code
Contact Name and Phone:
..?



Which chop is that?

Thanks

cu Deta

Can somebody else say to me, how I get?

cu Deta


All times are GMT. The time now is 03:38 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.01134 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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