Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Bug: Template specific settings

  • Shivan Kannan
  • Shivan Kannan's Avatar Topic Author
  • Offline
  • New Member
More
11 years 1 month ago #138223 by Shivan Kannan
Bug: Template specific settings was created by Shivan Kannan
Hi,
The 'Show date' and 'Enable the menu title' functionality is interchanged.
Option set for 'Show date' currently works/applies/intends for 'Enable the menu title', and vice versa.
Hope this can be rectified in the update :)

Great support. Thanks.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
11 years 1 month ago #138224 by Krikor Boghossian
Replied by Krikor Boghossian on topic Bug: Template specific settings
Thank you for your feedback.
I really appreciate this.

Of course it will :)

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
11 years 1 month ago #138225 by Krikor Boghossian
Replied by Krikor Boghossian on topic Bug: Template specific settings
I found the culprit.
The values in the xml file were accidentally swapped (The PHP code is correct).

If you need a quickfix open the templateDetails.xml file and around line 182 locate
<field name="showTitle" type="list" default="yes" label="TPL_NU_BE_SHOW_DATE" description="TPL_NU_BE_SHOW_DATE_DESC">
					<option value="yes">YES</option>
					<option value="no">NO</option>
				</field>
				<field name="showDate" type="list" default="yes" label="TPL_NU_BE_SHOW_HEADER" description="TPL_NU_BE_SHOW_HEADER_DESC">
					<option value="yes">YES</option>
					<option value="no">NO</option>
				</field>

and swap it with
				<field name="showDate" type="list" default="yes" label="TPL_NU_BE_SHOW_DATE" description="TPL_NU_BE_SHOW_DATE_DESC">
					<option value="yes">YES</option>
					<option value="no">NO</option>
				</field>
				<field name="showTitle" type="list" default="yes" label="TPL_NU_BE_SHOW_HEADER" description="TPL_NU_BE_SHOW_HEADER_DESC">
					<option value="yes">YES</option>
					<option value="no">NO</option>
				</field>

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
11 years 1 month ago - 11 years 1 month ago #138226 by Krikor Boghossian
Replied by Krikor Boghossian on topic Bug: Template specific settings
It has been solved in the 1.0.1 version.
nuevvo.com/downloads/commercial-templates/item/100-kiji

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum