vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - vBulletin Guestbook (https://vborg.vbsupport.ru/showthread.php?t=172212)

yahoooh 08-31-2008 04:40 AM

should the moderation status optional for each user
if the user want to be moderated before publish , he can make it
like the visitor msg

Goomzee 09-12-2008 06:40 AM

Is this possible i can add Country and Email Field

FReeSTER 10-02-2008 06:22 PM

Thank you for this hack, I have a problem though, when I try to post a message it wont post for some reason and I get is this error

Quote:

The following errors occurred with your submission:

1. Please complete both the subject and message fields.
2. Please complete both the subject and message fields.
3. Please complete both the subject and message fields.
Any ideas of what is the problem?

Thanks

FReeSTER 10-02-2008 11:26 PM

Quote:

Originally Posted by El Intocable (Post 1635864)
Thank you for this hack, I have a problem though, when I try to post a message it wont post for some reason and I get is this error



Any ideas of what is the problem?

Thanks

I fixed the problem

caggla 10-04-2008 10:52 AM

çok güzel bir mod, eline sağlık, hemen kurdum yalnız birkaç not iletmek istiyorum:
1. add new message’ın resmi “new thread” olmalı şu anda “reply” (benim sitemde bu buton yanıtla olarak geçiyor örneğin)
2. moderasyon için mail gelse takibi çok daha kolay olurdu.
3. edit ve sil başka kişilerin mesajlarında kayıtsızlar veya yetkisi olmayanlar tarafından da görüntüleniyor. Kullanamıyorlar ama görünmese daha iyi olur, bunları sadece yetkisi olan usergruplar görebilmeli bence.
4. Yeni mesaj yazarken eksik bırakılan alanlar için hata veriyor ama hata kodlarında hangi alan boş kalmış belirtmiyor. [Örneğin şehri veya websitesini yazmadığımda şöyle geliyor hata 1. Mesaj yazmadınız. 2. Mesaj yazmadınız. 3. Mesaj yazmadınız.]
5. Bir de zorunlu olarak girilmesi gereken bu alanları biz belirlesek, çünkü her kullanıcının kendine ait web sitesi olmayabilir.
Teşekkürler.

jim6763nva 10-16-2008 02:44 AM

Quote:

Originally Posted by Alien (Post 1489336)
I also noticed that it grabbed a wrong avatar for my tester.

Does this work with custom avatars? It grabbed an avatar the person does not have.

Ok, I installed this Guestbook on vb 3.7.3 and all seems to be working ok with exception of that it's not showing the right custom avatar. I took a moment and made a couple modifications to the MySQL query in the GuestBook.php file. I've done a few tests and it appears to be working correctly now. This should fix the issue for everyone else however I make no promises. :) If you would like to try making this same correction, then follow this:

1. Make a copy of your GuestBook.php file then open the orginial in your favorite text editor.

2. Look for the following query which should be around lines 153 - 157:

PHP Code:

SELECT guestbook.idguestbook.useridguestbook.yazanguestbook.sehirguestbook.siteguestbook.messageguestbook.not
              
guestbook.tarihguestbook.baslikuser.avatariduser.avatarrevisionavatarpath,
       
NOT ISNULL(customavatar.userid) AS hascustomavatarcustomavatar.dateline
       FROM 
" . TABLE_PREFIX . "guestbook AS guestbook
       LEFT JOIN 
" . TABLE_PREFIX . "user AS user ON(user.userid=guestbook.userid)
       
LEFT JOIN " . TABLE_PREFIX . "avatar AS avatar ON(avatar.avatarid=guestbook.userid)
       
LEFT JOIN " . TABLE_PREFIX . "customavatar AS customavatar ON(customavatar.userid=guestbook.userid

3. Replace the previously mentioned query, with the one below:

PHP Code:

  SELECT guestbook.idguestbook.useridguestbook.yazanguestbook.sehirguestbook.siteguestbook.messageguestbook.notguestbook.tarihguestbook.baslikuser.avatariduser.avatarrevisionavatarpathNOT ISNULLcustomavatar.userid ) AS hascustomavatarcustomavatar.dateline
  FROM 
" . TABLE_PREFIX . "guestbook AS guestbook
  LEFT JOIN 
" . TABLE_PREFIX . "user AS user ON user.userid guestbook.userid
  LEFT JOIN 
" . TABLE_PREFIX . "avatar AS avatar ON avatar.avatarid user.avatarid
  LEFT JOIN 
" . TABLE_PREFIX . "customavatar AS customavatar ON customavatar.userid user.userid 

4. Save the Guestbook.php and upload it to your server.

It should be working now. If you feel uncomfortable about making edits to the file then feel free to download the attachement.

Jim

haytham 11-12-2008 11:05 PM

Thanks. Looking for this. Installed.

The_White_Eagle 11-17-2008 06:29 PM

I get this error on importing


Code:

Message


    No file uploaded and no local file found.


MrScorpion 11-17-2008 07:34 PM

Great Job....thx hasan

rob01 11-17-2008 07:45 PM

hey i have a question, im currently using this mod, but when i check my guestbook post, my avatar picture is not the same as the one i have

any ideas?

Hasann 11-30-2008 08:35 PM

30. November 2008: updated
all reported bugs fixed

Nadeemjp 12-01-2008 04:51 AM

marked install for later install:D

Cornie 12-16-2008 06:34 PM

img-code is not going

Honk0815 12-23-2008 08:36 AM

me too :( IMG Tag have not Funktion can help Please Hasann

The Guestbook is very nice and we need the img tag

tlwwolfseye 12-23-2008 11:15 AM

I just installed this today. One question though. When someone posted a guestbook entry, and below the Avatar of the user where now the City, Rating and Website link is displayed, that area has a white background. Which makes the font on it disappear because my theme has a white font there.

In which part do I have to change that and how to make it look like on the right background ?
Thanks in advance.

Wolfseye

Honk0815 12-23-2008 12:13 PM

Search guestbook_bit Template and Edit the color

PHP Code:

<style type="text/css">
<!--
div.guestbook {
backgroundwhite;
padding4px;
font-size11px;
text-alignleft;
margin-bottom3px;
border-top1px #c6c6c6 solid;
border-left1px #c6c6c6 solid;
}
-->
</
style


tlwwolfseye 12-23-2008 12:38 PM

Thanks, that worked. ;)

DraculaVN 12-25-2008 07:06 AM

Hik ... IMG tag don't work ...

tlwwolfseye 12-29-2008 10:13 AM

What if people that sign the guestbook don´t have a website ? Because the Form is forcing people to enter a website. Is there no config somewhere where i can set if the Website thing is not asked of ?

That would be helpful. Or even give a choice what people would have to enter.

benja99 03-28-2009 04:45 PM

Hi! I'm new in this, can someone please help me installing vBulletinGuestbook. Thanks! :)

inciarco 03-30-2009 04:42 PM

Great Mod Hasann, Thank You For Sharing It. :up:

Some Bugs I Found While Testing it:

1. If I don't set Any Usergroup (besides the Selected by Default Admin) for Edit and for Delete Messages, the Edit and Edit Buttons appear for Guests and it Allows them to Edit and Delete the Guestbook Posts. :confused:

(I had to set Super Moderators also to have Permissions to Edit and to Delete so that Guests don't have Access to those Functionalities, there should be some Error on the Code that in the Case of No Selected Usergroup then Allow Everybody to be able to Perform those Actions; I don't want Super Moderators to Perform those Actions, Only Admins).

2. The Edit and the Delete Buttons and Links are being Displayed to Usergroups Not Allowed to Perform those Actions (Like Guests); is important to Add a Conditional to Display them Only to Usergroups Allowed to Edit and to Delete in each Case.

3. Also for the Post New Message Button it's being Displayed for Usergroups Not Allowed to Post Messages; is important to Add a Conditional to Display them Only to Usergroups Allowed to Edit and to Delete in each Case.

Edit: 4. When Choosing the Human Verification Option (I'm Using Captcha), if the Poster don't Includes the Right Words then on the Form after the Error Information, the Message Field it's Empty, so Users Will Loose their Info if they don't Include the right words on the Captcha Verification, (I'm sure they wont Post the Message for a Second Time); is Important to be able to use the Captcha Verification without the Mentioned Bug, to Avoid SPAM Bots to try and Post Trash on the Guestbook.

Edit: 5. When the Mod is Disabled it Allows the Usergroups that I set to have Permissions to See the Guestbook to See it; No Message is Displayed that says that the Guestbook is Disabled; I had to Uncheck the Permissions for it not to Allow the Guests and other Usergroups (besides Admin and Super Moderators) to See the Guestbook. (I have it Disabled until this Bugs and Ideas are Implemented, because I don't have complete Control Over the Posters in cases such as the one Described for the IPs where someone can Post Trash/SPAM and I won't be able to Stop it, and that'd be Very Annoying; I'll Activate it Again Once you release your Next Update with this Corrections and Additional Necessary Features for Admins to Have Complete Control).


Some Ideas For Future Updates:

A. For the Guestbook Messages Page on the Admin CP, it'd be Important to be able to Select (with a Selection Box for Each Message) the Messages and to Perform Actions to the Selected Ones, Like to Approve Them or DisApprove Them, also to Delete them, (and for the Massive Delete Option to have the Confirmation Option, of Course), because in case of Many Messages to Moderate it'd be very Fast just to Approve Them and/or Dis-Approve Them in Massive way.

Edit: B. It's Also Important to Include the IP of the Poster (Registered Users and Guests), because if You Allow Unregistered Users to Post Messages on the Guestbook and someone Start Posting Trash/SPAM Messages, and You don't Have the Way to Know the IP, then There's No Way to Stop that Person From Continue Posting those Annoying Messages; if Admin Knows the IPs then with a Mod such as Miserable Users can be Able to Stop that IP from SPAMMING the Guestbook. (This is Very Importat, it happened to me with the MGC Chatbox when I Allowed Guests to Post Messages in it and I Had to Disable that Feature for Guests so that Only Registered Users can Post and if Someone Spammed the ShotBox then I Can Ban that Account, but in this Case the Guestbook Concept would be to Allow Guests to Post Comments so I Think that for Admins to Know the IP is Very Important in this Mod).

I'll be Testing it More and if I Find Something Else I'll be Posting it.

My Best Regards.

:)

Scooty 03-31-2009 09:43 AM

Uninstalled :(

MmS1 04-01-2009 01:19 PM

Uninstalled
i like it but when Guest try to post with name doesn't work
ex: in filed name itryed to pot mms put i get Guest insted of mms

Niggoh 11-24-2009 12:47 PM

How i have to use the guestbook_deutsch_Du.xml, if i want use german language ?

THX
Niggoh

WhiskeyOSS 01-10-2013 02:23 PM

Malwarebytes warned that this had ad ware embedded in it..


All times are GMT. The time now is 03:42 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04776 seconds
  • Memory Usage 1,819KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (25)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete