Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
Simple pager / sms / instant message system... Details »»
Simple pager / sms / instant message system...
Version: 1.00, by mini2 mini2 is offline
Developer Last Online: Oct 2010 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 10-12-2005 Last Update: 10-22-2005 Installs: 47
 
No support by the author.

Gone

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #112  
Old 12-16-2005, 02:33 PM
LBSources LBSources is offline
 
Join Date: Nov 2005
Location: New York
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #113  
Old 12-16-2005, 05:31 PM
Cyricx Cyricx is offline
 
Join Date: Aug 2002
Location: Missouri
Posts: 1,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!!
Reply With Quote
  #114  
Old 12-20-2005, 12:47 PM
LBSources LBSources is offline
 
Join Date: Nov 2005
Location: New York
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #115  
Old 12-20-2005, 12:57 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

n e one added smilies etc?
Reply With Quote
  #116  
Old 12-20-2005, 04:33 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great Hack. I would like to install this. Have the bugs been worked out yet?
Reply With Quote
  #117  
Old 12-29-2005, 01:19 AM
Tulsa Tulsa is offline
 
Join Date: Jul 2005
Location: Broken Arrow, Oklahoma
Posts: 475
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #118  
Old 12-29-2005, 05:17 PM
Tulsa Tulsa is offline
 
Join Date: Jul 2005
Location: Broken Arrow, Oklahoma
Posts: 475
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #119  
Old 01-02-2006, 02:01 AM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its doing it again i think its a problem with the skins....
Reply With Quote
  #120  
Old 01-07-2006, 11:58 AM
harry1951 harry1951 is offline
 
Join Date: May 2005
Location: Alkmaar (Cheesetown)
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*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
Reply With Quote
  #121  
Old 01-08-2006, 08:22 PM
VBUsers's Avatar
VBUsers VBUsers is offline
 
Join Date: Aug 2004
Posts: 830
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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. ?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:05 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07562 seconds
  • Memory Usage 2,300KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete