Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2006-02-08 11:24:29
- lazyman
- New Member
- Registered: 2004-11-24
- Posts: 8
Two problems, for now
1. <a href=“http://www.readysetdie.com/images/textpatternsucks.jpg” target=”_blank”>Please see image.</a>
2. <a href=“http://www.readysetdie.com/index.php?s=archive” target=”_blank”>http://www.readysetdie.com/index.php?s=archive</a>
The links to my archived entries don’t work, why?
Offline
Re: Two problems, for now
> lazyman wrote:
2. <a href=“http://www.readysetdie.com/index.php?s=archive” target=”_blank”>http://www.readysetdie.com/index.php?s=archive</a>
The links to my archived entries don’t work, why?
I think you are using a dated plugin to produce these links. E.g., there were versions of zem_link which repeated the site base address twice.
Robert
Offline
#3 2006-02-08 12:38:03
- lazyman
- New Member
- Registered: 2004-11-24
- Posts: 8
Re: Two problems, for now
Thank you for your response. How will I fix that?
Offline
Re: Two problems, for now
Depends on whether and which plugin you are using… Which is it? Go tell!
Offline
#5 2006-02-08 12:47:26
- lazyman
- New Member
- Registered: 2004-11-24
- Posts: 8
Re: Two problems, for now
I use rss_suparchive, version 0.6. OLD SCHOOL.
Offline
Re: Two problems, for now
That’s dated 11/12/2004, latest Version is 0.16.1. There you go…
Offline
#7 2006-02-08 12:59:08
- lazyman
- New Member
- Registered: 2004-11-24
- Posts: 8
Re: Two problems, for now
So what will I have to do, exactly? I’m sorry, I didn’t install the plugin, originally, so I have no clue as to what to do right now.
Offline
Re: Two problems, for now
Assuming you are on Textpattern 4.0.x, grab the latest version of the plugin from here, open up Textpattern’s backend in admin > plugins, copy & paste the glibberish text which is shown in the browser window you just openend from the wilshireone.com site into the textbox at the very top of that page and press “Upload”.
Install and activate the new plugin. Start praying that everything fits in its place.
There’s a topic in Textbook covering plugin installation, too.
Offline
#9 2006-02-08 13:49:45
- lazyman
- New Member
- Registered: 2004-11-24
- Posts: 8
Re: Two problems, for now
<a href=“http://www.readysetdie.com/index.php?s=archive” target=”_blank”>http://www.readysetdie.com/index.php?s=archive</a>
It’s a little squished together, but it installed fine. Thanks for your help.
What can I do to save the squished-togetherness?
Offline
Re: Two problems, for now
dl.aa dt { margin-top: 3em;}
Offline
#11 2006-02-08 14:23:08
- lazyman
- New Member
- Registered: 2004-11-24
- Posts: 8
Re: Two problems, for now
That’s great, thanks again. I’m sorry for being such a hassle!
After I upgraded to 4.0.3, the comments seem to add in <code><p></code> and <code></p></code> without me inputing them.
I don’t like this. How do I change it?
Offline
#12 2006-02-08 15:36:47
- alexandra
- Member
- From: Cologne, Germany
- Registered: 2004-04-02
- Posts: 1,370
Re: Two problems, for now
> lazyman wrote:
> After I upgraded to 4.0.3, the comments seem to add in <code><p></code> and <code></p></code> without me inputing them. I don’t like this. How do I change it?
I would not change it due to correct semantics. Rather wrap your comments in divs or li and style them (p´s) with css.
Example:
#div p {margin: 2px 0}
Offline