Disregard the above question, i've figured it out
I just added a 2nd for loop in tpl_ezpages.php, its probably not the most efficient way to do it, but it works just fine
Printable View
Disregard the above question, i've figured it out
I just added a 2nd for loop in tpl_ezpages.php, its probably not the most efficient way to do it, but it works just fine
What am I missing here?? :huh:
Objective: Add my Testimonials link to the "More Information" sidebox. You can see that've added the bottom line of code to more_information.php:
But it's not showing up. I've been tweaking this thing forever, assuming the proper configuration is just around the corner.PHP Code:
unset($more_information);
// test if links should display
if (DEFINE_PAGE_2_STATUS <= 1) {
$more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_2) . '">' . BOX_INFORMATION_PAGE_2 . '</a>';
}
if (DEFINE_PAGE_3_STATUS <= 1) {
$more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_3) . '">' . BOX_INFORMATION_PAGE_3 . '</a>';
}
if (DEFINE_PAGE_4_STATUS <= 1) {
$more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_4) . '">' . BOX_INFORMATION_PAGE_4 . '</a>';
}
if (DEFINE_DEFAULT_STATUS <= 1) {
$more_information[] = '<a href="' . index.php?main_page=testimonials_manager_all_testimonials(FILENAME_DEFAULT) . '">' 'Testimonials' '</a>';
Could someone who knows what they are doing point me in the right direction?
Thanks!
Hi Peeps
Im struggling to change the header on my EZpage... the inportant infomation...thingy mijiggy.
Can anyone point me in the right direction on how to do this please? Im not very techie :dontgetit
Many thanks
Thank you my question has been answered :smile:
Eve
Thanks for the info. Changed the colour to white with no probs but could someone also explain how to centre align the links? I'm assuming this is also done in the stylesheet but is it something I need to change or something I need to add?
CSS confuses the hell out of me so could you please be precise about what I should add/change and if it's adding lines, where I would need to add them?
Any help would be very appreciated.
Steve.
Hi, on the 1st page of this thread it says:
"NOTE: While all Links within a Chapter will display together, you can have the different Links display in the Header, Footer or Sidebox on their own. Or, you can have the additional Links only display when the Main Link or one of the Additional Links within the Chapter has been opened."
Does this mean if I have 3 links with the same chapter and their TOC are 10,20,30 (link #1, #2, #3 respectively) I can set it in the admin so that initially only link#1 shows, but when after I click on link#1, link#2 and link#3 also shows? Like clicking a main category link will show its sub category links for products?
Precisely. link #2 and link # 3 will only show in the table of contents though, not in the header, footer or sidebox.
To achieve this you just need to set the sidebox, header and footer status to off in the ezpages admin menu, but the table of contents on and ordered as you suggested.
The problem I am having with EZ-Pages is that I am trying to make one a photo gallery and don't know how...any help would be appreciated!
Thanks!
Tiffany