Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#16 2005-10-20 09:01:27

starzabove
Member
Registered: 2004-04-13
Posts: 76

Re: [plugin] [ORPHAN] sdr_guestbook v4.0 (as in comp. with 4.0.1)

Just a note – bug report of sorts – the help for this plug-in says:

commentsul: id for comments, which are outputted as an unordered list

but here on this forum entry the instructions say:

commentsid: id for comments, which are outputted as an unordered list.

I went round and round with commentsul doing nothing, but changing it to commentsid and voila!

Thanks for a great plug-in.

Last edited by starzabove (2005-10-20 09:01:55)


90+ Textpattern installs and still going…

Offline

#17 2005-11-12 14:37:13

Konijn
Member
Registered: 2005-06-18
Posts: 33

Re: [plugin] [ORPHAN] sdr_guestbook v4.0 (as in comp. with 4.0.1)

I used this plugin, i created the section guestbook and the article guestbook.
The plugin is active but I dont see anything.

I used this code on my page:

<code>
<txp:sdr_guestbook section=“guestbook” pagelimit=“10” articletitle=“Guestbook” / >
</code>

I can insert or see anything.
What should I do?

Offline

#18 2005-11-13 21:21:17

sderuiter
Plugin Author
From: Laren NH
Registered: 2004-02-24
Posts: 38
Website

Re: [plugin] [ORPHAN] sdr_guestbook v4.0 (as in comp. with 4.0.1)

Hi konijn,

can we see your page?

Offline

#19 2005-11-19 13:32:55

systrum
Member
Registered: 2004-08-28
Posts: 44

Re: [plugin] [ORPHAN] sdr_guestbook v4.0 (as in comp. with 4.0.1)

Hi, I like the plugin. I just wondering if it is possible to modify the code for the ‘preview’ option so that users can post comments directly without having to preview their message before it is displayed?

Offline

#20 2005-11-19 14:22:37

sderuiter
Plugin Author
From: Laren NH
Registered: 2004-02-24
Posts: 38
Website

Re: [plugin] [ORPHAN] sdr_guestbook v4.0 (as in comp. with 4.0.1)

I would think this is possible, however maybe not advisable. But do post your results if you succeed!

Offline

#21 2005-11-19 16:16:14

systrum
Member
Registered: 2004-08-28
Posts: 44

Re: [plugin] [ORPHAN] sdr_guestbook v4.0 (as in comp. with 4.0.1)

Actually, my only attempts at doing this were to attack the comment_form and remove txp:comment_preview … leaving only txp:comment_submit . This didn’t work so i assume that i need to venture into the actual plugin code. can anyone advise me of what part of the code i might need to look at more closely?

Offline

#22 2006-01-02 11:58:34

-P-
Member
From: Finland
Registered: 2005-09-10
Posts: 211

Re: [plugin] [ORPHAN] sdr_guestbook v4.0 (as in comp. with 4.0.1)

Has anybody had problems with this plugin since upgrading to 4.0.3? Mine seem to be broken now.

edit: My fault. Dunno what happened but after cleaning the comment_form back to default and reinstalling plugin everything is okay.

Last edited by -P- (2006-01-04 17:56:02)

Offline

#23 2006-01-02 17:38:53

sderuiter
Plugin Author
From: Laren NH
Registered: 2004-02-24
Posts: 38
Website

Re: [plugin] [ORPHAN] sdr_guestbook v4.0 (as in comp. with 4.0.1)

Oops. Will look into this.

Offline

#24 2006-01-02 21:32:37

duchamp
Member
From: Patagonia
Registered: 2005-02-03
Posts: 222
Website

Re: [plugin] [ORPHAN] sdr_guestbook v4.0 (as in comp. with 4.0.1)

Another one here trying to use this plugin with glx_gravatar and ajw_if_comment_owner without good results. It would be great to make it work with both plugins!

Any idea?

Thx

Note: A friend of mine asked me if it’s possible to add the guest’s country, I’m not sure, what do you think?

Last edited by duchamp (2006-01-03 02:51:36)

Offline

#25 2006-01-03 01:06:11

panik
Member
From: Bonn, Germany
Registered: 2005-08-13
Posts: 13

Re: [plugin] [ORPHAN] sdr_guestbook v4.0 (as in comp. with 4.0.1)

when i activate the plugin i get an 500 error.
im running 4.03 at strato.de with messy url’s

Offline

#26 2006-01-04 18:04:43

-P-
Member
From: Finland
Registered: 2005-09-10
Posts: 211

Re: [plugin] [ORPHAN] sdr_guestbook v4.0 (as in comp. with 4.0.1)

<blockquote>duchamp wrote:

Note: A friend of mine asked me if it’s possible to add the guest’s country, I’m not sure, what do you think?</blockquote>

I would love to have a possibility to show guests country! That is actually the only reason why my “personal homepage”-> link runs still with Wordpress instead of Textpattern.

There is a plugin called IP 2 Nation that retrieves the country name of the visitor, guessed from its IP

I deleted my latest post in this topic about error report ´cause seems that there was no error after all. Something just went bit messed with upgrade to 4.0.3.

One thing though, how can I define style for comments? Page numbering and actual comments are now quite heavily aligned to right so there is big margin on the left.

I´m using
<code>#navlist li
{
display: inline;
list-style-type: none;
padding-right: 4px;
margin-left: 0px;
}</code>

to style paging. Should I define with css that <code><ol id=“commentsid”></code> which can be seen in the source or what should I do and how?

Last edited by -P- (2006-01-04 18:12:00)

Offline

#27 2006-01-04 18:18:17

duchamp
Member
From: Patagonia
Registered: 2005-02-03
Posts: 222
Website

Re: [plugin] [ORPHAN] sdr_guestbook v4.0 (as in comp. with 4.0.1)

P,
I’m in a hurry right now, just here to leave this http://www.elfrasero.com.ar/libro-de-visitas/
take a look at the comments, it takes me some time to define that styles.

Offline

#28 2006-01-04 18:25:28

-P-
Member
From: Finland
Registered: 2005-09-10
Posts: 211

Re: [plugin] [ORPHAN] sdr_guestbook v4.0 (as in comp. with 4.0.1)

Thank you duchamp. Think I love you, found from the page you linked just what I needed,

ol#commentsid and ol#commentsid li

:)

Offline

#29 2006-01-04 18:38:44

duchamp
Member
From: Patagonia
Registered: 2005-02-03
Posts: 222
Website

Re: [plugin] [ORPHAN] sdr_guestbook v4.0 (as in comp. with 4.0.1)

You’re welcome ;-)

Offline

Board footer

Powered by FluxBB