kburnett
|
| Posted: 08/08/2002, 11:29 AM |
|
using php and templates.
i have a header, an index page, some pages and a footer.
the index pages has links to all the other pages. they are building fine.
the header also has links to all the other pages. they ARE NOT build at all. that is to say they are all building as a blank ahref. <a href=""></a>
the links are identical. i went so far as to cut-and-paste from the index to the header. but to no avail.
has anyone seen this before?
|
|
|
 |
Nicole
|
| Posted: 08/09/2002, 2:39 AM |
|
Hello,
have you selected the page for the link? Looks like you've just added link field and didn't touch its settings. Please check it.
|
|
|
 |
kburnett
|
| Posted: 08/09/2002, 9:40 AM |
|
Hey Nicole,
Yep, I have the following set (and I *think* these are the only values that matter):
Properties->Name = Subscribers
Properties->Source/Parameter = brew_user_list.ccp
Properties->Convert URL To = Absolute
The weirdest this is that the links where fine and then just stopped generating. I can't recall when they did so I am not sure what I did to cause it.
I have delete the page and rebuilt it and it still will not generate links on it.
My second problem, which I posted a new thread on, is that I can't get the links to generate correctly using folders either. That is, linking to pages inside of subfolders will not add the subfolder into the path.
Crazy stuff.
|
|
|
 |
kburnett
|
| Posted: 08/09/2002, 9:46 AM |
|
here's the generated code, in case it matters ...
from the header.php file...
// Controls
$Subscribers = new clsControl(ccsLink, "Subscribers", "Subscribers", ccsText, "", CCGetRequestParam("Subscribers", ccsGet));
$Subscribers->Parameters = CCGetQueryString("QueryString", Array("ccsForm"));
$Subscribers->Page = ServerURL ."brew_user_list.php";
$Subscribers->SetValue(Subscribers);
from the header.html file...
<td bgcolor="#DEE3EF" height="18" valign="middle"> <a href="{Subscribers_Src}">{Subscribers}</a></td>
|
|
|
 |
|