Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Widescreen, a photoblog template
magicRob, I think this maybe the same thing you were talking about, but in case it’s not:
On upgrading to Widescreen 1.0 going to the About page on my son’s site shows two links titled ‘About’ – one points to the Contact form (already displayed), and the other to the proper About page.
So one link should be titled “Contact” – I can’t quite see where the page is getting the title for the link… Anyone using this template help?
Cheers
Offline
#38 2006-07-30 11:14:01
- magicRob
- Member
- Registered: 2005-12-26
- Posts: 14
Re: Widescreen, a photoblog template
I think it’s the same issue. Give my solution a go, see if it works…
Offline
Re: Widescreen, a photoblog template
Can I check where you added that line magicRob?
Perhaps you can post your “about” page code and the article-list form?
I can’t follow the logic of the template’s About section…
In the Article_custom line on the About page, if I remove the ‘offset =“1”’ parameter, I get the ‘contact me’ link just fine. But I still have two “about’ links…
Very strange…
Offline
#40 2006-07-31 10:37:16
- magicRob
- Member
- Registered: 2005-12-26
- Posts: 14
Re: Widescreen, a photoblog template
You’re in the right spot… I’m just missing the > < on the line where the bold is
Offline
Re: Widescreen, a photoblog template
Sorry, you lost me Rob…
If you could post your code, that would be a real help.
Cheers
Offline
#42 2006-08-03 13:53:14
- chill888
- New Member
- Registered: 2006-08-03
- Posts: 2
Re: Widescreen, a photoblog template
Hi
Great theme
I have installed TextPattern and am trying to configure Widescreen. Are there detaiuled installation instructions.
For example the readme says: “Use a text editor to open the Widescreen text files in the Pages folder, and copy and paste them into the appropriate Textpattern page fields.”
WHat are the appropriate fields? the text files provided seem incomplete, where do I get the top part? Sorry if stupid question and thx
Offline
#43 2006-08-03 14:12:33
- magicRob
- Member
- Registered: 2005-12-26
- Posts: 14
Re: Widescreen, a photoblog template
This is on the “about” page
<notextile>
<ul id=“about-nav”>
<li><txp:section name=“about” link=“1” /></li>
<txp:article_custom section=“about” offset=“1” form=“about-list” sortby=“Title” sortdir=“asc”/>
</ul>
</notextile>
Last edited by magicRob (2006-08-03 14:16:56)
Offline
Re: Widescreen, a photoblog template
chill888 wrote:
For example the readme says: “Use a text editor to open the Widescreen text files in the Pages folder, and copy and paste them into the appropriate Textpattern page fields.”
WHat are the appropriate fields? the text files provided seem incomplete, where do I get the top part? Sorry if stupid question and thx
When you go to Presentation > Pages in TXP’s backend, that the ‘page fields’ referred to.
So you would cut and paste the contents of ‘default.txt’ in the theme’s files to the ‘default’ page ‘field’ under ‘Presentation > Pages’.
Some of the page templates you need to create first – eg ‘About’ then paste the theme’s ‘about.txt’ content into that.
And so on.
Don’t worry if some pages appear incomplete, it’s because parts of the page code are bought in from one or more of the ‘Forms’ at the time the page is rendered.
Can I just say that if all this is really confusing, then you may want to play around with an easier template first. Widescreen is a wonderful theme, but it is more complex and specialised than most.
HTH
Offline
#45 2006-08-04 06:59:42
- chill888
- New Member
- Registered: 2006-08-03
- Posts: 2
Re: Widescreen, a photoblog template
thx for helpful reply
Offline
Re: Widescreen, a photoblog template
I haven’t installed this yet, but it looks perfect. I’m off to Tokyo for four months and I wanted something with good looks that I would be familiar with. Very nice work. Thank you.
Offline
#47 2006-08-04 13:16:50
- kingkongballs
- New Member
- Registered: 2006-01-12
- Posts: 6
Re: Widescreen, a photoblog template
I’ve installed this (took longer than expected, but that’s what you get when you start looking at stupid videos on the net) as a demo so i can show a friend of mine and get her to install it on her site, however, i get a string of error code on the top of my page and i dont get the icons (other than search)
tag_error <txp:tru_tags_list break=“li” showcounts=“1” /> -> Warning: max(): Array must contain atleast one element on line 199
tag_error <txp:tru_tags_list break=“li” showcounts=“1” /> -> Warning: min(): Array must contain atleast one element on line 200
tag_error <txp:tru_tags_list break=“li” showcounts=“1” /> -> Warning: join(): Bad arguments. on line 1425
is what i get.
www.575dpi.com/photography
any ideas, please let me know, this will fit her like a glove if i can only get it to work!
Offline
Re: Widescreen, a photoblog template
Great theme but if I use any tags my index page doesnt display – only this error “ Fatal error: Call to undefined function: mb_strtolower() in /home2/propelle/public_html/galleries/txp_widescreen/textpattern/lib/txplib_misc.php(459) : eval()’d code on line 49 “
In debug mode, I also get this at the top of my Archive page”
tag_error <txp:link_to_prev> -> Textpattern Error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘Section = ‘archive’and Status=4 and Posted < now() order by Pos
select ID, Posted from `wscrntextpattern` where 1=1 Section = ‘archive’and Status=4 and Posted < now() order by Posted desc limit 1 on line 61
tag_error <txp:tru_tags_list break=“li” showcounts=“1” /> -> Warning: max(): Array must contain atleast one element on line 201
tag_error <txp:tru_tags_list break=“li” showcounts=“1” /> -> Warning: min(): Array must contain atleast one element on line 202
tag_error <txp:tru_tags_list break=“li” showcounts=“1” /> -> Notice: Undefined variable: tags_html on line 273
tag_error <txp:tru_tags_list break=“li” showcounts=“1” /> -> Warning: join(): Bad arguments. on line 1425
“
I see magicrob has had the first part of this error too.
Any ideas on what I / the system is doing wrong?
Offline