Menu list multiple weblogs
Posted: 10 July 2005 01:52 AM   [ Ignore ]  
Lab Technician
RankRankRankRank
Total Posts:  1023
Joined  03-25-2005

I’m sure this is “someplace”
So far I have spent almost 2 hours. At this rate it will take 2 years. So I have to ask.
Menu for 3 weblogs in one menu.

<ul>
{exp:weblog:entries orderby="date" sort="desc" limit="15" weblog="weblog1|english|japanese" dynamic="off"}
<li><a href="{title_permalink=weblog/index}">{title}</a></li>
{/exp:weblog:entries}
</ul>

Ok, that lists the posts from all 3.
a href=?????? to get weblog name in there right?

 Signature 

BKDesign Solutions - Learn XHTML and use   Web Standards to build accessible websites that validate

Profile
 
 
Posted: 10 July 2005 09:15 AM   [ Ignore ]   [ # 1 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  9853
Joined  06-19-2002

I assume you’re asking how to get the link to point to different locations for different weblogs, right?  Remember, a “weblog” is simply a container of data, it’s your Template Group and Template that determine what is displayed, so what you’re really wanting is to “get the Template Group and Template in there right”.

EE provides a way to do this easily.  Under Admin > Weblog Management, go into the preferences for each weblog and set the “Comment Page URL” setting.  Typically, it would be something like http://www.example.com/index.php/weblog/comments/; set it to where you want the individual entrie displayed for each weblog.

Then, in the code you have above, use the {comment_entry_id_auto_path} variable instead of the {title_permalink=} one:

<li><a href="{comment_entry_id_auto_path}">{title}</a></li>

 Signature 

Chris Curtis
chriscurtis.org

Profile
 
 
Posted: 10 July 2005 12:25 PM   [ Ignore ]   [ # 2 ]  
Lab Technician
RankRankRankRank
Total Posts:  1023
Joined  03-25-2005

Thank you Chris!

 Signature 

BKDesign Solutions - Learn XHTML and use   Web Standards to build accessible websites that validate

Profile
 
 
   
 
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 66467 Total Logged-in Users: 27
Total Topics: 84860 Total Anonymous Users: 13
Total Replies: 455330 Total Guests: 162
Total Posts: 540190    
Members ( View Memberlist )