Tuesday, May 22, 2012     | Register
Welcome to the Support Forums

In order to post to the support forums, you must be logged in as a registered user.


These forums are not moderated and may not be checked for a few days, so any important support issues should be emailed directly to support at orizonti.com for the fastest response.

Orizonti Forums
Subject: Template Feature Request

You are not authorized to post a reply.   
Author Messages
Lacodia
Posts:1

9/17/2005 1:52 PM Alert 
Hello,
Great module, I have a (hopefully) simply request. I would like links to open up in a _blank page. Each time I add the module I have to go in and manually change the template. Could we have an option to set the current template as default, and an option to open all links in a new window?
Thanks
Mark Garcia
rstieb
Posts:738

9/17/2005 9:06 PM Alert 
Mark,

Thanks for the feedback... Actually with the template functionality of NukeFeeds, it's very easy to add this your self. Go to NukeNews Admin-Edit Templates and change the Item template. Change this text (which is the link for the title)
<a href='[Link]'>[Title]</a>
To this:
<a href='[Link]' target=_blank>[Title]</a>

That's all you need to do...

Let me know if you have any other questions or need any additional information...

Thanks,
Russel
westrad
Posts:1

3/03/2006 1:35 PM Alert 
It'd be a really cool feature if there were a checkbox within the NukeFeeds Admin Edit Options page you could check if you wanted to launch the articles in a new window. Remembering to change the template each time you add a NukeFeeds module to a page gets to be a hassle, especially if you're adding a lot of them.

A checkbox for adding the paging tag to the header or footer would be awesome, too.

NukeFeeds is amazingly cool!
Mainer
Posts:2

3/15/2006 7:40 AM Alert 
Hi,

I am using this for my feed item template:

<table> <td class="NukeFeeds_ItemContentDefault"> [Content] </td></tr> </table>

I have deleted the shading from the module.css

I would like to be able to:
- have the items closer together, there are 2 <br> between them when you look at page source.
- bold the highlighted link text.

I can't figure out how to do this with either module.css or template.

Thanks,

Will in Maine, USA
Mainer
Posts:2

3/15/2006 9:28 AM Alert 
Also with the feed template I am using above where would I put that code to get the item to open in a new window?

Many thanks,

Will
rstieb
Posts:738

3/16/2006 10:49 AM Alert 
Not sure where the BR tags are coming from. There aren't any in the code or the ascx. Make sure you template isn't including them accidently.

The link text style can be controlled by adding an attribute to the link tag in the template. However, your example template below doesnt' have a link, only the content displayed.

On opening in a new window, if you have an "a" tag, like <a href=[link]> change it to <a href=[link] target=_blank> and that will cause the link to open in a new window...

Hope this helps...

Thanks,
Russel
mbarreau
Posts:9

4/06/2006 4:22 AM Alert 
To Mainer : the two <br> must be in the skin of the container of the module...
You are not authorized to post a reply.
Forums > Orizonti DNN Module Support > NukeFeeds > Template Feature Request



ActiveForums 3.6
Copyright (c) 2012 Orizonti Group Inc.   |  Privacy Statement  |  Terms Of Use