PDA

View Full Version : Simple pager / sms / instant message system...


mini2
13 Oct 2005, 11:30
Gone

NuclioN
13 Oct 2005, 11:51
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?

Barakat
13 Oct 2005, 12:40
seem nice but from where u can enter its settings ? or turn it on ... no admincp files or includes xml file ?

Barakat
13 Oct 2005, 12:55
i got it from the usercp ..... thanks

NuclioN
13 Oct 2005, 13:19
The autoclose window doesn't work. Also the main window width from the forum is streched after recieving a message.

NuclioN
13 Oct 2005, 13:56
Ok, i've removed old sms templates and now it works much better tnx :) Now i've to find out how to set the window width, they are not displayed full but you have to scroll..

NuclioN
13 Oct 2005, 16:21
When i send a message to myself the main forum window stays in place but when recieving from another...it makes to much width and a scroll appears. Not in the message itself but in the forumwidth. (??)

This code i've put in forumhome_loggedinuser to use it with online members when clicking on their name:

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

Gizmo5h1t3
13 Oct 2005, 18:17
This is based on a forum being installed at /forum/, if it's not, check and change the php and install xml files for instances of /forum/


thers nothin in the xml or the php that has the /forum/ path to edit??

and i need this sorting, as mine IS different.....

my path is /board/

pager tellin me its sent message, but user isnt recieving it....how long should it take to recieve a message??

EDIT : now recieving a pop up,when i change pages....... but its a "page cannot be displayed" pop up????

Gizmo5h1t3
13 Oct 2005, 20:48
i just did, and it works..
cracking hack, crap instructions m8...lmao.


get those a bit better, and mebbe ppl wont bother u so much...lmao

excellent work m8

kall
13 Oct 2005, 21:48
There's probably a variable I could stick in there to stop that problem, have to check that and change it later if I remember!

How about $bburl?

Or $vbulletin->options[bburl] ?

mtha
14 Oct 2005, 00:35
nice.

you can do few things:

-create a "setting" for sms_field in vBoptions, and use something like

$pager_status = $db->query_first("SELECT " . $vbsetting['sms_field'] . " AS status FROM " . TABLE_PREFIX . "userfield WHERE userfield.userid = $buddy[userid]");

in your plugins and your sms.php

cd1986
16 Oct 2005, 05:55
Just tried installing this mod, but keep getting this error whenever i try to test it out using the icon. Probably something obvious i've missed, but since it's nearly 6am i was hoping someone might be able to tell me a possible cause? :)

Database error in vBulletin 3.5.0:

Invalid SQL:

SELECT user.usergroupid as usergroupid, userfield.userid, userfield.field5 as pageron
FROM vb3_userfield LEFT JOIN user ON (user.userid = userfield.userid)
WHERE userfield.userid = 1 AND user.usergroupid NOT IN (1,2,3,8);

MySQL Error : Table 'cd19861.user' doesn't exist
Error Number : 1146

cd1986
16 Oct 2005, 15:16
Yes, field number is correct, and i went over all the steps again and all seemed ok. Only thing was that in step 8 it says "put $sms_scripthead under the <body> tag" but there is no <body> tag in the header template that i can see...

NuclioN
16 Oct 2005, 15:55
The timeoffset is not correct. On the forum itself it is but in sms not.

NuclioN
16 Oct 2005, 16:02
The time displayed for all members is - 2 hours

cd1986
16 Oct 2005, 16:42
Try this new version of sms.php
Still get the same error...seems to recognise the user table as simply "user" rather than "vb3_user" and so can't find it.

cd1986
16 Oct 2005, 19:29
Thanks, tried the new sms.php version which solved the initial error...but created a new one! :p

Invalid SQL:

SELECT vb3_user.usergroupid as usergroupid, userfield.userid, userfield.field5 as pageron
FROM vb3_userfield LEFT JOIN vb3_user ON (user.userid = userfield.userid)
WHERE userfield.userid = 1 AND user.usergroupid NOT IN (1,2,3,8);

MySQL Error : Unknown table 'userfield' in field list
Error Number : 1109

cd1986
16 Oct 2005, 22:03
Had to add a couple of extra table prefixes, but it now works! Well, at least it lets me send a message without error, but i can't receive one, even though both members have the pager system enabled. :ermm:

cd1986
17 Oct 2005, 17:15
Awesome it works! Thanks, looks like a great add-on hack. :)

I've attached the sms.php that worked for me, although it uses vb3_ instead of TABLE_PREFIX (it was the easiest way for me to check where the prefixes needed adding) so i guess those would need to be converted back for generic use!

cd1986
17 Oct 2005, 18:23
Just one thing...is there anyway to set the pager system up so no refresh or moving to another page is required to receive a message...or is there no way around that?

NuclioN
17 Oct 2005, 18:38
With the previous version i've added code in shoutbox.php because that whas refreshed almost every minute. The new vbshout has auto refresh on forumhome so if you can pull the message in combination with that it could work. :)

cd1986
17 Oct 2005, 21:27
What about something that effectively says - if message waiting for you, refresh current page - would that work?

NuclioN
17 Oct 2005, 22:54
hm...it must be possible to generate a sms popup when a condition is true, something global i think. Can't figure out how to do this though.

eNforce
17 Oct 2005, 23:29
This is a cool hack, installed with no problems at all.

ForYou
18 Oct 2005, 01:05
Hello Sir ,

I was install the hack ,

But when i look at the icon that in postBit there is no icon, I don't know why ,

I was put this code in postbit ,

<!-- pager -->
<if condition="$bbuserinfo[field90] == 'Yes' AND $post[field90] == 'Yes'">
<a onClick="window.open('sms.php?do=sms&amp;userid=$post[userid]', '_blank', 'toolbar=no,location=no,menubar=no,width=400,height=400,resizeable=no,status=no' ); return false" target="_blank" alt="Send pager message to $post[username]" href="sms.php?do=sms&userid=$post[userid]">
<img src="$stylevar[imgdir_misc]/im_pager.gif" alt="Send message to $post[username]" width="18" height="18" border="0" title="Send message to $post[username]">
</a>
</if>
<!-- end pager -->

And was change the field # ,

Please Help ,

Regards

eNforce
18 Oct 2005, 01:07
Did you upload the image into the misc directory ForYou?

ForYou
18 Oct 2005, 01:14
yes Sir , I was upload it ,

ForYou
18 Oct 2005, 01:23
yes sir , i was test with my self and enable the pager from my control panel , but there is no icon in postbit ,

eNforce
18 Oct 2005, 01:38
ForYou, Do you have a seperate directory for your style images? Place the image in the misc directory for that style instead of your main forum/images/misc directory. (I had to do this)

@mini2, I have an idea for this hack.

Allow admins to send a mass page/SMS to all users who have the pager enabled... ?

ForYou
18 Oct 2005, 01:43
Sir , I was do evry thing but there is no icon and there is no X if the icon not showing ,

that mean the code not correct with me ,

Regards

ForYou
18 Oct 2005, 03:21
Please help ,

why i can't see the icon in the postbit , and if i remove this from the code
<if condition="$bbuserinfo[field90] == 'Yes' AND $post[field90] == 'Yes'">

i can show the icon but when i click on it there is the pop but with no permisions ,

webmaster You don't have permission or
has deactivated their Pager

what is the problem !!!

Regards

cd1986
18 Oct 2005, 05:04
Did you remember to change "field90" to the correct ID from the new user profile field you created?

ForYou
18 Oct 2005, 13:30
Sir ,

My Problem is Just can't see the Icon that click on it to send the message , I think the problem with if condition ,

Please Help ,

Regards

ForYou
18 Oct 2005, 14:17
Sir ,

Belive me , I was do the all 10 step in your instruction file , and import the product without any problem , but my problem is there is no icon in postbit , the same problem ,

please help

ForYou
18 Oct 2005, 15:26
Sir ,

I was Check in buddylist it not showing there also ,

But i need tell you there is option in control panel user , and if i remove the if condtion from postbit code , the icon will show but if i try to send my self there is no permasions ,

Please don't tell me no idea please ,

Regards

Flow Fusion
21 Oct 2005, 13:38
Thanks great hack but, I don't see any thing in my postbit or if this even works?

foreverdarkness
23 Oct 2005, 01:46
Database error in vBulletin 3.5.0:

Invalid SQL:
SELECT field10 FROM vb3_userfield WHERE userfield.userid = 2;

MySQL Error : Unknown table 'userfield' in where clause
Error Number : 1109
Date : Saturday, October 22nd 2005 @ 08:43:00 PM
Script : http://www.foreverdarkness.com/forum/misc.php?do=buddylist&focus=1

I followed the install file to a T and I get this error and can not figure a way to solve my problem. I did all the replacements of the field # and so forth.

foreverdarkness
23 Oct 2005, 16:55
Works Great now...Thank you so much for the fix!!!

MissKalunji
25 Oct 2005, 00:57
i got a question

can i set permission for this like only people from the moderator / admin can use it?

Thanks in advance

MissKalunji
26 Oct 2005, 19:10
i have a problem lets say i sign in as a co administrator and look at my nick nam ei can see the icon but me as an administrator i cant see the icon on the co administrator and i didnt put his id in the bad_groups

help?

MissKalunji
26 Oct 2005, 19:26
Both accounts will have to have the pager set as "yes" in the user control panel too. Is that set OK?

yes both account are set to Yes enable pager

i chaged each field90 to 10 in the install file and the sms.php

and in bad group i put everyone who's not registered wich means admin,registered,co admin etc should see it...

MissKalunji
26 Oct 2005, 22:16
Is one of those accounts in more than one group (ie one of the "bad groups" is a secondary usergroup?) maybe?

no when i look at all the members im the only one who has the "p"


the co admin was able to send me and i was able to reply and he would receive it but the "p" doesnt appear so its not a permission problem...

MissKalunji
27 Oct 2005, 06:00
no when i look at all the members im the only one who has the "p"


the co admin was able to send me and i was able to reply and he would receive it but the "p" doesnt appear so its not a permission problem...


man i give up on this.....now it came up to a point that as soona s someone sends me a pm it pops up like the sms

MissKalunji
27 Oct 2005, 16:08
It has absolutely NOTHING to do with the Private Message system so this would not affect the way they work in any way, shape, or form.

If you've tried, can you tell me if you can you see their "P" in the budylist pop-up?


i k now that but thats what happened :( i only saw the P when i took off the If
if condition="$bbuserinfo[field10] == 'Yes' AND $post[field10] == 'Yes'">

when i send to myself it worked when i try sending to co admin it was black u couldnt see what i sent him and when i tried to reply it says msg sent to unregistered and the box kept poping up
like he was sending the msg backto himself.......

MissKalunji
27 Oct 2005, 16:29
What about on the buddy list, did you see the "p" there or not, I know you couldn't see it on the postbit (for some reason), but what about on the buddy list pop-up?


the buddy list where was that? caz when i went to the buddy list in user cp it showed the normal one

VBUsers
27 Oct 2005, 21:09
ok i installed this hack but have some issues.

1) i can send myself a message but no one else that sets the pager to yes can see the P image in anyones post. why?

2) i have set the yes to defualt. i want everyone to be able to see the P in everyones post. also is there a way to intergrate an image into the users name in the whosonline so its easier to send a message.

3) in the instructions you have no as the first one. but in the help comments it says wich ever one is first in the options will be set to default. i installed it the way you have it then found out everyone had to click yes to have it on. i uninstalled and put yes first in the options but didnt fix anything. how can i make it so that no one has to turn it on but will have to turn it off if they dont want to use it.

Step 1)

Add a new custom userfield in your admincp.

Single-selection radio buttons.
--------
Title: Enable (whatever you want to call your SMS/Pager system).
--------
Description: Enable pager messaging system (or whatever you prefer).
--------
Options:
No
Yes

4) is the buudy list pop up suppose to pop up on its own?

MissKalunji
27 Oct 2005, 21:23
ok i installed this hack but have some issues.

1) i can send myself a message but no one else that sets the pager to yes can see the P image in anyones post. why?

2) i have set the yes to defualt. i want everyone to be able to see the P in everyones post. also is there a way to intergrate an image into the users name in the whosonline so its easier to send a message.

3) in the instructions you have no as the first one. but in the help comments it says wich ever one is first in the options will be set to default. i installed it the way you have it then found out everyone had to click yes to have it on. i uninstalled and put yes first in the options but didnt fix anything. how can i make it so that no one has to turn it on but will have to turn it off if they dont want to use it.

Step 1)

Add a new custom userfield in your admincp.

Single-selection radio buttons.
--------
Title: Enable (whatever you want to call your SMS/Pager system).
--------
Description: Enable pager messaging system (or whatever you prefer).
--------
Options:
No
Yes


that makes the two of us buddy

VBUsers
29 Oct 2005, 11:49
that makes the two of us buddy


yea im sure someone will help. i guess it needs a bump

knobster
30 Oct 2005, 23:37
the buddy list where was that? caz when i went to the buddy list in user cp it showed the normal one

Hey there. Maybe I can help. I got it to work on my board, but the instructions are missing a little detail. Once I got it installed, I couldn't figure out how to use the darn thing. The buddylist popup that they are talking about is where if you click the Quick Links drop down, and click the Open Buddy List, it "should" have the P next to the persons name that has it enabled. It seems to work fine on my system. Check it out for yourself if you want. My site (http://www.chunkypuppy.com)

MissKalunji
30 Oct 2005, 23:45
Hey there. Maybe I can help. I got it to work on my board, but the instructions are missing a little detail. Once I got it installed, I couldn't figure out how to use the darn thing. The buddylist popup that they are talking about is where if you click the Quick Links drop down, and click the Open Buddy List, it "should" have the P next to the persons name that has it enabled. It seems to work fine on my system. Check it out for yourself if you want. My site (http://www.chunkypuppy.com)

nice some light ok and how did you get to show the P for the group allowed? mine only showing for me (the administrator)

knobster
31 Oct 2005, 00:03
nice some light ok and how did you get to show the P for the group allowed? mine only showing for me (the administrator)

Well, I think the only thing that had to do with the group was in the sms.php file. I changed it in mine to include on the groups such as unregistered users etc.

MissKalunji
31 Oct 2005, 00:21
Well, I think the only thing that had to do with the group was in the sms.php file. I changed it in mine to include on the groups such as unregistered users etc.

uhm let me try one more time........when u send a text message......does it get send the normal way or did it use the sms system?

MissKalunji
31 Oct 2005, 04:56
ok i installed this hack but have some issues.

1) i can send myself a message but no one else that sets the pager to yes can see the P image in anyones post. why?

2) i have set the yes to defualt. i want everyone to be able to see the P in everyones post. also is there a way to intergrate an image into the users name in the whosonline so its easier to send a message.

3) in the instructions you have no as the first one. but in the help comments it says wich ever one is first in the options will be set to default. i installed it the way you have it then found out everyone had to click yes to have it on. i uninstalled and put yes first in the options but didnt fix anything. how can i make it so that no one has to turn it on but will have to turn it off if they dont want to use it.

Step 1)

Add a new custom userfield in your admincp.

Single-selection radio buttons.
--------
Title: Enable (whatever you want to call your SMS/Pager system).
--------
Description: Enable pager messaging system (or whatever you prefer).
--------
Options:
No
Yes

4) is the buudy list pop up suppose to pop up on its own?


okay i manage to do fix my main problem


now when someone sends me a message i see everything properly as soon as i reply

it gives him a pop up saying sent by and thats it nuthing shows and if i try to reply it says : message sent thank you unregistered :-/ then the message loops and loops

MissKalunji
31 Oct 2005, 18:45
okay i manage to do fix my main problem


now when someone sends me a message i see everything properly as soon as i reply

it gives him a pop up saying sent by and thats it nuthing shows and if i try to reply it says : message sent thank you unregistered :-/ then the message loops and loops


n e one!?!? :( i really want this to work

MissKalunji
01 Nov 2005, 16:39
I put "no" as the default because I wanted people to opt in to this if they wanted to use it, not for it to be on by default. You could do it the other way if you prefer, but that's not how I set it up.

I didn't miss instructions, I'm assuming you know how to use vBulletin (buddylist pop-up etc.) and dont think it's worth explaining "vB basics" as part of the installation/usage instructions.


well im still with my issue :( n e one?

knobster
02 Nov 2005, 02:55
I put "no" as the default because I wanted people to opt in to this if they wanted to use it, not for it to be on by default. You could do it the other way if you prefer, but that's not how I set it up.

I didn't miss instructions, I'm assuming you know how to use vBulletin (buddylist pop-up etc.) and dont think it's worth explaining "vB basics" as part of the installation/usage instructions.

Your right, people here should be expected to know what you're talking about.
Nice site BTW. My wife owns a Cooper S. Loves it, but now wants "the works". :ermm:

MissKalunji
02 Nov 2005, 03:51
okay i manage to do fix my main problem


now when someone sends me a message i see everything properly as soon as i reply

it gives him a pop up saying sent by and thats it nuthing shows and if i try to reply it says : message sent thank you unregistered :-/ then the message loops and loops

ne one yet im on the verge to give up :( i've tried everything

knobster
03 Nov 2005, 00:12
ne one yet im on the verge to give up :( i've tried everything
I'd be willing to give you a hand, but I think the best way to do it is to look at your system to see how you have it installed. Not sure if you'd want to give someone remote access when you don't know them, but I would be happy to try and help. PM me if you're interested.

nix
03 Nov 2005, 01:18
Getting this error.
Database error in vBulletin 3.5.0:

Invalid SQL:

SELECT user.usergroupid as usergroupid, userfield.userid, userfield.field23 as pageron
FROM userfield LEFT JOIN user ON (user.userid = userfield.userid)
WHERE userfield.userid = 151 AND user.usergroupid NOT IN ();

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3
Error Number : 1064

MissKalunji
03 Nov 2005, 16:51
i give up thanks knobster

MissKalunji
03 Nov 2005, 20:09
You install a hack that's listed as "no support", still I have a go at helping, but can't figure out why you're having problems, and you're +++++ing about it.

Nice.

:ermm::cross-eyed:

wow ease up your temper dude
i said i was giving up i thanked the other guy caz he helped me i dont remember ringing your doorbell shiiit

:confused: :angry:

nix
03 Nov 2005, 21:34
The "not in ()" bit should contain your "bad groups" id's. You need to make sure you've completed your bad groups as per the instructions.

doh, thanks for the help. Didnt mean to leave that blank.

MissKalunji
04 Nov 2005, 17:04
pmsl, doh!

Thought you were calling me rude names, didn't recognise the other guy had a rude username!

:surprised:


no biggie :) we all cool!

MissKalunji
06 Nov 2005, 21:36
I upgraded to 3.5.1 yesterday and all is still well in the pager world.

lucky you

MissKalunji
07 Nov 2005, 00:43
Do you have other mods on your vBulletin? I really don't see why this isn't working, it's not really a very complex/advanced mod to install?


i have a bunch....

vbmusic
gars
vb journal
award system
manage activation
flash chat
ecdownload
galaga
arcade

etc etc

MissKalunji
09 Nov 2005, 17:20
:ermm: Just had a quick look at these and cant see any reason that I can figure why they'd cause any trouble. :disappointed:

ill try one more time :(

NuclioN
09 Nov 2005, 17:47
I've made a little addon for sms. You can sms members from the who's online link on forumhome and when you hoover the membername it show's their avatar. :)

Instructions in the zip.

MissKalunji
09 Nov 2005, 21:14
ill try one more time :(


no success still thanks n e ways

divided_by_fear
14 Nov 2005, 01:29
Nuclion the only way i could manage to get this to work lol was by adding your mod... one thing though it tells me Uncached templates: sms_fehler is there a way to fix that? sorry i think its the whole pager system is there anyway to fix this? also Nuclion is there a way to show the default avatar with people who dont have a avatar.... if not it just shows as a blank white box? i used http://www.vbulletin.org/forum/showthread.php?t=97347&highlight=default+avatar to show the default avatar in the profile was just wondering how i could make it show up on the whos online and one last thing how do you turn this on by default for all users?

cd1986
17 Nov 2005, 01:59
Nice addon NuclioN. :)

Anyone figured out a way to have the pager window popup automatically once a message is sent if the recipient is online? It would improve this hack even more!

EasyTarget
17 Nov 2005, 09:48
if it doesn't popup what makes this any different from a pm?

divided_by_fear
17 Nov 2005, 16:03
it will pop up when you refresh but none of the templates are cached its saying too... its basicly just like a pm....

VBUsers
17 Nov 2005, 19:08
I've made a little addon for sms. You can sms members from the who's online link on forumhome and when you hoover the membername it show's their avatar. :)

Instructions in the zip.


thanks for this hack i was looking for something like this.

divided_by_fear
21 Nov 2005, 12:12
any one know how to get this http://www.vbulletin.org/forum/showpost.php?p=816832&postcount=109 to work with the http://www.vbulletin.org/forum/show...=default+avatar cause it dont show images for members it gives a white box..also any plans on caching templates?

darkon
21 Nov 2005, 19:22
some of my users got a lot of empty messages. any ideas how that could be happen?

but for the most users itīs the best hack on my board. the pager system is very popular! thanks for that nice piece of work.

rb290
21 Nov 2005, 23:04
I get this:

Invalid SQL:

SELECT user.usergroupid as usergroupid, userfield.userid, userfield. as pageron
FROM userfield LEFT JOIN user ON (user.userid = userfield.userid)
WHERE userfield.userid = 1 AND user.usergroupid NOT IN (1,3,8);

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'as pageron
FROM userfield LEFT JOIN user ON (user.userid = u
Error Number : 1064
Date : Monday, November 21st 2005 @ 06:02:34 PM
Script : http://thugonline.net/sms.php?do=sms&userid=1
Referrer : http://thugonline.net/showthread.php?p=3387
IP Address : 69.156.38.253
Username : KILLA
Classname : vb_database

rb290
21 Nov 2005, 23:14
does this work for 3.5.0 ?

divided_by_fear
22 Nov 2005, 01:31
it does but its not cached im thinking of taking mine off cause of this... wish they would answer back

TruthElixirX
22 Nov 2005, 02:02
it does but its not cached im thinking of taking mine off cause of this... wish they would answer back

Its easy to cache it. I'll take a look at it tomorrow and see if I can help. :)

divided_by_fear
22 Nov 2005, 02:05
that would be sweet hey if you look at my post 111 it tells i think which also would you know why when you use the default avatar with the mod from the guy on 109 i think it was dont show up ? its a mod for this...

Pvtiste
22 Nov 2005, 02:34
Thanks for your work man !

rb290
22 Nov 2005, 03:01
I get this:

Invalid SQL:

SELECT user.usergroupid as usergroupid, userfield.userid, userfield. as pageron
FROM userfield LEFT JOIN user ON (user.userid = userfield.userid)
WHERE userfield.userid = 1 AND user.usergroupid NOT IN (1,3,8);

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'as pageron
FROM userfield LEFT JOIN user ON (user.userid = u
Error Number : 1064
Date : Monday, November 21st 2005 @ 06:02:34 PM
Script : http://thugonline.net/sms.php?do=sms&userid=1
Referrer : http://thugonline.net/showthread.php?p=3387
IP Address : 69.156.38.253
Username : KILLA
Classname : vb_database

^what did i do wrong here ?

rb290
22 Nov 2005, 08:56
the field number is 10 so I replaced all the field_no with field10 and field90's with field10

divided_by_fear
22 Nov 2005, 09:09
mini2 can you look at my post on http://www.vbulletin.org/forum/showpost.php?p=820651&postcount=111 and let me know how this can be fixed im using the mod also from this post too http://www.vbulletin.org/forum/showpost.php?p=816832&postcount=109

divided_by_fear
22 Nov 2005, 09:10
damn hes back on track lol caching it now lol i just seen your post after i hit the quick reply lol but still wondering if you could look at that mod the person used its nice but it dont display the default avatar

divided_by_fear
22 Nov 2005, 09:12
i dont see where your talking about adding it too in the cache_templates cause it dont show in there

divided_by_fear
22 Nov 2005, 09:24
ok trying this now for the cache also do you think you could help get that guys mod to work with the default avatar? but im trying the cache now ill let you know how it goes

divided_by_fear
22 Nov 2005, 09:31
hell yeah that worked for cache now if i could figure out the default avatar lol with that guys mod it would be sweet

divided_by_fear
22 Nov 2005, 09:53
yeah if you have time could you possibly see if you could get that to work its nice addon to this... but if the person has a avatar it works but if they use the default it dont...

rb290
23 Nov 2005, 06:58
You shouldn't replace the field_no variables. If you have any $field10 then change that BACK to $field_no. You only need to put the new variable in the sms.php at the top (field90 replace with field10). ONLY replace 90's with 10's, not the $field_no text itself.

Hope that makes sense.

k thanks that worked
but how come the "P" only shows under my name in the postbit and it says I can send a message to myself
but it doesnt show under the other users
and the Default for "Enable Paging system" is set to Yes so everyone has it on.
know what might be wrong ?

divided_by_fear
23 Nov 2005, 06:59
no the default is off usually they have to turn it on... and when you only see it under your name and not there it means they have it off

rb290
23 Nov 2005, 07:09
lol ya thanks I got it, I just realized that you have to click save changes, doesnt work as default, is there a way to fix this or cant do anything bout it ?

divided_by_fear
23 Nov 2005, 07:10
its how they made it i didnt even look at the code to see where it was but it would be a nice feature turned on but im sure its a nice way to spam too.. would also be nice to see the sites default smileys included in this...

rb290
23 Nov 2005, 07:14
how long did it take you to convert too 3.5.1 ?

rb290
23 Nov 2005, 07:43
where do the messages appear when you send to someone ?

VBUsers
23 Nov 2005, 07:47
yea is there a code we can use to make the whole board be default on yes. cause the one thats in play now doesnt work. they have to save it as yes for it to show up

rb290
24 Nov 2005, 07:40
where do they get the messages?
and where or how do you get the buddy list thingy in your second picture in the middle

rb290
26 Nov 2005, 20:07
does this have to do anything with the Priveate message system cause when I went to my user cp and clicked a message it was messed up .. i dont know what happened

Kyderoy
27 Nov 2005, 03:04
I installed this hack but the only thing I see pertaining to it is the option in the User Option to turn it on... I don't see anything, the pager icon or anything else....Help

Daniel
27 Nov 2005, 06:01
Anyway to restrict certain usergroups to using it?

MissKalunji
08 Dec 2005, 15:06
This works with my 3.5.2 forum now.


lets hope it will work on mine now :)

LBSources
08 Dec 2005, 15:14
mini, great job on this system.. kudos and it works well ..

id like to ask about the tooltip developed by NuclioN .. though it works also.. the only failing of it is that its just a blank hovering box when i mouseon a user online. ive checked that the user has a avatar so i know thats not the problem..

anyone have any suggestions to a fix? i looked over this thread and havent seen one; sorry if i did miss it though..

thanks in advance..

Lenny

Bounce
08 Dec 2005, 15:15
Installed as per instructions,in the postbit_legacy it asks you to insert the pager code, this i've done but is not showing anywhere :(

Its turned on in user cp :rolleyes:

LBSources
08 Dec 2005, 15:17
Installed as per instructions,in the postbit_legacy it asks you to insert the pager code, this i've done but is not showing anywhere :(

Its turned on in user cp :rolleyes:
hibees.. are you using legacy or just postbit?

MissKalunji
08 Dec 2005, 15:59
This works with my 3.5.2 forum now.


works now but instead of showing the icon its showing as: send a message to MissKalunji

how can i change this?


edit = never mind =) works!!!!!!!!!!!!!

LBSources
08 Dec 2005, 16:01
Actually.. this just started working.. ! weird.. thanks..

MissKalunji .. do you mean the 'P' ? If so.. just change the image im_pager.gif

if thats not what you mean.. im sorry ..

Thanks all..

Lenny

MissKalunji
08 Dec 2005, 16:09
Actually.. this just started working.. ! weird.. thanks..

MissKalunji .. do you mean the 'P' ? If so.. just change the image im_pager.gif

if thats not what you mean.. im sorry ..

Thanks all..

Lenny


yeah thats what i meant :p thx!

Bounce
08 Dec 2005, 18:50
hibees.. are you using legacy or just postbit?


legacy, i edited it in the postbit_legacy

Edit : apologises , just went over the hack again and realised I was editing userfield with 08 (my userfield) and not just userfield8 DOH!!!!

working a treat :squareeyed:

LBSources
15 Dec 2005, 14:27
Id like to ask is it possible to add the ability to page from looking at the user public profile?

klaush
15 Dec 2005, 21:56
Got it, thanks!

LBSources
16 Dec 2005, 16:33
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
16 Dec 2005, 19:31
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:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



I use the prefix of vb3_ if you don't have a prefix just do



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Be sure to replace field55 with your value.

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

LBSources
20 Dec 2005, 14:47
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
20 Dec 2005, 14:57
n e one added smilies etc?

RichieBoy67
20 Dec 2005, 18:33
great Hack. I would like to install this. Have the bugs been worked out yet?

Tulsa
29 Dec 2005, 03:19
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
29 Dec 2005, 19:17
For the time problem, I've found that if you change in the sms.php file:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------




With this:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------




It's working perfectly, for me anyway.

MissKalunji
02 Jan 2006, 04:01
its doing it again:( i think its a problem with the skins....

harry1951
07 Jan 2006, 13:58
*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
08 Jan 2006, 22:22
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. ?

LBSources
08 Jan 2006, 22:30
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. ?delete the file 'wz_tooltip.js' in the root of your forums directory ..

and..

REMOVE this code at the top of your footer template:

<script language="JavaScript" type="text/javascript" src="wz_tooltip.js"></script>

then revert the forumhome_loggedinuser template..

i think this _should_ do it..

VBUsers
08 Jan 2006, 22:35
delete the file 'wz_tooltip.js' in the root of your forums directory ..

and..

REMOVE this code at the top of your footer template:

<script language="JavaScript" type="text/javascript" src="wz_tooltip.js"></script>

then revert the forumhome_loggedinuser template..

i think this _should_ do it..


like always DG you are the man! that did it thanks!

LBSources
14 Jan 2006, 04:44
mini .. figure out a way to add a button to page a user from inside the user profile?

Rickie3
15 Mar 2006, 12:36
brilliant nice easy install,read all post first,got it to work straight up,and even added the other guys tooltip addon ,less the avatar code i didnt like the idea of them showing in who's online,nice job mini2 thankyou

Rickie3
15 Mar 2006, 12:47
my members and I love it cheers

viper357
13 Jun 2007, 17:07
any idea if this will work in 3.6.5 ?

viper357
13 Jul 2007, 22:46
anyone?

turbo.:R
20 Aug 2007, 01:17
or 3.6.8?

Scotty2k
22 Aug 2007, 10:40
Works fine 4 me on 3.6.7

viper357
22 Aug 2007, 21:11
Thanks guys.

I have it up and running on 3.6.5. Just one problem

If a user does not have any MSN/Skype info in his profile then the red P will not show up.

Any idea's on how to fix this?

Thanks.

tryance
31 Aug 2007, 00:30
I have it on 3.6.8 and it's not working. It isn't showing up on the profile page.
Any suggestions?

free2saute
01 Sep 2007, 09:53
I have 3.6.8 and will like 2 install is it ready for that version of vb

tryance
08 Sep 2007, 04:17
I installed this pager system and did everything exactly as instructed but the pager link isn't showing up in the profile to test it. I inserted the code below the yahoo, AIM, stuff and it isn't there. Suggestions?

Also, is there a way for the pager system to show up in the message area at the top of the page under the user name?

I have 3.6.8 version

Howdy
02 Oct 2007, 02:38
no it does not appear to work on my forum, using 3.6.8...

ErnieTheMilk
13 Dec 2007, 13:26
Nor mine 3.6.8

C'mon.... someone sort it out please.

I've used this system for awhile now and its superb, so it would be tops to use on my system :)

tryance
13 Dec 2007, 14:45
waiting since Septemeber for help with this pager system....

ANYONE? ANYWHERE?? I am running 3.6.8 board and would really like this to work.

viper357
13 Dec 2007, 15:37
tryance, have you made any changes to the appearance of your postbit_legacy prior to installing this hack, reason I ask is that I had changed mine so that everything is centered and in boxes, therefore I had to add a bit of extra code in order to make the P show up.

tryance
03 Feb 2008, 02:48
I haven't messed with the pager system at all since installing it. It doesn't show up in the profile to send someone a pager. Any help would be appreciated. :)

viper357
03 Feb 2008, 07:44
Here is the code I have in my postbit, it is directly under $post[msnicon] $post[yahooicon] $post[skypeicon]

<!-- pager -->
<if condition="$bbuserinfo[field7] == 'Yes' AND $post[field7] == 'Yes'">
<a onClick="window.open('sms.php?do=sms&amp;userid=$post[userid]', '_blank', 'toolbar=no,location=no,menubar=no,width=450,height=450,resizeable=yes,status=no '); return false" target="_blank" alt="Send pager message to $post[username]" href="sms.php?do=sms&userid=$post[userid]">
<img src="$stylevar[imgdir_misc]/im_pager.gif" alt="Send message to $post[username]" width="18" height="18" border="0" title="Send message to $post[username]">
</a>
</if>
<!-- end pager -->

tryance
26 Mar 2008, 15:16
I have that code in my postbit_lagacy but it isn't showing up in the profile area.

I have the pager as field 6 in my profile manager (I changed the code to reflect field6). Why isn't it showing up?

viper357
26 Mar 2008, 17:17
Have you made any other changes to the layout of your postbit_legacy?

Post the address to your forum.

Howdy
31 Oct 2008, 05:07
it was determined that this had security issues, so they recommended not to have it running on your boards. it's too bad, it was the best Mod I've ever had on my forums.. members loved it...

waiting since Septemeber for help with this pager system....

ANYONE? ANYWHERE?? I am running 3.6.8 board and would really like this to work.