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)
-   -   Simple pager / sms / instant message system... (https://vborg.vbsupport.ru/showthread.php?t=98301)

LBSources 12-16-2005 02:33 PM

Quote:

Originally Posted by mini2
Excellent.

Glad a few more are having better luck with this recently.

As for putting it in the profile, you could do it, I've never done it though so not sure of the best way to impliment it. If I can find some time this weekend I'll look into that for you if nobody else has any ideas before then.

mini; thanks ..

Lenny :)

Cyricx 12-16-2005 05:31 PM

Very weird, not sure why.

But I KNOW why some people are having problems....

I installed this and then couldn't get the postbit thing to show up. I checked my edit options (said yes) etc etc. To no avail.

Finally.. checked the database... userfield.field55 was blank...

Went back to the site, clicked edit options, and clicked save.

Checked the database.. now it showed "Yes".

So the question is, why isn't it filling in the default value? I even made sure that I had clicked "Set the first option as default"

I ran this query to fix things

Code:

UPDATE `vb3_userfield` SET `field55` = 'Yes';
I use the prefix of vb3_ if you don't have a prefix just do

Code:

UPDATE `userfield` SET `field55` = 'Yes';
Be sure to replace field55 with your value.

P.S. This sets EVERYONE to YES to use the pager system!!

LBSources 12-20-2005 12:47 PM

Cyricx if im not mistaken .. the docs indicate to replace everything containing his example 55) field with that of your field you created..

mini any chance on getting the 'send page' option into the user profile

MissKalunji 12-20-2005 12:57 PM

n e one added smilies etc?

RichieBoy67 12-20-2005 04:33 PM

great Hack. I would like to install this. Have the bugs been worked out yet?

Tulsa 12-29-2005 01:19 AM

Love the hack but I am having a "time" issue as it appears to be about 5 hours ahead of my time CST. Now my hosting company is on EST so if that's the case, it's about 4 hours ahead. It's showing 2:19 am (the next day) and it's 9:19 Pm here.

Tulsa 12-29-2005 05:17 PM

For the time problem, I've found that if you change in the sms.php file:

Code:

$gmdate_bugfix = (date('Z', $neuesms[sendezeit]) / 3600 - $userinfo['tzoffset']) * 3600;

With this:

Code:

$gmdate_bugfix = (date('Z', $neuesms[sendezeit]) / 3600 - $userinfo['tzoffset']) * 1;

It's working perfectly, for me anyway.

MissKalunji 01-02-2006 02:01 AM

its doing it again:( i think its a problem with the skins....

harry1951 01-07-2006 11:58 AM

*clicked Install*
I had a lot of troubles to get this working. As my board is not englisk, I putted instead of yes and no. ja en nee. That didn't work :( After digging, I saw that the template modifications are not phrased but hard-coded. Can you phrase it in a next update please??
Secondly it would be great if it is also working in the WOL and userprofile :)

VBUsers 01-08-2006 08:22 PM

Quote:

Originally Posted by NuclioN
Wow at last :) I've looked at the install file and have a question. Is it possible to make it so that you can send a message by clicking on the username online on forumhome?


how can i take this off. i uninstalled this hack and now when i click on the names online it gives me a small blank page instead of the standard profile. how can i make it default again. ?


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