Jump to content

Foxtrek_64

Clients
  • Posts

    67
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Foxtrek_64

  1. Through the ACP. I'll do it through the templates. That seems the easiest option here.
  2. Hi Ryan, Thanks for the response. Unfortunately this also renders as raw text. Copyright line text: Copyright ©️ LuzFaltex, LLC 2014-{expression="date('Y')"}, all rights reserved Rendered text: <span id="elCopyright_userLine">Copyright ©️ LuzFaltex, LLC 2014-{expression="date('Y')"}, all rights reserved</span>
  3. Hello, I'm trying to get the copyright line to display the current year. Copyright ©️ LuzFaltex, LLC 2014-<?php echo date("Y"); ?>, all rights reserved <span id="elCopyright_userLine">Copyright ©️ LuzFaltex, LLC 2014-<!--?php echo date("Y"); ?-->, all rights reserved</span> I have also tried using template syntax, but this just gets rendered raw. <span id="elCopyright_userLine">Copyright ©️ LuzFaltex, LLC 2014-{{date("Y")}}, all rights reserved</span> I tried searching for this copyright line in the templates, but neither the global nor footer templates have any mention of this. The footer template ends with the "Contact Us" link and the global template just references the footer and then moves on to javascript. Is there a way that I can do what I'm trying to accomplish here or do I need to just opt for no copyright line and then create it myself manually by modifying the footer template?
  4. My field toggles don't seem to be working. I have a Checkbox Set field named "Contact Type" under which I have this field toggle configuration: When viewing the live form, all fields are visible even when I do not have any options selected. Did I misunderstand the purpose of form toggles or is this just not working correctly? My intent was to have these fields hidden until the user tells us what kind of contact options they want us to use, then to have those fields appear so they can supply the relevant information.
  5. I'm asking here because perhaps I'm just missing the option for this. In my community, we have a mixture of staff- and player-run events. I have an events board in my forum, segregated by whether it is a staff- or player-run event. Players use this board to post details about the event including its time, in-game location, whether it's an open or closed event, and so forth. They also add one of four tags: upcoming, postponed, completed, or canceled. I would like to tie this in to the calendar system so staff and player events appear on the calendar. I don't really care which direction this integration takes (calendar to forum or forum to calendar), just that posting in one place makes the event appear in both places. I could instruct users to create a calendar event and merely provide a link to the forum thread in the event description, however this feels like a sloppy approach and still requires managing things like RSVPs and cancelling or updating the date and time separately. What are my best options for this?
×
×
  • Create New...