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?


All times are GMT. The time now is 06:35 AM.

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.01142 seconds
  • Memory Usage 1,757KB
  • 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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