New topic ~ How to add a link to the information section?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 лет назад
I understand how to add a new topic and find the connecting url but how do I add a link to the information section?

Chad
14 лет назад
You have to do it manually.  Check out modules/infoblock.ascx
14 лет назад
Got it.  Thank you.

Chad
14 лет назад
In a new release can we maybe get a section like the information section that when you add a topic from the CMS section in admin the title name show and a link to the page. Or just leave it in the information block and have the link show up there automaticly instaed of having to go in and add the link in the code.
14 лет назад
go to [url] http://nopcommerce.codeplex.com/WorkItem/View.aspx?WorkItemId=7756 [/url]

and add your vote for this feature
14 лет назад
mckenzie wrote:
In a new release can we maybe get a section like the information section that when you add a topic from the CMS section in admin the title name show and a link to the page. Or just leave it in the information block and have the link show up there automaticly instaed of having to go in and add the link in the code.


as a workaround, you could try :

create a new topic called 'links'

register and add the topic in infoblock.ascx   ( or in one of the masterpages )

then, when you create a new topic that you want to be able to link to, you could copy the address of the new topic into your 'links' topic

eg
<div style="define:a style;" >
< a href="http://www.yourdomain.com/Topic/1-.aspx ">  link name 1</a>
< a href="http://www.yourdomain.com/Topic/2-.aspx ">  link name 2</a>
</div>

you could choose the style for the links in a <div> in infoblock.ascx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.