Re: How do EZ-Pages work?
When I click on that link, I am asked to log in as admin.
Your syntax is wrong, I believe it includes the zenid.
Look a little earlier in the thread, I gave an example of how to build a working hyperlink.
Later kuroi suggested an alternate method using the built-in ZC function, both work.
In this case, you are linking to a page outside EZ pages, not to an EZ page, so the function won't work.
Just use the example, go to that image in your browser, look at the address bar and leave out your site info and the zen id.
Example:
<a href="index.php?...your image URL" target="blank"> your text or image</a>
Re: How do EZ-Pages work?
Hi there
Thanks for your help, all is working now, i didn't need to use the <a href" html at all when i created the link through the ezpages builder. Can't understand why it wouldn't work the first time.
:clap:
darbleys
Re: How do EZ-Pages work?
I want to add Google Analytics code to my EZ pages.
For the define pages it is easy: I just add the code before the </body> tag in the common tpl_main_page.php.
Now, I am looking at the template for EZ pages and there is no </body> tag.
Should I add it before the last </div> tag?
Thanks.
Re: How do EZ-Pages work?
Quote:
Originally Posted by
ckosloff
I want to add Google Analytics code to my EZ pages.
For the define pages it is easy: I just add the code before the </body> tag in the common tpl_main_page.php.
Now, I am looking at the template for EZ pages and there is no </body> tag.
Should I add it before the last </div> tag?
Thanks.
The body tag for all pages is in the common/tpl_main_page.php template.
Re: How do EZ-Pages work?
Kuroi,
Thanks for answer, but please clarify.
Are you saying that's all I need?
The body tag in tpl_main_page.php will work in ALL pages, including EZ, which have a different tpl?
Best regards.
PS.
Disregard.
Never mind, the answer is YES.
Re: How do EZ-Pages work?
Is EZ Pages going to be multilanguage as standard in the next ZC release, 1.4?
It is quite strange to have splendidly working language system otherwise but the informational pages are always stuck with the idea of non-perfect multilingual content since the mod has some issues and the multilingual usage is not smooth.
Elli
Re: How do EZ-Pages work?
I'm want to use EZ-Pages for my FAQ. My intention was to use internal links to document-general pages.
When I add the internal link, the listing on the EZ-Pages is gone.
http://www.momandbabyboutique.ca/ser...id=2&chapter=1
There is supposed to be a listing called Cloth diaper guide. If I remove internal link then the listing shows again.
Any ideas why it is missing? what I should do to fix it.
Thanks,
Erin Laver
www.momandbabyboutique.ca/servlet
Re: How do EZ-Pages work?
How do you add php code to an ez-page?
I wan't to put this:
PHP Code:
<?php
require_once("rsslib.php");
$url = "http://simplefeed.consumerreports.org/rss/?f=96678890-01dc-11dc-3c7e-00001a1a9134";
echo RSS_Display($url, 100);
?>
into my More Information ez-pages, but haven't found an answer by searching, so, thought I'd ask.:P
Re: How do EZ-Pages work?
Quote:
Originally Posted by
wtashby
How do you add php code to an ez-page?
It's explained here. Though personally I see this as a bit of a hack and would recommend building your pages with PHP as proper pages and then add them to your menus as internal links via EZ-Pages
Re: How do EZ-Pages work?
@erinl
I can't see anything wrong with your FAQ (apart from the site being painfully slow to load). Did you fix this already?