Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2005-12-14 08:51:06
- Bhoney
- Member
- Registered: 2005-12-14
- Posts: 19
Newbie with many questions
Greetings :)
I created link categories and added my links, however they are not seperated by category, but rather all together.
I also can’t seem to figure out how to post images.
Any help would be most appreciate.
( I’ll come back later to scream about the skinning system.. lol )
Have mercy on me… I’m from Wordpress
Offline
Re: Newbie with many questions
Offline
#3 2005-12-15 04:43:13
- Bhoney
- Member
- Registered: 2005-12-14
- Posts: 19
Re: Newbie with many questions
Thank you Andreas :)
Have mercy on me… I’m from Wordpress
Offline
#4 2005-12-15 22:56:44
- Bhoney
- Member
- Registered: 2005-12-14
- Posts: 19
Re: Newbie with many questions
Hmmmm… I still have not found anything to explain why my links are not seperated by category?????
:-)
Have mercy on me… I’m from Wordpress
Offline
Re: Newbie with many questions
Your link-lists won’t separate into categories automatically. If you use the <code><txp:linklist /></code> tag you will need to use it once for each category specifying that category in each tag. Have a look here.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#6 2005-12-16 06:40:59
- Bhoney
- Member
- Registered: 2005-12-14
- Posts: 19
Re: Newbie with many questions
Thanks you for your response :)
You know I did not come to the forum first, I actually did visit the Texpattern Wiki to learn my way around this software.However, it was quite confusing and continues to be so 4 days after I started reading it.
The above code is confusing… what do I do with it… where does it go?
Thanks :)
Last edited by Bhoney (2005-12-16 06:43:01)
Have mercy on me… I’m from Wordpress
Offline
Re: Newbie with many questions
You put the tag where you want the list to appear and the attributes go inside the tag a bit like an HTML tag. If this is for a sidebar you put it into your sidebar code which might be in your PAGE templates but as sidebars are used on several pages you could create a new sidebar FORM template and put all your sidebar code there. Then in your page templates you call the sidebar form using the “output_form” tag which you will find in the left-hand menu on the page template editing screen. That saves repeating the same code several times over.
Many WP users find TXP confusing at first. Because it is far more flexible than WP it is also less “structured” giving you more range to structure it YOUR way rather than the WP way. Give it a couple of weeks and you will wonder why you didn’t find it first. :)
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#8 2005-12-16 21:55:39
- Bhoney
- Member
- Registered: 2005-12-14
- Posts: 19
Re: Newbie with many questions
Thanks thebombsite… I’m still confused lol, but think I’ll stick it out and try to get outta the WP way of thinking :)
Have mercy on me… I’m from Wordpress
Offline
Re: Newbie with many questions
Well we are always here to help, apart from the 5 minutes or so that I get to sleep. It helps if your questions are specific and if necessary you can post code here using the < code>< /code> tags (without the spaces).
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#10 2005-12-17 02:09:57
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Offline
Re: Newbie with many questions
> I also can’t seem to figure out how to post images.
A tool I found to be very helpful for posting images is Dean’s image pop-up plug-in, see: dca_pop.
When I start off an entry with an image that has a larger format than I want in-line, I use code that looks like:
<code>p. <txp:dca_pop id=“image id”><img src=”/images/idt.jpg” class=“imgclass” style=“width=xxpx;height=yypx” alt=“Image short name” /></txp:dca_pop></code>
<br/>I then follow that code block with the text for the article. It puts a very nice pop-up image with a thumbnail in-line and has been rock solid since I started using TxP.
Of course, you need the <code>imgclass</code> defined in your style sheet. For left images, I use:
<code>.imgleft {
float: left;
margin-right: 10px;
}</code>
<br/>That makes a left-aligned image with text wrapping on the right side. The 10px seems to make a reasonably nice break between the image boundary and the text boundary.
Last edited by ruminator (2005-12-17 12:20:32)
Search is your friend… Think before writing…
Offline
Pages: 1