T3Social / NgineS

The Ultimate PHP Social Network Platform
GNU Affero General Public License v3.0
1 stars 0 forks source link

Issue: Change "Hosted by" to "Posted by" #53

Open lisandi opened 3 years ago

lisandi commented 3 years ago

/templates/event.tpl - I suggest to rename "Hosted by" to "Posted by" because the event is usually hosted by an organization but only a USER and not an organization can post an event - unless the organization creates a personal account instead of a page (which would be the correct way). So only a User can post an event. Additional the admin can create a custom field which lists the organizers. If this field would be standard enabled with AJAX it would be possible to list multiple organizers and link them back to their organizers pages (good way for marketing). = or an option to mot show that field at all (we do that) - Though the admin can still check who has actually posted an event.

<!--                                    <li>
                                        <div class="about-list-item">
                                            <i class="fa fa-user fa-fw fa-lg"></i>
                                            {__("Hosted By")} <a target="_blank" href="{$system['system_url']}/{$event['user_name']}">{if $system['show_usernames_enabled']}{$event['user_name']}{else}{$event['user_firstname']} {$event['user_lastname']}{/if}</a>
                                        </div>
                                    </li>
-->  

Nicer Solution: - if/elseif - but that needs to be done in core (checkbox - true/false).

lisandi commented 3 years ago

Zamblek Team feedback concerning this issue - their answer before they closed the ticket on their support forum without providing a solution or feedback themselves!

copied from the Sngine support forum where this issue got posted Thanks for your feedback and concern.

Zamblek Team.