|
|
|
|
Code Placement | October 4, 2008 @ 9:09am | Where would I place the code you suggest? I placed it in the Custom Page Contents block and enabled PHP processing, but I received an error. I placed it in the template.php and nothing changed.
I get the following error when I place the code i tyhe Custom Page Contents block and enable PHP processing: Parse error: syntax error, unexpected '<' in /home/i22al/public_html/index.php(1736) : eval()'d code on line 2
Thank you, Grady |
|
|
|
|
|
|
|
|
|
| October 3, 2008 @ 7:36pm | You can use the $LocationBar variable to overwrite the default FlexCMS navigation links.
For example you might do:
Code
$LocationBar = '<a href="'.$BaseURL.'">Home</a> > <a href="'.$MainURL.'/pages/mypage.html">Page Above</a> > This Page'; |
|
And of course that's PHP code so the page would need to be enabled as such.
David |
|
|
|
|
|
|
|
|
|
|
|
| October 2, 2008 @ 4:25pm | Thank you |
|
|
|
|
|
|
|
|
|
| October 1, 2008 @ 10:50pm | First you'll need to create separate pages and blocks for each language and link them accordingly.
Then go into the blocks and you'll see a section called "Pages To Display On" towards the bottom. There you can select which pages the specific blocks are displayed on.
That should do what you're looking for.
David |
|
|
|
|
|
|
|
|
|
different Language - guest select | October 1, 2008 @ 2:24pm | I want to create my site so that a guest can select the Language that he likes to use (Eng-Dutch-French-germany). The links on the left and the text on some pages must be changed by this selection. How can i create this?
|
|
|
|
|
|
|
|
|
|
| September 26, 2008 @ 11:42am | ok thanks |
|
|
|
|
|
|
|
|
|
| September 25, 2008 @ 12:42am | Yes, that's something that could be accomplished with some PHP code added to the template. The background="'.$TemplateImagesURL.'/1a.gif" portion would be replaced by a new variable, and some code (ie IF $Arguments1=='pages' && $Arguments2=='index' ... -- don't forget to add $Arguments1 and $Arguments2 to the Global list above!) would be added above to determine which pages display which image.
If you're not sure how exactly to go about that, you can also email for a quote to create a custom template for you with those modifications.
David |
|
|
|
|
|
|
|
|
|
different photo top | September 24, 2008 @ 5:19am | Is it possible to switch the photo top image by page
main page - image 1 about us - image 2 .... |
|
|
|
|
|
|
|
|
|
| September 22, 2008 @ 7:52pm | i finally got it to work... had an odd character in there... sorry. tks. |
|
|
|
|