Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#97 2007-05-18 22:09:12

lexfor
New Member
Registered: 2007-05-17
Posts: 2

Re: Widescreen, a photoblog template

I’m having a problem after previewing a comment. The preview shows up fine in the normal comment area, but the name, date, and message also appear over the comment form as shown here.

The linked image is what happens after clicking preview.

My site.

Last edited by lexfor (2007-05-18 22:09:57)

Offline

#98 2007-05-21 11:36:15

kvnmcwebn
Member
From: Ireland
Registered: 2007-01-27
Posts: 724
Website

Re: Widescreen, a photoblog template

Hi im troubleshooting,
The original htaccess causes a 500 server error. Below is all that i can run on my hosting without causing a server error. Is it enough? What format should i set the clean urls mode to? Also doesnt this template need any categories?

DirectoryIndex index.php index.html

php_value register_globals 0

<IfModule mod_rewrite.c> RewriteEngine On

RewriteBase /

RewriteRule ^tag/([^/]+)$ tag/$1/ [R,L] RewriteRule ^tag/(.+)/$ ?s=tag&t=$1

RewriteCond %\{REQUEST_FILENAME\} -f [OR] RewriteCond %\{REQUEST_FILENAME\} -d RewriteRule ^(.+) – [PT,L]

RewriteRule ^(.*) index.php
</IfModule>
}


its a bad hen that wont scratch itself.
photogallery

Offline

#99 2007-06-05 14:34:50

bluesaphyer
New Member
Registered: 2007-06-05
Posts: 1

Re: Widescreen, a photoblog template

Hi All,

I’m new to textpattern. The widescreen template is just beautiful, but I’m wondering if there’s any easy way to automatically include the exif data for photos? I think in the sidebar under the description would be a good place to put it.

Thanks,
Julie

Offline

#100 2007-07-02 12:58:06

Spot
Member
Registered: 2006-05-05
Posts: 39
Website

Re: Widescreen, a photoblog template

Thanks for a great template jmuspratt.

Sorry I’ve messed with it a bit – taken out the commenting – as I wanted just a place to upload photos, but I have been trying to hide an info/about icon I created in the header, when on that section (as in the “Shift further for You-Are-Here effect” in home/archives) but can’t find how to pick it up – as with #current and #archive. Could you please point me in the right direction for this :) I’m currently using #information so not to conflict with about or info.

Also, has there been any development/hack in getting the tru_tags plugin to support paging, so I can limit the thumbnails on a tag page. Not that there are many photos (1 at the time of writing this!) on the site: http://david-hall.net

Cheers.


iMac 3.06 GHz 2 GB SDRAM
OSX 10.6.2

Offline

#101 2007-07-02 20:31:13

OPTIMO
New Member
Registered: 2007-07-02
Posts: 1

Re: Widescreen, a photoblog template

How do you get the Search/Hide Search button functionality? I’m using the 1.0 version and right now (in IE) I don’t have the search button, but instead I have the LiveSearch box above my article posting.

Template looks fantastic. A few minor naggles (like my footer doesn’t appear right) but I’m enjoying playing around with it right now. Very well done.

My site at the moment…
http://photos.ubertechnik.com/

Offline

#102 2007-07-15 16:28:43

jmuspratt
Member
From: Nashville, TN
Registered: 2004-10-27
Posts: 54
Website

Re: Widescreen, a photoblog template

bluesaphyer—
It would be nice, but I don’t know how easy it is to integrate imagemagick with TXP.

Optimo —
If you compare your source to http://jamesmuspratt.com/widescreen/demo/, you’ll see the live search div is not loading on your page at all. Double-check that you have a TXP form called “livesearch-input” and it is set to type “misc.”

I realize a new version of Widescreen is long overdue, but I’ve had trouble carving out the time. Maybe by the end of the summer….

James

Offline

#103 2007-08-04 22:37:26

rolograaf
New Member
From: The Netherlands
Registered: 2007-03-29
Posts: 7
Website

Re: Widescreen, a photoblog template

OPTIMO wrote:

How do you get the Search/Hide Search button functionality? I’m using the 1.0 version and right now (in IE) I don’t have the search button, but instead I have the LiveSearch box above my article posting.

My site at the moment…
http://photos.ubertechnik.com/

I tried to give a comment because I like your pictures, but it seems you did not install all the forms correctly, or something else went wrong with installing the template!

Offline

#104 2007-08-05 20:02:35

rolograaf
New Member
From: The Netherlands
Registered: 2007-03-29
Posts: 7
Website

Re: Widescreen, a photoblog template

James,

Maybe for your next release as a feature request:

In my Feed I really wanted my pictures, what is a photoblog without it? I succeeded making a feed with help from IkeBowen txp-creating-custom-rss-feeds
It takes a new section, page and form.
I increased the number of articles in the page and made my own form:

 <item>
 <title><txp:title /> - <txp:posted /></title>
 <description>
  <![CDATA[
   <txp:body />
   <img src="<txp:site_url />images/<txp:custom_field name="Image-ID" />.jpg" alt="<txp:title />" /><br />
   Tags: <txp:tru_tags_from_article break="li"/>
   <txp:if_comments>Commentaren:<br />
   Bezoekers hebben <strong><txp:comments_count /> commenta(a)r(en) </strong>achtergelaten.<br />
   <txp:comments /></txp:if_comments>
  ]]>
 </description>
 <link><txp:permlink /></link>
 <pubDate><txp:posted format="%a, %d %b %G %T %Z" /></pubDate>
 <dc:creator><txp:author /></dc:creator>
 <guid><txp:permlink /></guid>
</item>

Offline

#105 2007-08-12 19:32:09

wittyimages
New Member
Registered: 2007-08-12
Posts: 1

Re: Widescreen, a photoblog template

Hey guys I have a photo site I am building at www.wittyimages.com and for some reason I am having issues with the comment box and the Text. I made sure I installed the templates to the letter. Any ideas?

Offline

#106 2007-08-13 02:46:50

kvnmcwebn
Member
From: Ireland
Registered: 2007-01-27
Posts: 724
Website

Re: Widescreen, a photoblog template

hi, everythings working but the images dont show up. only the alt tags show. same with the thumbs.
Any ideas what im doing wrong?
-best
kevin


its a bad hen that wont scratch itself.
photogallery

Offline

#107 2007-09-28 13:43:50

kvnmcwebn
Member
From: Ireland
Registered: 2007-01-27
Posts: 724
Website

Re: Widescreen, a photoblog template

hi,
is there any way to edit the keywords without having to delete and reassign them to every article??


its a bad hen that wont scratch itself.
photogallery

Offline

#108 2007-11-26 11:37:51

mbravo
New Member
Registered: 2005-08-11
Posts: 8

Re: Widescreen, a photoblog template

jmuspratt wrote:


And you’re right — those alt attributes are wrong — I can’t believe I’ve never noticed this! Thanks!

James,

did you ever figure out how to fix this ALT text problem?

Also, the problem mentioned in the couple other posts with two tag errors appearing at the top of the page is real – it comes from doc-head-b, where author and content tags are out of txp_article context; I had to just remove them from there, but maybe there is something that can be done about it while still keeping them there?

Many thanks for your excellent template and helpful tips in this thread.


/\/\ike

Last edited by mbravo (2007-11-26 11:38:39)

Offline

Board footer

Powered by FluxBB