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
10 years 7 months 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
10 years 7 months 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 :)

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 7 months 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>

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 7 months ago - 10 years 7 months 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

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum