Please check out all topics in this page first.
If you don't find what you are looking for, write to us at support@combriteapp.com
If you have some suggestion, praise or constructive criticsm, we are happy to hear from you.

How to exclude some words from search?

By default minus sign "-" is used by Eventbrite to exclude keywords from search (like google does). But, since a lot of event titles have minus in their title (as a dash), this break searches for those kind of event titles. That's why we strip all "-" from search. If you want to exclude some words from search, please use "LNOT" (LogicalNot). It will be automatically replaced in search string with "-".
Why "LNOT" and not simple "NOT" you ask? Well, "not" is actual word and it can appear in event title so it will break search as well. That's why we opted for something that is not proper word as "LNOT".

What languages are available?

For now, only English is available. If you are willing to translate Combrite to your language, translate these files:

  • \administrator\language\en-GB\en-GB.com_brite.ini
  • \administrator\language\en-GB\en-GB.com_brite.sys.ini
  • \administrator\language\en-GB\en-GB.plg_content_combrite.ini
  • \administrator\language\en-GB\en-GB.plg_content_combrite.sys.ini

and change language code in their names accordingly. Then you can send them to us and we will include it in next release of Combrite with your credits of course.

How to customize template used for article creation?

In \media\com_brite\templates\ there are two files, default.html and default.css. CSS file is injected in page by plugin when article created with Combrite is viewed. Default.html is plain HTML file that you can edit however you want. You can use following codes and they will be replaced by plugin with actuall information:

{EVENT_ID}, {EVENT_LOGO}, {EVENT_TITLE}, {EVENT_URL}, {EVENT_CATEGORY}, {EVENT_START}, {EVENT_END}, {EVENT_DESCRIPTION}, {NUMBER_OF_TICKETS}, {ORGANIZER_URL}, {ORGANIZER_NAME}, {ORGANIZER_ID}, {VENUE_ID}, {VENUE_NAME}, {VENUE_URL}, {VENUE_CITY}, {VENUE_COUNTRY}, {VENUE_ADDRESS}, {VENUE_FORMATED_ADDRESS}, {VENUE_LAT}, {VENUE_LNG}.

In default.html you will find codes that is used by plugin to insert ticketing widget and map. Please don't change anything in that string.

What licence Combrite use?

Combrite is released under the GPL V3 License, fully following GPL and Joomla! license rules:

  • no limits on number of installs
  • no limits on number of domains on wich you can install
  • no extra fees to remove disclaimer
  • no domain limits support

You can check the gpl v3 license here.