In a word...Wow!
Thank you Anne, I look forward to having a play with this.
In a word...Wow!
Thank you Anne, I look forward to having a play with this.
Kathleen was looking for something new and didn't realize this was new.... as in today
Great looking mod but I'm having a bit of a problem, most likely something simple that I'm overlooking but I've edited, reedited the file several times
After editing the includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php file by inserting the code using Notepad++
All I get is a blank main page.
This is a default v1.5.1 install using Avonlee_Contempo with no additional modules installed yet.
upscalemaille dot com
I did upload all the files first then copy/paste/edit the includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php instead of editing the file prior to uploading.
Rick
RixStix (dot) com
aka: ChainWeavers (dot) com
WOW. That's why you get paid the big bucks.
Didn't think about looking at /log files....
PHP Parse error: syntax error, unexpected '<' in /home..../includes/templates/hampshire_cammie/common/tpl_main_page.php on line 77
On line 77, I changed from
TOCode:<?php require($template-<get_template_dir('tpl_home_slide_content.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_home_slide_content.php');?>
not because I knew what I was doing but because other similar lines had a > instead of <Code:<?php require($template->get_template_dir('tpl_home_slide_content.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_home_slide_content.php');?>
Rick
RixStix (dot) com
aka: ChainWeavers (dot) com
I just did a fresh install of avonlee contempo on 1.5.1 and there is a typo in the readme with the manual file edit. It should be this:
I'll see if I can submit an update to correct the typo :-)Code:<?php if ($this_is_home_page) { ?> <div id="home-banner"><center><?php require($template->get_template_dir('tpl_home_slide_content.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_home_slide_content.php');?></center></div> <?php } ?>
Thanks,
Anne