vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 5.x Products & Extensions (https://vborg.vbsupport.ru/forumdisplay.php?f=258)
-   -   Chat Modifications - [DBTech] vBShout v6 (vB5) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=288915)

Archetribe 10-25-2019 06:07 PM

Thanks so much for this awesome mod :) I installed the free version and it works perfectly, easily. I was able to find all the controls in my admincp intuitively. Excellent work! I tried to vote "Excellent" but this forum isn't letting me vote yet. Soon!

I just had two questions. One, I can't figure out how to edit specific shouts. I looked through all the controls and couldn't find it anywhere. Prune I can do, but editing one shout out of many, there's no controls for this that I can see. Anyone?

Second, I can't mention other users. I don't know if mentioning other users is part of the mod or not. If so, let me know and I'd be curious what to type in. Thanks so much. :)

d1man 12-06-2019 06:42 PM

vBulletin 5.5.5

If you gettting an error "unexpected_error,Incorrect HTTP Method. Please use a POST request." when finding a user in the shoutbox then open \core\packages\dbtechvbshout\js\core.js.

Then find and replace.

This.

Code:

ajaxCall('Lookup',instanceId,{'username':$.trim(userName)},'GET');});
with this

Code:

ajaxCall('Lookup',instanceId,{'username':$.trim(userName)},'POST');});

redragon29 12-21-2019 12:00 PM

1 Attachment(s)
hello,
I've installed the mod, but it is not showing.
i'm on vb 5.5.5, i don't have any error i don't know what to try to have it working?
thx

Everything is ok now!
just the hour not showing correctly see image, what do i need to do please?

mdawg 12-22-2019 04:41 PM

I can't help you with a brand new install, but I have this on three vb 5.5.5 forums and the shoutbox works, including showing the hour of each shout.

redragon29 12-23-2019 05:06 AM

Quote:

Originally Posted by mdawg (Post 2601545)
I can't help you with a brand new install, but I have this on three vb 5.5.5 forums and the shoutbox works, including showing the hour of each shout.

thx for your proposition, but it's ok now!
i needed to change date format on french language options.
working well now. ( vb 5.5.5)

ywwz 01-03-2020 08:06 PM

5.5.5 working but guest get error 500.

ywwz 01-11-2020 03:59 AM

Quote:

Originally Posted by ywwz (Post 2601663)
5.5.5 working but guest get error 500.

unexpected_error,security_token_guest

vze2yqtm 02-07-2020 05:59 PM

Hi, I'm getting unexpected_error,Incorrect HTTP Method. Please use a POST request.

I have vbulletin Version 5.5.2

Dave 02-07-2020 06:01 PM

Quote:

Originally Posted by vze2yqtm (Post 2601977)
Hi, I'm getting unexpected_error,Incorrect HTTP Method. Please use a POST request.

I have vbulletin Version 5.5.2

See https://vbulletin.org/forum/showpost...&postcount=522

vze2yqtm 02-08-2020 06:19 AM

Quote:

Originally Posted by Dave (Post 2601979)

Thank you, but I am still getting the error :(

Edit, I fixed it by replacing all entries of the following in the file mentioned:

Code:

'GET'
with
Code:

'POST'
The broken style remains, however, how do I fix it?

Thanks so much for the prompt reply, by the way :)


All times are GMT. The time now is 06:12 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.01621 seconds
  • Memory Usage 1,742KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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