Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2010-07-13 17:24:53

esebm
New Member
Registered: 2010-07-13
Posts: 9

Newbie question

Hi,

I’m new to CMS and I’d like to ask a (probably stupid) question:

I am supposed to modify the layout of a 10 page Textpattern website. What I usually do when I modify a website, I ftp the entire site down to my PC, alter it offline and upload it again, overwriting the old files.

However, when I download this Textpattern website, no html files can be found to be altered, only the textpattern php files and the CSS files.

What am I doing wrong here?

Thanks,

Ed

Offline

#2 2010-07-13 17:33:07

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: Newbie question

Textpattern stores the templates inside the MySQL database. No external files are used. The templates can be edited from TXP’s admin panel, directly from the database or with a various TXP plugin.

Some links and guides:

You can also set a development enviroment (server) up and running to your computer, and develope the site there:

Or use plugins to help with the transfer:

Offline

#3 2010-07-13 17:33:14

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,254
Website GitHub Mastodon Twitter

Re: Newbie question

Hi esebm,

No html files:)

Txp saves all in the database. If you login in the back end (admin) side of the site the presentation is all under the “presentation” tab. You will need an account which grants you privileges to commit those updates.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#4 2010-07-13 17:35:41

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: Newbie question

Hi, welcome to Textpattern :) In Textpattern (almost) everything is in the database, which means you can edit your pages and css online. Login to yoursite.com/textpattern/index.php and find the pages in Presentation > Pages and the CSS in Presentation > Style.

A couple of things you might want to read:

Edit: late again ;)

Last edited by els (2010-07-13 17:36:01)

Offline

#5 2010-07-13 17:53:02

esebm
New Member
Registered: 2010-07-13
Posts: 9

Re: Newbie question

Guys,

Thanks for the quick responses.

Ed

Offline

#6 2010-07-14 14:36:30

esebm
New Member
Registered: 2010-07-13
Posts: 9

Re: Newbie question

Guys,

When I open the Presentation tab, all I see is a default template that resembles only a small portion of the website. I can’t find any actual live pages that I need to modify.

Any tips?

Thanks,

Ed

Offline

#7 2010-07-14 15:53:26

jsoo
Plugin Author
From: NC, USA
Registered: 2004-11-15
Posts: 1,793
Website

Re: Newbie question

How far are you through the lists of resources linked above :)? I’ll link to yet another, one of my own: http://textpattern.net/wiki/index.php?title=Textpattern_Quickstart:_Hello_World.

If those aren’t getting you there, you might try posting a link to the site in question, then listing a few specific modifications you’re trying to make.


Code is topiary

Offline

#8 2010-07-14 16:02:36

esebm
New Member
Registered: 2010-07-13
Posts: 9

Re: Newbie question

Okay,

Here’s the website I need to modify: http://www.mickiebellahart.com/

For starters, I need to move the 4 links below the slide show into the right column below those links. I can’t find neither set of links anywhere.

Thanks for the help.

Ed

Offline

#9 2010-07-14 16:45:38

jsoo
Plugin Author
From: NC, USA
Registered: 2004-11-15
Posts: 1,793
Website

Re: Newbie question

esebm wrote:

I need to move the 4 links below the slide show into the right column below those links. I can’t find neither set of links anywhere.

It’s a category list. Notice the URLs, they all have “category” as the first URL slug. Look for a <txp:category_list /> tag in the default page template.


Code is topiary

Offline

#10 2010-07-14 17:10:00

esebm
New Member
Registered: 2010-07-13
Posts: 9

Re: Newbie question

The <txp:category_list /> is nowhere to be found in the default page template!

It looks like the entire right column is not part of this template.

Ed

Offline

#11 2010-07-14 17:16:49

jsoo
Plugin Author
From: NC, USA
Registered: 2004-11-15
Posts: 1,793
Website

Re: Newbie question

Could be in another page template, or in a form, or even in the body of the article used to display the home page content.

Two good ways to find a tag:

  1. Install the smd_where_used plugin.
  2. Follow the advice in my sig. (Note that this entails putting the site into debugging mode, which will cause it to prominently display any error messages, so it’s best not to do this on a live site.)

Code is topiary

Offline

#12 2010-07-14 17:28:50

esebm
New Member
Registered: 2010-07-13
Posts: 9

Re: Newbie question

How can I find other page templates? There’s only the default template.

Shouldn’t the default template have all columns of a page?

Offline

Board footer

Powered by FluxBB