Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: g1.19 Released
> tinyfly wrote:
> Is there a way to output the article_image thumbnail? For example:
<code><txp:article_image usethumbs=“true”></code> that way I could show the thumbnail on the section page and show the full image on the individual article page. With this functionality I could use the excerpt field for something else.
Where is your full image now? In the body? You could use article_image for the thumbnail. For example, if your image is /images/19.jpg you would store /images/19t.jpg as the Article Image and then in your form <code><txp:article_image /></code> will display the thumbnail, which could be used in a link, for example <code><txp:permlink><txp:article_image /></txp:permlink></code>
Offline
Re: g1.19 Released
trailgirl,
The way I am using it now is that I have the full image in article_image and in the excerpt I have the <code><txp:thumbnail id=“19” /></code> tag. The reason that I would like a tag to use the thumbnail for article_image is so that I can have one less thing to put in every article. I could just use the appropriate tags in a form and be done with it. All I would have to do is add the image id# in article_image.
Refresh Dallas and other Refreshing Cities.
Offline
Re: g1.19 Released
The update.php thing is confusing. I only read the part at the bottom of the page and was confused initially. If all the upgrade instructions were in one part of the install page things would be clearer.
Offline
#49 2004-06-09 02:54:06
- hass
- Member
- Registered: 2004-04-23
- Posts: 13
Re: g1.19 Released
Hey, I was curious if 1.19 implements fathersGraves’ Dean-approved ht.access modification that prevents having to remodify when adding new sections. If not, what’s the best way to do this, just modify the new ht.access after uploading and running _update.php? Thanks.
Offline
Re: g1.19 Released
All you have to do now to enable clean url mode is upload a file with some php in it and the name of the section without extension, you don’t have to edit your .htaccess file.
Offline
#51 2004-06-09 05:20:42
- hass
- Member
- Registered: 2004-04-23
- Posts: 13
Re: g1.19 Released
Crap, I think my config.php file got overwritten. Is there a solution? The site looks ok, but I can’t log into /textpattern, I get
Warning: main(textpattern/config.php): failed to open stream: No such file or directory in /home/hass/public_html/textpattern/index.php on line 3
Warning: main(): Failed opening ‘textpattern/config.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/hass/public_html/textpattern/index.php on line 3
Warning: main(/publish.php): failed to open stream: No such file or directory in /home/hass/public_html/textpattern/index.php on line 4
Warning: main(): Failed opening ‘/publish.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/hass/public_html/textpattern/index.php on line 4
Fatal error: Call to undefined function: textpattern() in /home/hass/public_html/textpattern/index.php on line 5
Any help is appreciated, thanks.
Offline
Re: g1.19 Released
Just open the config.php file as before, and fill in all the information. It should be straight forward. Just replace the default values with the values you had entered earlier.
Offline
Re: g1.19 Released
I guess fixing the RSS feed links to match the regular site links and put comments (or a link) in the RSS feed will be in 1.20? The other changes look and work great so far…
Dammit Jim, I’m a poet, not a programmer…
Joined the TXP Obsessed 2/25/04: http://www.chrislott.org/
Offline
#54 2004-06-11 17:22:43
- kaebin
- New Member
- Registered: 2004-05-30
- Posts: 2
Re: g1.19 Released
when i login and switch between sections, it asks again and again for the username and password. Cookies are accepted.
Any ideas?
Offline
#55 2004-06-11 20:25:47
- Zaccix
- New Member
- From: London, UK
- Registered: 2004-03-14
- Posts: 8
Re: g1.19 Released
It seems the problem detailed in This thread is still present in g1.19.
After applying the fixes in that thread (jdueck’s in the 1st post and mine in the 9th post), all is well again.
Offline
Re: g1.19 Released
> Zaccix wrote:
> It seems the problem detailed in This thread is still present in g1.19.
Yeah. I found that problem, too.
bludrop studios .::. Creative Expression
Offline
Re: g1.19 Released
Wauw! Nice! Didn’t expect so much improvements going from .18 to .19. After i deanloaded it, upgrading was like “uh.. was that it?” :)
Just a few little things for the next, .20 release..
Validating the RSS feed gives a Warning: This feed is valid, but may cause problems for some users. No character encoding was specified.
Then what would be nice is the article URL to be like /article/new-textpattern-released in stead of /article/124/new-textpattern-released (Or is this working yet? Not here!)
It could be me, but i cannot find a txp:.. thing to the archive?? Not that it is that nessecairy..
Can someone explain me what lofi, Noted and Single are for in the Forms? Where, how or when are they used?
Anyway, thanks in advance, and i just love this CMS!
Last edited by lcidw (2004-06-12 03:58:08)
Offline
#58 2004-06-16 13:12:49
- Ray
- Member

- Registered: 2004-03-02
- Posts: 159
Re: g1.19 Released
Dean,
The “URL-only title” widget is fantastic. Already using it on a family site with great success.
Is there an ETA on when we can expect complete clean titled URL’s? mysite.com/articles/newstory as opposed to mysite.com/articles/14/newstory
update
If this is already possible (complete clean titled url’s) would someone point me to a thread that explains how to do it.
Last edited by Ray (2004-06-16 13:15:32)
Offline