1
deedee
Xtremeguestbook question
  • 2003/11/3 3:40

  • deedee

  • Just popping in

  • Posts: 14

  • Since: 2003/10/22


I have installed the xtremeguestbook mod though I am not sure if I am using the correct version.(I can only read english and found it on a non-english site) It looks great though I have found if the "title" box is left blank, the post goes to a blank page and doesn't take. Only this box does this, email or website can left blank. Is this the way it is suppose to work or do I have the wrong version? The guestbook download I used is 2.0.3 and my version of XOOPS is 2.0.5. The first one I tried was 2.0 , it looked nothing like the rest of the site.

Unfortunately, I don't speak php either, just english!

2
jctsup1
Re: Xtremeguestbook question
  • 2003/11/3 5:23

  • jctsup1

  • Not too shy to talk

  • Posts: 146

  • Since: 2002/5/23


2.03 is the latest version that I am aware of .....

3
dirch
Re: Xtremeguestbook question
  • 2003/11/3 5:27

  • dirch

  • Just popping in

  • Posts: 27

  • Since: 2003/8/29


I have the same problem since i have Update to XOOPS 2.5

I have search many hours for the bug but i'm dosent find them.
I have fix them by include a defualt Titel like "Just a message" in the Script when the Titelfield is empty.

Its not a clean way but it works.

Dirch

P.S.:
Sorry for my bad english

4
jctsup1
Re: Xtremeguestbook question
  • 2003/11/3 5:40

  • jctsup1

  • Not too shy to talk

  • Posts: 146

  • Since: 2002/5/23


Hmmm --- I am running version 2.2 on my site & it will not allow you to submit without fillinf in the Title field....

5
jakkals
Re: Xtremeguestbook question
  • 2003/11/3 10:35

  • jakkals

  • Just popping in

  • Posts: 34

  • Since: 2003/7/18


Where can I download the latest xtremguestbook?
I'm also running on XOOPS 2.5, dirch can you give me the code you used?

6
svaha
Re: Xtremeguestbook question
  • 2003/11/3 13:45

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


I encountered the same problem when I updated to XOOPS 2.05
Because I had no time to look into it, I changed the file sign.php for the moment, like :

Quote:
else
$url_v = !empty($xoopsUser) ? $xoopsUser->getVar("url", "E") : "http://www.rainbowshaman.com";


Be happy if someone finds the time to deal with this

Aloha

7
dirch
Re: Xtremeguestbook question
  • 2003/11/3 17:51

  • dirch

  • Just popping in

  • Posts: 27

  • Since: 2003/8/29


I have edit in the file "sign.php" the line 51 and 52

49: if (isset($HTTP_POST_VARS["title"]))
50$title_v $myts->makeTareaData4PreviewInForm($HTTP_POST_VARS["title"]);
51: else
52$title_v="Nur so"//here is the titel

I can send you the file when you give me your email at PM

8
svaha
Re: Xtremeguestbook question
  • 2003/11/3 22:08

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


Tnx Dirch
Got this allready set at 'empty' aber nur so ist auch gut.
But, and now I'm quoting Winny the Pooh while he was pulled of a staircase with his head banging against it :

Quote:
There has to be another way, if only the pounding in my head would stop

Aloha

---------
Beam me up Scotty,
there is no intelligent life down here
http://www.rainbowshaman.com

9
bassyard
Re: Xtremeguestbook question
  • 2004/1/2 14:51

  • bassyard

  • Not too shy to talk

  • Posts: 157

  • Since: 2003/10/5


Quote:
by dirch on 2003/11/3 18:51:40

I have edit in the file "sign.php" the line 51 and 52

I typed "Just Visiting" there and it works fine, but it looks so silly...
Would it be possible to have the name of the poster there? I mean: If it's left blank, it copies the name of the user...

10
BradM
Re: Xtremeguestbook question
  • 2004/1/2 19:07

  • BradM

  • Just popping in

  • Posts: 78

  • Since: 2003/8/14


The version I'm using is 2.3 (I downloaded it from here).

There is also this thread which talks about some compatibility issues that some are having (I had a fresh install and therefore had no problem).

As for the title, you could also try this:

In the xtremeguestbook_post.html template, change:
<{$post.i}> - <{$post.title}>

To something like this:
<{$post.i}><{if $post.title}> - <{$post.title}><{/if}>

This should then only display the title if one exists (BTW you should probably just download v2.3 first and then see if anything needs to be hacked ).


Brad