Explanation
#1
Posted 25 August 2004 - 10:57 PM
I'm sorry, but I did't really got it yet.
thanks
#2
Posted 25 August 2004 - 11:11 PM
e.g. I use mine where I have different menus for a different template, and then another menu generated from the web-url to go back to the first page (with a different menu)
#3
Posted 26 August 2004 - 03:33 AM
mmjaeger, on Aug 25 2004, 05:57 PM, said:
I'm sorry, but I did't really got it yet.
thanks
say part of your site is not in etomite... like you might have a store running on another site that sells goods for your company... with the weblink you can provide a link in your menu to that page and it will show in your etomite menu...
you can use it for any outside links that need to be in your menu.
also... you can make a link for example like this:
<a href="http://etomite.com/" target="_blank">Link Here</a>
or if you had a weblink setup for http://www.etomite.com/ and it had an id # of 20 (for example) you could just do this anytime you wanted to link to them:
<a href="[~20~]" target="_blank">Link Here</a>
:betterwink:
#4
Posted 26 August 2004 - 12:36 PM
The weblinks contain links to other documents on the site or external sites.
They are really easy to maintain in the manager.
#5
Posted 26 August 2004 - 03:06 PM
#6
Posted 26 August 2004 - 03:11 PM
JuggoPop, on Aug 26 2004, 04:33 AM, said:
you can use it for any outside links that need to be in your menu.
also... you can make a link for example like this:
<a href="http://etomite.com/" target="_blank">Link Here</a>
or if you had a weblink setup for http://www.etomite.com/ and it had an id # of 20 (for example) you could just do this anytime you wanted to link to them:
<a href="[~20~]" target="_blank">Link Here</a>
:betterwink:
let's say I wanted to do a page with some categories of some external links e.g.
Cooking
-- url 1
-- url 2
-- url 3
Photography
-- url 1
-- url 2
Family
-- url 1
-- url 2
how would I best achieve this - are there any snippets already out there that would allow me to do this.
thanks for your input
#7
Posted 26 August 2004 - 03:28 PM
mmjaeger, on Aug 26 2004, 10:11 AM, said:
Cooking
-- url 1
-- url 2
-- url 3
Photography
-- url 1
-- url 2
Family
-- url 1
-- url 2
how would I best achieve this - are there any snippets already out there that would allow me to do this.
thanks for your input
1. Create weblinks for each url.
2. make a chunck something like this:
<b>Cooking</b><br /> -- <a href="[~ID~]" target="_blank">url 1</a><br /> -- <a href="[~ID~]" target="_blank">url 2</a><br /> -- <a href="[~ID~]" target="_blank">url 3</a><br /><br /> <b>Photography</b><br /> -- <a href="[~ID~]" target="_blank">url 1</a><br /> -- <a href="[~ID~]" target="_blank">url 2</a><br /><br /> <b>Family</b><br /> -- <a href="[~ID~]" target="_blank">url 1</a><br /> -- <a href="[~ID~]" target="_blank">url 2</a><br /><br />replace ID with the id of the link...
3. call your chunk in a new page.
another way could probably be done with a version of the menubuilder and placing the weblinks in a folder and calling them from there... and there are probably snippets that are good for this as well. I think there is one for link list actually...
with etomite, the options are endless (as are the ways of going about doing it) :betterwink:
#8
Posted 26 August 2004 - 03:34 PM
JuggoPop, on Aug 26 2004, 04:28 PM, said:
2. make a chunck something like this:
<b>Cooking</b><br /> -- <a href="[~ID~]" target="_blank">url 1</a><br /> -- <a href="[~ID~]" target="_blank">url 2</a><br /> -- <a href="[~ID~]" target="_blank">url 3</a><br /><br /> <b>Photography</b><br /> -- <a href="[~ID~]" target="_blank">url 1</a><br /> -- <a href="[~ID~]" target="_blank">url 2</a><br /><br /> <b>Family</b><br /> -- <a href="[~ID~]" target="_blank">url 1</a><br /> -- <a href="[~ID~]" target="_blank">url 2</a><br /><br />replace ID with the id of the link...
3. call your chunk in a new page.
another way could probably be done with a version of the menubuilder and placing the weblinks in a folder and calling them from there... and there are probably snippets that are good for this as well. I think there is one for link list actually...
with etomite, the options are endless (as are the ways of going about doing it) :betterwink:
Thanks for replying - was wondering whether it could be done dynamiclly - kind of similar to the sitemap for instance.
#9
Posted 26 August 2004 - 03:55 PM
#10
Posted 27 August 2004 - 12:16 PM
Login to my manager to see the snippet. Login details are on the intro page.
#11
Posted 28 August 2004 - 05:08 AM
it may not be perfect... but it does work.
see it running here: http://www.juggopop.com/links.php
use the following snippets (attached below):
MenuBuilderList1
MenuBuilderList2
when you set this up do the following:
1. install both snippets.
2. make a new page and make it a folder (save it)
3. note the id for the page you just made.
4. edit the page and add the snippet in as:
[[MenuBuilderList1?id=XXX]]Replace the XXX with whatever ID you noted in step 3.
5. for each section that you want listed you have to publish a folder as a child to the folder you made in step 2.
6. make web links and put them as childern under the folders you made as section names.
test the page.
works for me... though it needs some css done to make it pretty. :betterwink:
hope this helps... I'll leave this running on my site for a few days in case anyone else wants to look at it.
now remember, I'm not an expert here, and this may be the long way down a short road, but it's the best I can think of off-hand. (as I'm a php newbie... now, alex or rad could probably make it into one short snippet)
MenuBuilderList1.txt 1.11K
31 downloads
MenuBuilderList2.txt 1.08K
43 downloads
#12
Posted 28 August 2004 - 05:30 AM
JuggoPop, on Aug 28 2004, 06:08 AM, said:
it may not be perfect... but it does work.
see it running here: http://www.juggopop.com/links.php
use the following snippets (attached below):
MenuBuilderList1
MenuBuilderList2
when you set this up do the following:
1. install both snippets.
2. make a new page and make it a folder (save it)
3. note the id for the page you just made.
4. edit the page and add the snippet in as:
[[MenuBuilderList1?id=XXX]]Replace the XXX with whatever ID you noted in step 3.
5. for each section that you want listed you have to publish a folder as a child to the folder you made in step 2.
6. make web links and put them as childern under the folders you made as section names.
test the page.
works for me... though it needs some css done to make it pretty. :betterwink:
hope this helps... I'll leave this running on my site for a few days in case anyone else wants to look at it.
now remember, I'm not an expert here, and this may be the long way down a short road, but it's the best I can think of off-hand. (as I'm a php newbie... now, alex or rad could probably make it into one short snippet)
thank you so much - I will certainly give it a try.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











