Welcome Guest, Not a member yet? Register   Sign In
URI param unwanted passing problem
#8

[eluser]HarisB[/eluser]
This one is for home:

Code:
//
<rn:meta title="#rn:msg:SHP_TITLE_HDG#" template="rn_standard.php" clickstream="home"/>
<rn:widget path="custom/TopicsE" label="Browse by topic" />
<rn:widget path="custom/reports/GridE" label="Most Popular Questions" headers="false" perpage="10" />
//

For list:

Code:
//
<rn:meta title="#rn:msg:FIND_ANS_HDG#" template="rn_standard.php"  clickstream="answer_list"/>

<div id="result_wrap"> <span id="results">Search Results: <strong><rn:widget path="custom/reports/ResultCountE" report_id="166"/> matching result(s)</strong> &lt;?php

if(getUrlParm("kw")) {
    echo "(for <em>" . getUrlParm("kw") . "</em>)";
}
?&gt;</span>
      <ul>
        <rn:widget path="custom/reports/MultilineE" report_id="166"/>
      </ul>
      
      <div class="blue_arrow_wrapper"><a href="/app/home/">Back to Customer Support home</a></div>
    </div>
//

I am pretty sure there is nothing within the widgets that can be setting this. I think solving this may go deep in how RightNow coded their portal.


Messages In This Thread
URI param unwanted passing problem - by El Forum - 07-14-2009, 11:32 AM
URI param unwanted passing problem - by El Forum - 07-14-2009, 11:48 AM
URI param unwanted passing problem - by El Forum - 07-14-2009, 12:02 PM
URI param unwanted passing problem - by El Forum - 07-14-2009, 12:09 PM
URI param unwanted passing problem - by El Forum - 07-14-2009, 12:14 PM
URI param unwanted passing problem - by El Forum - 07-14-2009, 12:18 PM
URI param unwanted passing problem - by El Forum - 07-14-2009, 12:19 PM
URI param unwanted passing problem - by El Forum - 07-14-2009, 12:25 PM
URI param unwanted passing problem - by El Forum - 07-14-2009, 12:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB