Any questions about Documents Sellers, post it here .

Terms and Conditions in new window without modules

  • chadtheriault
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 7 months ago #5075 by chadtheriault
I was wondering if there was a way for the terms and conditions to open in a new window when clicked without all of the modules that are turned on for my front page showing?

It is very distracting to my viewers since I have most of the front page content in modules. It is hard to find where the terms and conditions are when clicked.

I have looked through the components/com_dms/views folder but just can't seem to figure out what I am looking for or what I need to change.

Thank you!

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

More
13 years 6 months ago #5170 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Terms and Conditions in new window without modules
Hi

You can do that by adding Itemid veriable to the link . For example :
Code:
<a href="index.php?option=com_content&view=article&id=<?php echo $this->config->article_id; ?>&Itemid=99999" target="_blank"><?php echo JText::_('DMS_TERM_AND_CONDITION'); ?></a>


Hope this help .

Regards,

Tuan

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

More
13 years 6 months ago #5676 by binhder
Hi Tuan,

Nice work! Following up on this "terms and conditions" window question, what is your suggestion for making it into a popup window with something like thickbox effects?

Binh

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