Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...How can I get the current URL to use in a new modified URLHow can I get the current URL to use in a new modified URL
Previous
 
Next
New Post
5/3/2011 4:13 PM
 
I'm using the catalook module and I want a facebook like button for each product. So in the catalook skin files I can put:
<iframe src="http://www.facebook.com/plugins/like.php?href=URLHERE&amp;send=true&amp;layout=button_count&amp;width=200&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:21px;" allowTransparency="true"></iframe>

but I need to pull the current url and put it where it says "URLHERE".

Any Ideas?
 
New Post
5/4/2011 2:52 AM
 
Lee Wise

You can use HTML module for this. First of all in the settings you should allow to replace tokens. Then you can use token [Tab:URL]. So your HTML code will be like this:

<iframe src="http://www.facebook.com/plugins/like.php?
href=
[Tab:URL]&amp;send=true&amp;layout=button_count&amp;width=200&amp;
show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21"

scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:21px;" allowTransparency="true"></iframe>

Sergey
 
New Post
5/4/2011 10:51 AM
 
I'm hesitant to use an extra html module because this module will display different content and different stages of a shopping process but it's all technically the same page so I would want that facebook button showing up every time, only on the product detail view. I have access to the ascx files for the module and I found where to put the code to only show up when I want I just don't know how to pull the url from that ascx file.

That replace tokens thing is cool though. I've never seen that and will definitely use that and some other on future projects.
 
New Post
5/5/2011 3:53 AM
 
Lee

You can use HTMl module without container at all, then it will show only code i have posted below.

Sergey

PS: If you still like to change .ascx file, please contact me and i will help with it.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...How can I get the current URL to use in a new modified URLHow can I get the current URL to use in a new modified URL


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out