vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   At-lantis SMS System Version 1.02 (Instant Messenger for vB3) (https://vborg.vbsupport.ru/showthread.php?t=65669)

boydekort 06-07-2004 12:50 PM

thanks for the addition TCS :)

[edit]got a problem with the smilies seems is the thumbnails are to big they wont be seen I mean above 20*20 seems not to be shown.

anyway of fixing that marging ?
because most of my nice ones are around 25*30[edit]

Logik 06-07-2004 12:58 PM

when this is translated to all english, and workin correctly i will install

PcFreak 06-07-2004 04:51 PM

I have update the zip.file to fix a little bug.

Read first post

Thank you
PcFreak

boydekort 06-07-2004 06:36 PM

pcfreak did that include the thumbnail error ?

tcs 06-07-2004 10:56 PM

For anyone that does not wish to re-type and hunt the smiles for the english version you can insert this code.

These are the basic vBulletin 11 smiles included with your zip file.

Replace the ones in the templates with this code.

Code:

<!--#### Smilie part Start ###-->
       
&nbsp;
<img src="/forums/images/smilies/smile.gif" border="0" onclick="document.getElementById('nachricht').value += ' :) '">       
<img src="/forums/images/smilies/wink.gif" border="0" onclick="document.getElementById('nachricht').value += ' ;) '">       
<img src="/forums/images/smilies/mad.gif" border="0" onclick="document.getElementById('nachricht').value += ' :mad: '">
<br>
&nbsp;
<img src="/forums/images/smilies/cool.gif" border="0" onclick="document.getElementById('nachricht').value += ' :cool: '">       
<img src="/forums/images/smilies/biggrin.gif" border="0" onclick="document.getElementById('nachricht').value += ' :D: '">       
<img src="/forums/images/smilies/eek.gif" border="0" onclick="document.getElementById('nachricht').value += ' :eek: '">
<br>
&nbsp;
<img src="/forums/images/smilies/confused.gif" border="0" onclick="document.getElementById('nachricht').value += ' :confused: '">       
<img src="/forums/images/smilies/frown.gif" border="0" onclick="document.getElementById('nachricht').value += ' :( '">       
<img src="/forums/images/smilies/redface.gif" border="0" onclick="document.getElementById('nachricht').value += ' :o '">
<br>
&nbsp;
<img src="/forums/images/smilies/tongue.gif" border="0" onclick="document.getElementById('nachricht').value += ' :p '">
<img src="/forums/images/smilies/rolleyes.gif" border="0" onclick="document.getElementById('nachricht').value += ' :rolleyes: '">
<br>
&nbsp;

<!--#### Smilie part Stop ###-->


tcs 06-07-2004 10:59 PM

Quote:

Originally Posted by killervette
I have VBindex, how can I change the online users on it to link to the SMS system?


I don't use vbindex but I would guess it has it's own template for the active users. You might ask them how to incorperate this code in to there portal.

PHP Code:

<a onClick="window.open('sms.php?do=sms&amp;userid=$loggedin[userid]','_blank','toolbar=no,location=no,menubar=no,width=550,height=300,resizeable=no,status=no');return false" target="_blank" title="Send  $loggedin[musername] an SMS message?" href="sms.php?do=sms&userid=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]</a


PcFreak 06-07-2004 11:08 PM

PHP Code:

<a onClick="window.open('sms.php?do=sms&amp;userid=$loggedin[userid]','_blank','toolbar=no,location=no,menubar=no,width=550,height=300,resizeable=no  ,status=no');return false" target="_blank" title="Send  $loggedin[username] an SMS message?" href="sms.php?do=sms&userid=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]</a

This code is better.
With the first var $loggedin[musername] you can get problems, because this var of username is with all formats (HTML, Color ect..), so is better use $loggedin[username] in the code.

The second var with $loggedin[musername] is OK.

PcFreak

will_lean 06-08-2004 06:35 AM

Im using vbadvanced and i didnt need to change anything for the online users link to popup the sms window.
very nice! :banana:

InnerSelf 07-05-2004 07:22 PM

it works like a charm on my board but i see on weird thing coming back.

i did the template modefication


Code:

Step 1)

To get new sms on each page
put this code in you phpinclude_end template:


include("./includes/functions_sms.php");

and after that the window after i send a message is not closing anymore by itself. any suggestions?

BarHopper 07-17-2004 07:10 PM

The window pops up, but its a blank white screen. is this a common problem? What do you think it could be?


All times are GMT. The time now is 08:02 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.01342 seconds
  • Memory Usage 1,749KB
  • 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
  • (2)bbcode_php_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