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)
-   -   Chat Modifications - vBulletin 3.x Shoutbox 1.0 (AJAX) (https://vborg.vbsupport.ru/showthread.php?t=182945)

wickedstangs 06-24-2008 04:23 AM

how do you post links?

rapidphim 06-24-2008 10:03 AM

do you plan to release fluid and fixed version for your style or just the fixed one? Do you have any demo/screenshot for white skin that can be used for working folks?

bvbuk 06-24-2008 01:08 PM

is there anyway i can make URLS clickable and open in a new tab/window?

cant seem to copy and paste them either.

silens12 06-26-2008 12:26 PM

how can i add this into vbadvanded cmps as a module? if you dont mind, i cant figure it out

onliner7 06-27-2008 07:30 AM

Quote:

Originally Posted by silens12 (Post 1559517)
how can i add this into vbadvanded cmps as a module? if you dont mind, i cant figure it out

yes im interested too!

Chadi 07-14-2008 10:56 PM

[quote=DionDev;1554410]open up shoutbox.php

replace this:

Code:

<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="1%" valign="top" style="padding-right: 15px;">

  <table cellpadding="5" cellspacing="1" border="0" width="175" class="tborder">
  <tr>
  <td width="100%" align="center" class="thead">

    <?php echo $shoutboxname; ?>

  </td>
  </tr>
  <tr>
  <td width="100%" align="center" class="alt2" style="padding: 10px 5px 10px 5px;">
 
    <font class="smallfont">

    <?php
   
    if ($vbulletin->userinfo['userid'] == 0 && $guestshouts == false)
    {
      echo "You must be logged in to send shouts.";
    }
    else
    {
    ?>
      <form name="shoutform" method="POST" onsubmit="saveData(); return false;" style="margin: 0px;">
      <input type="text" name="message" maxlength="500" onFocus="if(this.value=='type message here') this.value='';" onblur="if(this.value=='') this.value='type message here';" value="type message here" style="width: 155px; margin-bottom: 10px;" class="bginput" /><br />
      <input type="submit" name="submit" value="Submit Shout" class="button" />
      </form>
    <?php
    }
    ?>
   
    </font>

  </td>
  </tr>
  </table>

</td>
<td width="99%" valign="top">

  <div id="shoutarea"></div>

</td>
</tr>
</table>

with this:

Code:

<table cellpadding="5" cellspacing="1" border="0" width="100%" class="tborder" style="margin-bottom: 5px;">
<tr>
<td width="100%" align="center" class="thead">

  <?php echo $shoutboxname; ?>

</td>
</tr>
<tr>
<td width="100%" align="center" class="alt2">

  <font class="smallfont">

  <?php
 
  if ($vbulletin->userinfo['userid'] == 0 && $guestshouts == false)
  {
    echo "You must be logged in to send shouts.";
  }
  else
  {
  ?>
    <form name="shoutform" method="POST" onsubmit="saveData(); return false;" style="margin: 0px;">
   
    <table cellpadding="0" cellspacing="0" border="0" width="100%">
    <tr>
    <td width="99%" style="padding-right: 5px;">
   
      <input type="text" name="message" maxlength="500" onFocus="if(this.value=='type message here') this.value='';" onblur="if(this.value=='') this.value='type message here';" value="type message here" class="bginput" style="width: 100%;" />
   
    </td>
    <td width="1%">
   
      <input type="submit" name="submit" value="Submit Shout" class="button" />
     
    </td>
    </tr>
    </table>
   
    </form>
  <?php
  }
  ?>
 
  </font>

</td>
</tr>
</table>

<div id="shoutarea"></div>

let me know how that works out for you.


I'm having trouble with your shoutbo

No colors, form above text and still scrolls. Font has no proper style type inherited from forum, pretty much like the lack of colors.

I'm using a custom template found at /images/stylename so its not in the /root folder of the forum as some styles are installed.

dantruongx 07-15-2008 06:17 PM

Thank's i can see good.

lostguy 07-15-2008 11:17 PM

maybe next version allow add Smilies and choose color text and size .

boandmichele 07-18-2008 02:42 PM

if you type an ampersand, it cuts off any text after that symbol. so if you type "hello & goodbye",

the only thing that will display is "hello"

Chadi 07-19-2008 05:58 PM

Anyone else having this problem or is it just me?


All times are GMT. The time now is 10:18 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.01457 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_code_printable
  • (1)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