vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   [AJAX] vBShout v2 on your vBadvanced CMPS v2! (https://vborg.vbsupport.ru/showthread.php?t=97497)

rb290 11-14-2005 08:26 AM

for the vBadvanced CMPS
my cmps_index.php file is empty, is their supposed to be anything in there ?

poprulz 11-18-2005 01:29 PM

still facing the problem..

in the main cmps page when an user shouts, the user details are shown as --> domain.com/members.php?=xx . But in real the members.php? is under domain.com/forums/members.php

Please do help me to fix this..
thanx in advance.

Prodimysterio 11-18-2005 03:06 PM

Quote:

Originally Posted by ninermac
I believe I've got the problem with Who's Online fixed, take a look at my post in the original vbshout thread...

Thank you so very much Niner. Your resolution is working just fine on my site!

Synth 11-21-2005 05:44 PM

its working fine in my forums but sits at loading on the CMPS page. Did I miss something?

Synth 11-21-2005 06:04 PM

fixed :rolleyes:

Harley77 12-06-2005 07:33 PM

Since it didn't seem to get addressed,

To have a scroll bar on a left or right side shoutbox, (so it doesn't stretch for a mile down the page), the insanely simple fix.

In adv_portal_vbshout:

Find:
PHP Code:

<div id="vbshout">
    
Loading...
</
div

Replace with:
PHP Code:

<div id="vbshout" style="overflow:auto;height:350px;width:100%;">
Loading...
</
div

Replace the 350px with whatever size you want it to be. 350px worked well for my site.

NineToez 12-07-2005 05:21 AM

Two questions :

1) When creating this new module, do you specify anything for 'Template to Include'?

2) I might be one of the few to use the original vB index.php page in addition to the cmps_index.php page for subscribers/mods... when you disable it for one, it enables it for the other. Any way to enable this for both pages at the same time?

Thanks in advance for any help.

beansbaxter 12-12-2005 10:56 PM

I like this, works good.

How do I make it so there isnt so much info (date and time stamp) to the left of the username when they make their post in the shoutbox? it would make it nice for people with smaller monitors

djmini 12-13-2005 12:39 AM

Why can I not see the code?????

djjeffa 12-13-2005 01:06 AM

I had this working fine with 3.5.1 now I did an upgrade and its not showing up?
it in the acp but i dont see it on the home page, anyone ahve any ideals?

beansbaxter 12-13-2005 03:09 AM

Quote:

Originally Posted by djjeffa
I had this working fine with 3.5.1 now I did an upgrade and its not showing up?
it in the acp but i dont see it on the home page, anyone ahve any ideals?

with all upgrades, uninstall cmps and reinstall it - i find that fixes it every time.

Q139 12-14-2005 07:33 PM

I have one small problem, when someone posts a shout from the portal page it loads the forum/vbshout.php? page (blank page) and you must press go back to view their shout...thanks for any help

Q139 12-14-2005 08:33 PM

I figured it out....lol

djnth 12-20-2005 08:56 AM

I'm missing the Smilies and Fonts buttons in the shoutbox only on my front page. Also Where do I go to edit shouts?

Thanks!!

Lea Verou 12-20-2005 11:37 AM

Thanks! It's awsome and my members instantly fell in love with it!!! :D

FleaBag 12-20-2005 12:16 PM

Hi all, apologies for the crapness of my non-updatingness... I will try my best to sorting out a revised first post.

tqvn2004 12-20-2005 07:27 PM

Quote:

Originally Posted by Scotty2k
@FleaBag .. thx 4 publishing our modification here.. more user more ideas :-)


I tried to fix the member.php problem ... here is my result:

Find in the template forumhome_vbshout_shout:

PHP Code:

<if condition="$Shout[s_by]">
<
a href='member.php?{$session['sessionurl_q']}u={$Shout['s_by']}'>
</if>
{
$Shout['username']}<if condition="$Shout[s_by]"></a>
</if>:</if> 

and replace it with
(change YOUR-FORUM-PATH/ to your forumfolder!!!
example: forum/member.php?{$session...... )

PHP Code:

<if condition="$Shout[s_by]">
<
a href='YOUR-FORUM-PATH/member.php?{$session['sessionurl_q']}u={$Shout['s_by']}'>
</if>
{
$Shout['username']}<if condition="$Shout[s_by]"></a>
</if>:</if> 

If you want to use the vbshout on your forum pages and in vbadvanced the template must be changed to full path to your forum .. see it in next Code-BOX

PHP Code:

<if condition="$Shout[s_by]">
<
a href='http://www.YOURDOMAIN.com/YOUR-FORUM-PATH/member.php?{$session['sessionurl_q']}u={$Shout['s_by']}'>
</if>
{
$Shout['username']}<if condition="$Shout[s_by]"></a>
</if>:</if> 


I could not test it yet, but it should work .. please give us feedback, perhaps FleaBag can edit his first Thread with this changes.

This does the fix! However, it is better to use Vbulletin variable for the forum path, $vbulletin->options[bburl], rather than using direct link:

PHP Code:

<if condition="$Shout[s_by]">
<
a href='{$vbulletin->options[bburl]}/member.php?{$session['sessionurl_q']}u={$Shout['s_by']}'>
</if>
{
$Shout['username']}<if condition="$Shout[s_by]"></a>
</if>:</if> 

I have tested this code, and it should work in both cases!

Trana 01-10-2006 11:51 PM

How do I enable the smiley chooser and timestamps?

Club3G 01-11-2006 02:14 AM

Quote:

Originally Posted by Joe Gronlund
Mine keep saying loading..... what am i doing wrong??

Path to Site,

http://www.microsoftforums.org/

yes vbshout.php is in the forums directory.

Thanks for any help on this..

Assuming you figured this out, but for those searching, make sure that if VBA is in the root and your forums are in /forums/ that you edit the template (3 locations) to /forums/vbshout.php.

I, on the other hand am getting this:

https://vborg.vbsupport.ru/

Any insight would really be appreciated.

350Chevy 01-11-2006 08:45 PM

Quote:

Originally Posted by djjeffa
I had this working fine with 3.5.1 now I did an upgrade and its not showing up?
it in the acp but i dont see it on the home page, anyone ahve any ideals?

You probably need to readd the template: adv_portal_vbshout

350Chevy 01-11-2006 08:47 PM

Quote:

Originally Posted by Club3G
Assuming you figured this out, but for those searching, make sure that if VBA is in the root and your forums are in /forums/ that you edit the template (3 locations) to /forums/vbshout.php.

I, on the other hand am getting this:

http://www.club3g.com/members/chris/shoutbox1.jpg

Any insight would really be appreciated.

Your answer is in the install notes. ;)

Quote:

Edit your 'forumhome_vbshout_shout' template [ACP > Styles & Templates > Style Manager > YOUR DEFAULT STYLE > forumhome_vbshout_shout], and replace it's contents with the following.

Code:

<tr>
                                <td align="left" valign="top">
<span class="smallfont">
<if condition="!$Shout[s_me]">
                                                <if condition="$Shout[s_by]">
                                                        <a href='member.php?{$session['sessionurl_q']}u={$Shout['s_by']}'>
                                                </if>{$Shout['username']}<if condition="$Shout[s_by]"></a></if>:
                                        </if>
                                                                        <if condition="!$Shout[s_me]">
                                                {$Shout['s_shout']}
                                        <else />
                                                <span class='highlight'>
                                                        *{$Shout['username']} {$Shout['s_shout']}*
                                                </span>
                                        </if>
</span>
                                </td>
                        </tr>



Club3G 01-12-2006 08:13 PM

Actally, I followed the directions too well. :D I changed up Default Style, but not the style that's actually SET to the default. :)

Thank you very much!

RYoBiOS 01-15-2006 04:05 PM

I don't succeed :(
Because I don't understand well English.
Are you able explains me in more clear way the passages?
I use vB 3.5.3 and vBadvanced 2
Excuse me,thank again :)

ChErAbOo 01-17-2006 01:35 AM

Works perfect and fast better than any shoutbox I had before on other forums non VB nice work

*clicks Install

bglynn 01-20-2006 01:18 PM

I have it installed and integrated, however have no edit, smiley or font controls showing. Any ideas?

Ramsesx 01-20-2006 02:02 PM

Quote:

Originally Posted by bglynn
I have it installed and integrated, however have no edit, smiley or font controls showing. Any ideas?

There is no by default, and sad it seems nobody is able to get the smilie thing integrated. :tired:

bglynn 01-20-2006 02:03 PM

What about just the edit commands then - that's what is REALLY critical.

Guest0321 01-20-2006 07:10 PM

My vBAdvanced is on a subdomain, home.tntu.net (/public_html/homepage/index.php)
My forums are on tntu.net (/public_html/forums/index.php)

I can't seem to get this to work with the subdomain, and vBadvanced in a separate directory (below and off the branch of the forums).

I tried replacing the vbshout.php locations with relative directory locations (such as ../forums/vbshout.php) and also has http requests.. (http://tntu.net/vbshout.php), but to no avail.

I might have to change the vbAdvanced directory (homepage) so that it appears in the forum directory possibly?

d4d4 01-23-2006 12:38 PM

Hello,

I have a small problem with this plugin. When I post a message at the shoutbox on my portal and click "shout", I musst manually reload to see the message on the shoutbox. I will when I'm post a new message, the shoutbox should automatically reload, best per AJAX.

The browser with this bug is Safari 2.0.3

Who can help my?

Best reguards
d4d4

Sorry for this terrible english, but I'm a student...

IrPr 01-25-2006 11:29 PM

Quote:

Originally Posted by SneakyDave
My vBAdvanced is on a subdomain, home.tntu.net (/public_html/homepage/index.php)
My forums are on tntu.net (/public_html/forums/index.php)

I can't seem to get this to work with the subdomain, and vBadvanced in a separate directory (below and off the branch of the forums).

I tried replacing the vbshout.php locations with relative directory locations (such as ../forums/vbshout.php) and also has http requests.. (http://tntu.net/vbshout.php), but to no avail.

I might have to change the vbAdvanced directory (homepage) so that it appears in the forum directory possibly?

same problem here, any fix?

eNforce 01-29-2006 08:05 AM

Does anyone know what might be causing this ?

-see attached-

Trana 01-29-2006 10:53 PM

Has anyone figured out how to do this following:

Enable timestamps
Enable scrollable module window to view older shouts
Enable smiley chooser (seems like this hasn't happened yet)

Thanks!

The_Rayman 01-30-2006 05:00 PM

Quote:

Originally Posted by Moosa
same problem here, any fix?

It's in the install section:
If your CMPS & vB are not installed in the same folder, you will need to replace all instances of 'vbshout.php' in the template and in 'Module Link' with the path to where you have vBShout installed in relation to your CMPS. For example if you have CMPS installed in the root folder, and vBshout within a folder called 'forum' you would need to replace all instances of 'vbshout.php' with '/forum/vbshout.php'.

Trana 01-31-2006 12:17 AM

I turned on the scroll bars but they look horrible. Does anyone know how to turn on ONLY the vertical scroll bar so people can scroll through older messages?

Also, I am trying to get the timestamps to work in the side panel module.

I can get the time in there with:

<span style='float:right'> {$Shout['time']} </span>

but the time is always formatted "Today at: xxxxxxx". Does anyone have a suggestion for how to format it to #:## AM/PM?

Thanks!

Chris Lang 01-31-2006 03:47 PM

Quote:

Originally Posted by eNforce
Does anyone know what might be causing this ?

-see attached-

Go into the Shoutbox setup and place the Edit box ABOVE the Shoutbox, not below. There may be another fix, but this is the easiest one I've found.

forumsoup.com 02-05-2006 11:31 PM

I need to edit the code for the shout box on my vbadvanced but I cant get to the code! How do I?

The_Rayman 02-21-2006 02:47 PM

Hiya Flea,

i set my shoutbox up on the vba portal as told, but problem is the whole forum slows down when the SB fills. After a prune of the lines all is fine.

Any ideas??

Trana 02-21-2006 02:51 PM

Quote:

Originally Posted by Trana
Enable smiley chooser (seems like this hasn't happened yet)

Has anyone cracked this nut yet?

Trana 02-21-2006 04:03 PM

Does anyone else see this message from time to time at the top of their shoutbox module:

HTTP/1.1 100 Continue

I was wondering if there is any fix for this or if it is just Ajax losing an update or something

djnth 02-22-2006 07:18 AM

Quote:

Originally Posted by Trana
Has anyone cracked this nut yet?

I would love to see this happen too, but I think that there must be some major barrier or would have been done already. Though, I'm tempted to put a link in there to some sort of smiley list.


All times are GMT. The time now is 12:51 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.01439 seconds
  • Memory Usage 1,850KB
  • 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
  • (6)bbcode_php_printable
  • (13)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
  • (40)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