Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [archived] sdr_guestbook
Jeena,
Do you have a comments tag in your default txp-form? I left an entry in your guestbook, but it’s not showing up. However, navigating to the article itself (change section to news2) reveals the comment….
Offline
Re: [archived] sdr_guestbook
It is showing up on the <a href=“http://vivosomuertos.de/guestbuch/”>http://vivosomuertos.de/guestbuch/</a> page.
Offline
Re: [archived] sdr_guestbook
It does! F5 works. Looks good.
Offline
Re: [archived] sdr_guestbook
Why are the pagenumbers of the guestbook in the list? What id do they have, so I can style them (it kinda looks like the “1” was an entry into the guestbook).
(http://www.lasseloose.com/privat/guestbook/)
Last edited by Lasse (2004-12-28 19:31:38)
Offline
Re: [archived] sdr_guestbook
> Lasse wrote:
> Why are the pagenumbers of the guestbook in the list? What id do they have, so I can style them (it kinda looks like the “1” was an entry into the guestbook).
Hi,
pagenumbers are a separate list, which can be styled using ‘pageul’.
regards,
sderuiter
Offline
Re: [archived] sdr_guestbook
I have been playing with this for about an hour. I can not seem to get anything from this plugin. I have placed and built everything specified, but when I load the page I get the begining of my article “guestbook” and where the plugin tag should produce our coded “guestbook” all I am getting is an empty space and no comment fields.
It is <a href=“http://www.evolutiondesigns.org/guestbook”>here</a>
Any help or suggestions are appreciated.
Thanks!
Jamie
Last edited by soulship (2005-01-07 22:13:56)
Offline
Re: [archived] sdr_guestbook
It doesn’t seem to matter whether I have the plugin enabled or not. If the plugin is disabled I would have thought that the tag would show up for some reason, but it does not.
Hmmmmm?
Offline
Re: [archived] sdr_guestbook
Hi soulship,
have you enabled comments for this guestbook article?
Good luck!
Last edited by sderuiter (2005-01-08 14:48:40)
Offline
Re: [archived] sdr_guestbook
Ok I do have comments enable in the for the article “guestbook”, but I think I having a general comments problem. It appears comments are broken for some reason? Hmm I guess I will post and see if I can figure out what is wrong with commenting in general and them come back if I still encounter problem.
Thanks!
Offline
#34 2005-02-14 18:46:57
- mcouture
- New Member
- Registered: 2005-01-23
- Posts: 4
Re: [archived] sdr_guestbook
I am having trouble syling my guestbook. I’ll admitt that I’m a newbie up front.
Can someone help me out?
www.eliteallstarsofmaine.com Look for the guestbook section.
Suggestions? Or example code to make it look better?
Thank you.
Last edited by mcouture (2005-02-14 19:59:23)
Offline
Re: [archived] sdr_guestbook
Hi mcouture,
Thanks for trying out my plugin!
You can start with styling the list.
#sidebar li {
list-style: none;
margin: 0 0 0 10px;
font-size: .8em;
}
And maybe a box around each entry.
.gbookentry {
background-color: #F5F5DC ;
border: 1px solid #999;
margin-left:10px;
margin-right:10px;
margin-bottom:8px;
color: #000;
padding : 3px;
}
Good luck!
PS: I must admit, I’m no styling pro either…
Offline
#36 2005-02-15 01:53:31
- mcouture
- New Member
- Registered: 2005-01-23
- Posts: 4
Re: [archived] sdr_guestbook
dseruiter,
You welcome. It seems to do what I need it to do.
I added the sytle to my main style sheet but it doesn’t seem to look any different. I had to add your styles to the actual form to make it work. I’m sure my Newbie’ness is now showing…..
Also, if you hit the preview button look what happens to the form, it’s all shifted.
And lastly, My guestbook article doesn’t show, all that shows is the headers to the form, then the guestbook entries and then the form with headers.
Thanks again!
-Mike
Last edited by mcouture (2005-02-15 20:03:12)
Offline