By Leo Nobles III on Friday, 28 September 2018
Posted in General
Likes 0
Views 514
Votes 0
Hello

How can I make any event added to not go into pending status?
Can I make event category display the full title?
Could desktop display only 2 categories per row instead of 4 & mobile display 1 per row instead of 2?
Where do I go to update the word category to registry in the title and sentence?

Page: https://thebullyplanet.com/create-event
Hey there,

Seems like Joomla Ajax request hit the error when it tried to read through all the language constant and timeout.

You can manually edit the wording by editing the file at JoomlaFolder/language/en-GB/en-GB.com_easysocial.ini

You can open it using a file editor like for an example using Sublime 3 text editor. Do a search for the language constant and change the wording that appear beside it to your liking.
·
Friday, 28 September 2018 17:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

How can I make any event added to not go into pending status?


To do so head to backend -> EasySocial -> Users -> Profile Types choose the profile and in the ACL tab go to Events and toggle Moderate Event Creation.

Can I make event category display the full title?
Could desktop display only 2 categories per row instead of 4 & mobile display 1 per row instead of 2?


For desktop, head to backend -> EasySocial -> Themes -> Custom CSS and enter

#es .es-create-category-select .btn-wrap {
flex: 0 0 50%;
}


For mobile,append this to the above location

body #es.is-mobile .es-create-category-select .btn-wrap {
flex: 0 0 100%;
}


Please clear your cache after applying the css code.

Where do I go to update the word category to registry in the title and sentence?


Head to backend -> Extensions -> Overrides, create a new overrides with Language Constant

1. COM_ES_CLUSTERS_SELECT_CATEGORY - for the title
2. COM_ES_CLUSTERS_SELECT_CATEGORY_INFO_EVENTS - for the sentence
·
Friday, 28 September 2018 12:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello I was able to make all changes except

Head to backend -> Extensions -> Overrides, create a new overrides with Language Constant

1. COM_ES_CLUSTERS_SELECT_CATEGORY - for the title
2. COM_ES_CLUSTERS_SELECT_CATEGORY_INFO_EVENTS - for the sentence

Error message shows up..

Any suggestions on what I can do?
·
Friday, 28 September 2018 16:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Glad to help you out.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Tuesday, 02 October 2018 11:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post