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)

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


All times are GMT. The time now is 07:19 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.01698 seconds
  • Memory Usage 1,753KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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