IPB

Welcome Guest ( Log In | Register )

Movable Type

We're moving to movabletype.org!

At long last, we're moving to forums powered by, well, Movable Type itself. You'll want to bookmark http://forums.movabletype.org/ for future reference, and in the meantime you can view these old forums as a read-only archive of past posts. Thanks for being part of the community!

 
Reply to this topicStart new topic
> MTOtherBlog (v 0.25), for a side blog
charlespsu
post May 1 2004, 07:19 AM
Post #1





Group: Members
Posts: 10
Joined: 25-February 04
Member No.: 21,582



Hello.
I'm trying to create a side blog.
I've created it and it can be reached:
http://www.cubiclewars.com/mt/sideblog/

Can someone give me the html code to put into the main index on my main blog?
For the life of me, I can't figure it out!

I'm using html and no sql datebases.

Thanks!
Charlie
Go to the top of the page
 
+Quote Post
markpasc
post May 1 2004, 04:44 PM
Post #2





Group: Six Apart
Posts: 1,059
Joined: 14-November 02
From: San Mateo, CA
Member No.: 5,806



You can use PHP includes, use Server Side Includes (SSI), or use MTOtherBlog to do it in MT template code. I suppose you could do it in pure HTML with an iframe but most folks go for these other options.
Go to the top of the page
 
+Quote Post
charlespsu
post May 2 2004, 04:18 AM
Post #3





Group: Members
Posts: 10
Joined: 25-February 04
Member No.: 21,582



I've installed this and have it working, but I can't get my sideblog to show links. Even though I've input the correct HTML, I can not get links to show up.

Need assistance.

Thanks!
Go to the top of the page
 
+Quote Post
shelley
post May 2 2004, 10:09 AM
Post #4


Technical Services Manager
Group Icon

Group: Six Apart
Posts: 17,550
Joined: 8-November 01
From: Texas
Member No.: 22,617



You need to be more specific about the problem. A URL to the page where it's happening also wouldn't hurt.


--------------------
Go to the top of the page
 
+Quote Post
shelley
post May 2 2004, 10:11 AM
Post #5


Technical Services Manager
Group Icon

Group: Six Apart
Posts: 17,550
Joined: 8-November 01
From: Texas
Member No.: 22,617



Related topics merged.


--------------------
Go to the top of the page
 
+Quote Post
charlespsu
post May 2 2004, 02:14 PM
Post #6





Group: Members
Posts: 10
Joined: 25-February 04
Member No.: 21,582



QUOTE (shelley @ May 2 2004, 06:09 PM)
You need to be more specific about the problem. A URL to the page where it's happening also wouldn't hurt.

Hello.
If you have a look at www.cubiclewars.com
You'll see the side blog in action under DAILY LINKS.
You'll see that even though I put the links in CNN, it doesn't show up.
Regardless of where I try to put the link, it doesn't show.
Now, the address of the side blog is
www.cubiclewars.com/mt/sideblog

If you have a look at this page, the links are intact.

Please help.
Thanks!
Go to the top of the page
 
+Quote Post
charlespsu
post May 3 2004, 05:32 PM
Post #7





Group: Members
Posts: 10
Joined: 25-February 04
Member No.: 21,582



anyone?
Go to the top of the page
 
+Quote Post
cbulock
post May 5 2004, 07:28 AM
Post #8





Group: Members
Posts: 25
Joined: 12-July 03
From: MI, USA
Member No.: 13,357



So, you are trying to get the posts from http://www.cubiclewars.com/mt/sideblog/ to show up under the Daily Links section of your page, is that correct?

If so, what method are you using to insert the code? Probably the easiest method would be to get theMTOtherBlog plugin and use that. If you are still having trouble getting it to work, if you posted the code from your MT index template for that Daily Links section, that could also help in determining the issue.
Go to the top of the page
 
+Quote Post
charlespsu
post May 6 2004, 05:32 PM
Post #9





Group: Members
Posts: 10
Joined: 25-February 04
Member No.: 21,582



Hello.
Thank you for replying to my question.
Below is the text I use on the main index page my main blog. This pulls in the sideblog.

Daily Links



<$MTEntryTitle$>:

<$MTEntryExcerpt$>







Here's the main index of sideblog:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">





<$MTBlogName$>






<script language="javascript" type="text/javascript">
function OpenComments © {
window.open(c,
'comments',
'width=480,height=480,scrollbars=yes,status=yes');
}

function OpenTrackback © {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}



<$MTCCLicenseRDF$>













<$MTEntryTrackbackData$>



<$MTEntryDate format="%x"$>






">

<$MTEntryTitle$>



<$MTEntryBody$>


"


























Any ideas?
Thanks again!
Go to the top of the page
 
+Quote Post
markpasc
post May 6 2004, 10:35 PM
Post #10





Group: Six Apart
Posts: 1,059
Joined: 14-November 02
From: San Mateo, CA
Member No.: 5,806



You don't seem to have any link HTML (an <a> tag) in that code. If you put the URLs in the Entry Body, your code should read:

CODE
<MTOtherBlog id="5">
<MTEntries lastn="2">
<a href="<$MTEntryBody$>"><$MTEntryTitle$></a>: <br />
<$MTEntryExcerpt$><br />
<br />
</MTEntries>
</MTOtherBlog>
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 11.24.09 - 10:00 PM