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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListChanging Meta Tags with Forms and List?Changing Meta Tags with Forms and List?
Previous
 
Next
New Post
9/8/2010 3:52 PM
 
I really like the F&L first off lol.  Next i was just wanting to know is there a way for me to change the meta tags of the page that is created when a user clicks on the Details button?

Shawn E Carter www.ShawnsSpace.com
 
New Post
9/8/2010 8:54 PM
 
here is a sample of what i am trying to do.  I created template named share, it works fine but im trying to get the page Title to be the title given to the data post.  Can i not override the DNN meta tags this way?


<xsl:param name="param_share" />
    <xsl:template match="udt:Data" mode="share">
        <html>
        <head>
            
            <title>
                <xsl:value-of select="udt:Title" disable-output-escaping="yes" />
            </title>


</head><body>
            <table>
                <tr>
                    <td class="normalBold"></td>
                    <td class="Normal">
                        <b>
                            (<xsl:call-template name="ListView" />
                            <xsl:call-template name="DetailView" />
                            <xsl:call-template name="EditLink" />
                            )


                            <xsl:value-of select="udt:Title" disable-output-escaping="yes" />
                        </b>
                    </td>
                </tr>
                <tr>
                    <td class="normalBold"></td>
                    <td class="Normal">


                        <div>
                            <table style="width: 100%">
                                <tbody>
                                    <tr>
                                        <td valign="top" align="center">
                                            <div style="padding:10px">


                                            </div>


                                        </td>
                                    </tr>
                                </tbody>
                            </table>


                        </div>
                    </td>
                </tr>
                <tr>
                    <td class="normalBold"></td>
                    <td class="Normal"></td>
                </tr>
            </table>
            </body>
        </html>
    </xsl:template>

Shawn E Carter www.ShawnsSpace.com
 
New Post
9/9/2010 1:39 AM
 
The result of the transformation gets embedded in your skin, it doesn't replace the current page. Therefore you cannot control metatags, the content is already placed inside the current body. 
 
New Post
9/10/2010 1:10 AM
 
Stefan Cullmann wrote:
The result of the transformation gets embedded in your skin, it doesn't replace the current page. Therefore you cannot control metatags, the content is already placed inside the current body. 

 Thank You Stefan

I was hoping you could tell me maybe if this is in the scope of development?  


Shawn E Carter www.ShawnsSpace.com
 
New Post
10/7/2010 1:58 PM
 
Stefan Cullmann wrote:
The result of the transformation gets embedded in your skin, it doesn't replace the current page. Therefore you cannot control metatags, the content is already placed inside the current body. 

 

Stefan,

Hopefully someday we can see this module SEO optimized for Token based Meta tags, even custom Token based meta such as og:meta opengraph. :)    I would be willing to help out in anyway i can with the changes, or even just tests.


Shawn E Carter www.ShawnsSpace.com
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListChanging Meta Tags with Forms and List?Changing Meta Tags with Forms and List?


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