Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
2 registered (Dunny, Ruben), 48 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/05/06
Posts: 709
Top Posters (30 Days)
Ruben 50
DennyP 24
Gizmo 24
Dunny 15
SteveS 13
AllenAyres 12
dbremer 10
SD 10
drkknght00 9
driv 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 1 of 5 1 2 3 4 5 >
Topic Options
#223929 - 03/11/09 10:27 AM PM Replies to automated PMs
Basil Offline
addict
Registered: 08/18/06
Posts: 685
Loc: Southwest US
When someone registers, my system sends them a "PM" from me. Sometimes people reply to that welcome PM with a question or comment but I never receive that PM. Is there a way for me to receive replies to PMs that are automated (another example is the automated PM the system sends people when they subscribe)
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#223930 - 03/11/09 10:57 AM Re: PM Replies to automated PMs [Re: Basil]
DLWebmaestro Offline
enthusiast
Registered: 03/26/08
Posts: 333
Loc: North Carolina
You're speaking of the PM that includes:
Quote:
Please do not reply to this message as this is just an automated welcome message to thank you for joining our community.
,right?

I say if they're dense enough to reply, you probably don't want to hear their pearls of wisdom.
_________________________
Marching Percussion ( Drumline ) Community
Top
#223941 - 03/11/09 03:59 PM Re: PM Replies to automated PMs [Re: DLWebmaestro]
Robje01 Offline
enthusiast
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
True, but is is possible it's sent from another account than yours? Try reading such an PM en look from which user it's sent and see for the USERID it it, is it the same as yours?

I have an account Admin with display name similar to my own account. That's how this may happen. Just guessing.

Rob
_________________________
My place to be: http://www.freesat.nl
Top
#223943 - 03/11/09 04:47 PM Re: PM Replies to automated PMs [Re: Robje01]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
No I think what Basil is getting at is after a user registers they get a welcome Private message.
Even though the default message says do not reply many people do.
For auto messages such as the welcome message, If the user attempts to reply nothing happens.
But it looks like to the user their reply was sent. But in fact I think it sends a reply to the user themself.

1. No error message that it will not be sent(BUG?)
2. The message is not delivered.

At the very least, If you can't reply at least have a error message that states so.
Then you could edit the default message and add additional info on how to contact somebody.

This seems to be the case in all messages that are generated by the board, not a user,Mod or Admin.




Edited by Ruben (03/11/09 04:51 PM)
_________________________
Blue Man Group
Top
#223945 - 03/11/09 06:00 PM Re: PM Replies to automated PMs [Re: Ruben]
Robje01 Offline
enthusiast
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
So he should check the participants probably...

Rob
_________________________
My place to be: http://www.freesat.nl
Top
#223946 - 03/11/09 06:10 PM Re: PM Replies to automated PMs [Re: Robje01]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
No, When you are a new person on the forum. You get a welcome private message. When you read the welcome private message try to reply to the message.
Then try to read the reply as administrator.
It is not there.
_________________________
Blue Man Group
Top
#223948 - 03/11/09 07:20 PM Re: PM Replies to automated PMs [Re: Ruben]
Robje01 Offline
enthusiast
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
I know what you mean, i registered myself as new user, received the welcome message and the participant is just me (the new user) and admin isn't. So probably it could be solved by changing adduser.inc.php

Find:
Code:
	$query = "
		insert into {$config['TABLE_PREFIX']}PRIVATE_MESSAGE_USERS
		(TOPIC_ID,USER_ID,MESSAGE_LAST_READ)
		values
		('$message_id','$Uid',1)
	";
	$dbh->do_query($query,__LINE__,__FILE__);


Add under it:
Code:
	$query = "
		insert into {$config['TABLE_PREFIX']}PRIVATE_MESSAGE_USERS
		(TOPIC_ID,USER_ID,MESSAGE_LAST_READ)
		values
		('$message_id','{$config['MAIN_ADMIN_ID']}',1)
	";
	$dbh->do_query($query,__LINE__,__FILE__);



Rob


Edited by Robje01 (03/11/09 08:15 PM)
_________________________
My place to be: http://www.freesat.nl
Top
#223950 - 03/11/09 07:31 PM Re: PM Replies to automated PMs [Re: Robje01]
Robje01 Offline
enthusiast
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
just tested it and it works like a charm...
_________________________
My place to be: http://www.freesat.nl
Top
#223963 - 03/11/09 10:07 PM Re: PM Replies to automated PMs [Re: Robje01]
DLWebmaestro Offline
enthusiast
Registered: 03/26/08
Posts: 333
Loc: North Carolina
You're enabling idiocy! wink
_________________________
Marching Percussion ( Drumline ) Community
Top
#223965 - 03/11/09 11:52 PM Re: PM Replies to automated PMs [Re: DLWebmaestro]
Basil Offline
addict
Registered: 08/18/06
Posts: 685
Loc: Southwest US
Originally Posted By: DLWebmaestro
You're speaking of the PM that includes:
Quote:
Please do not reply to this message as this is just an automated welcome message to thank you for joining our community.
,right?

I say if they're dense enough to reply, you probably don't want to hear their pearls of wisdom.


The PM for a welcome does have a disclaimer, but other automated PMs do not. I've attached an example of the PM that a user gets sent when their subscription expires. As you can see that automated PM does not say don't reply.

Even if the PM had such a disclaimer, I have members who pay me to participate on my forum and I don't want to take an adversarial attitude with them; it's bad business. Many of my members are older folks and not always very computer savvy, so I want to make things as easy for them as I can.



Attachments
auto_pm.jpg (34 downloads)



Edited by Basil (03/12/09 12:05 AM)
Top
#223966 - 03/11/09 11:54 PM Re: PM Replies to automated PMs [Re: DLWebmaestro]
Basil Offline
addict
Registered: 08/18/06
Posts: 685
Loc: Southwest US
Originally Posted By: DLWebmaestro
You're enabling idiocy! wink


I look at is as enabling paying members to remain paying members wink
Top
#223967 - 03/12/09 12:21 AM Re: PM Replies to automated PMs [Re: Robje01]
Basil Offline
addict
Registered: 08/18/06
Posts: 685
Loc: Southwest US
Originally Posted By: Robje01
I know what you mean, i registered myself as new user, received the welcome message and the participant is just me (the new user) and admin isn't. So probably it could be solved by changing adduser.inc.php

Find:
Code:
	$query = "
		insert into {$config['TABLE_PREFIX']}PRIVATE_MESSAGE_USERS
		(TOPIC_ID,USER_ID,MESSAGE_LAST_READ)
		values
		('$message_id','$Uid',1)
	";
	$dbh->do_query($query,__LINE__,__FILE__);


Add under it:
Code:
	$query = "
		insert into {$config['TABLE_PREFIX']}PRIVATE_MESSAGE_USERS
		(TOPIC_ID,USER_ID,MESSAGE_LAST_READ)
		values
		('$message_id','{$config['MAIN_ADMIN_ID']}',1)
	";
	$dbh->do_query($query,__LINE__,__FILE__);



Rob


Thanks! That seems to do what I want!
Top
#223969 - 03/12/09 02:39 AM Re: PM Replies to automated PMs [Re: Basil]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Well, I can see where this COULD be useful to some; though keep in mind, you'll recieve a copy of each message if this would change in the UBB in the future... That'd be every subscription message, every registration message, etc...
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#223971 - 03/12/09 04:02 AM Re: PM Replies to automated PMs [Re: Gizmo]
Robje01 Offline
enthusiast
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
Okay, replace the newly added text:
Code:
	$query = "
		insert into {$config['TABLE_PREFIX']}PRIVATE_MESSAGE_USERS
		(TOPIC_ID,USER_ID,MESSAGE_LAST_READ)
		values
		('$message_id','{$config['MAIN_ADMIN_ID']}',1)
	";
	$dbh->do_query($query,__LINE__,__FILE__);


with:
Code:
	$date = $html -> get_date();
  $dateread = $date + 1;

	$query = "
		insert into {$config['TABLE_PREFIX']}PRIVATE_MESSAGE_USERS
		(TOPIC_ID,USER_ID,MESSAGE_LAST_READ)
		values
		('$message_id','{$config['MAIN_ADMIN_ID']}','$dateread')
	";
	$dbh->do_query($query,__LINE__,__FILE__);


You'll receive the PM but it is marked as red.


Rob
_________________________
My place to be: http://www.freesat.nl
Top
#223975 - 03/12/09 10:26 AM Re: PM Replies to automated PMs [Re: Basil]
DLWebmaestro Offline
enthusiast
Registered: 03/26/08
Posts: 333
Loc: North Carolina
I can see working with them if they are paying, that is a good point. But as far as older people not being as 'computer savvy' it doesn't take computer savviness to understand the phrase, 'do not reply.' wink

But yeah, I agree, when working with paying customers, altruism does need to come out a little more.

P.S. Firefox does not recognize the word 'savviness' That's not very savvy of Firefox.
_________________________
Marching Percussion ( Drumline ) Community
Top
#223979 - 03/12/09 11:20 AM Re: PM Replies to automated PMs [Re: Robje01]
Basil Offline
addict
Registered: 08/18/06
Posts: 685
Loc: Southwest US
Rob, your code works for the welcome message, but how would I do similar for the new subscription message and/or the automated message members get when their subscription expires?
Top
#223987 - 03/12/09 03:10 PM Re: PM Replies to automated PMs [Re: Basil]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Basil,
I still think it is a bug as far as a user is able to reply to a board generated message without a error message. Because it never gets delivered.
It should at least bark back that the message can't be sent.
_________________________
Blue Man Group
Top
#223988 - 03/12/09 03:10 PM Re: PM Replies to automated PMs [Re: DLWebmaestro]
Yarpâ„¢ Offline
Registered: 08/30/06
Posts: 1513
Loc: Breda, NL
Originally Posted By: DLWebmaestro
You're speaking of the PM that includes:
Quote:
Please do not reply to this message as this is just an automated welcome message to thank you for joining our community.
,right?

I say if they're dense enough to reply, you probably don't want to hear their pearls of wisdom.


It would say "You CAN NOT reply", I would say you are right. PM'ing with yourself is one of my irritations of the PM system. If you are all alone left in the PM, the reply button should just be turned off.
_________________________
Top
#223996 - 03/12/09 05:39 PM Re: PM Replies to automated PMs [Re: Ruben]
Basil Offline
addict
Registered: 08/18/06
Posts: 685
Loc: Southwest US
Originally Posted By: Ruben
Basil,
I still think it is a bug as far as a user is able to reply to a board generated message without a error message. Because it never gets delivered.
It should at least bark back that the message can't be sent.


Agreed 100 percent!
Top
#224001 - 03/12/09 06:29 PM Re: PM Replies to automated PMs [Re: Basil]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Myself, as an admin, I like being able to reply to myself; a quazi notepad tongue
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#224010 - 03/12/09 07:08 PM Re: PM Replies to automated PMs [Re: Gizmo]
Robje01 Offline
enthusiast
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
That's quiet easy to solve Yarp™,

Open scripts/viewmessage.inc.php
Find:
Quote:
// Track this for quick reply;
$last_post = $post_id;

$plist = "";


Paste under that lines:
Quote:
$counter = 0;


2 lines ahead you see:
Quote:
foreach($participants as $pvisit => $pdata) {


Paste under that line:
Quote:
$counter = $counter + 1;


Find:
Quote:
$postrow[$i]['replylink'] = make_ubb_url("ubb=mess_handler&replymess=1&Number=$message&id=$post_id", "", false);
$postrow[$i]['quotelink'] = make_ubb_url("ubb=mess_handler&replymess=1&Number=$message&q=1&id=$post_id", "", false);


Replace with:
Quote:
if ($counter > 1) {
$postrow[$i]['replylink'] = make_ubb_url("ubb=mess_handler&replymess=1&Number=$message&id=$post_id", "", false);
$postrow[$i]['quotelink'] = make_ubb_url("ubb=mess_handler&replymess=1&Number=$message&q=1&id=$post_id", "", false);
}


Find:
Quote:
$user['USER_TOTAL_PM'] = $total_unread;


Paste this under that line:
Quote:
if ($counter <> 1) {
$qr = 1;
}
else
{
$qr = 0;
}


Find:
Quote:
"quickreply" => 1,


Replace with:
Quote:
"quickreply" => $qr,



See next post for turning off the quick reply function...

Rob


Edited by Robje01 (03/12/09 07:24 PM)
_________________________
My place to be: http://www.freesat.nl
Top
#224012 - 03/12/09 07:23 PM Re: PM Replies to automated PMs [Re: Robje01]
Robje01 Offline
enthusiast
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
Disabled the quickreply box while there's just 1 participant:
Open templates/default/viewmessage.tpl

Find:
Quote:
<a name="quickreply"></a>


Paste above that line:
Quote:
{if $quickreply}


Find: (Somewhere around line 94)
Quote:
{if $mystuff}


Paste above that line:
Quote:
{/if}



Hope this helps you...

Rob


Edited by Robje01 (03/12/09 07:25 PM)
_________________________
My place to be: http://www.freesat.nl
Top
#224013 - 03/12/09 07:27 PM Re: PM Replies to automated PMs [Re: Robje01]
Robje01 Offline
enthusiast
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
As you can see i'm trying to become a ubb.HELPER smile

Ah, and don't forget to remove previous made modifications...

Rob


Edited by Robje01 (03/12/09 07:29 PM)
_________________________
My place to be: http://www.freesat.nl
Top
#224014 - 03/12/09 07:58 PM Re: PM Replies to automated PMs [Re: Robje01]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Rick only charges me $20.00 per month to have that title. laugh
Just kidding of course.
_________________________
Blue Man Group
Top
#224018 - 03/12/09 08:27 PM Re: PM Replies to automated PMs [Re: Ruben]
Robje01 Offline
enthusiast
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
Hehehe grin
_________________________
My place to be: http://www.freesat.nl
Top
#224020 - 03/12/09 08:37 PM Re: PM Replies to automated PMs [Re: Robje01]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Whereas I've just been spamming here for years for my nifty blue one tongue...
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#224022 - 03/12/09 08:39 PM Re: PM Replies to automated PMs [Re: Gizmo]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Originally Posted By: Gizmo
Whereas I've just been spamming here for years for my nifty blue one tongue...

Yea but Rick said it would cost me a extra $30.00 for the blue title.
_________________________
Blue Man Group
Top
#224025 - 03/12/09 08:54 PM Re: PM Replies to automated PMs [Re: Ruben]
Robje01 Offline
enthusiast
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
Maybe it's worth it smile
_________________________
My place to be: http://www.freesat.nl
Top
#224026 - 03/12/09 08:56 PM Re: PM Replies to automated PMs [Re: Robje01]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
He He He.
Maybe,
You get to pay someone to work. Instead of someone paying you to work
_________________________
Blue Man Group
Top
#224038 - 03/12/09 11:54 PM Re: PM Replies to automated PMs [Re: Ruben]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Yeh, major percs... Moving problematic or off topic threads, pt's begging for support, email alerts for impatient users, yey! lol... I like it anyway wink
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#224096 - 03/14/09 05:17 AM Re: PM Replies to automated PMs [Re: Gizmo]
Mark S Offline
Carpal Tunnel
Registered: 07/04/06
Posts: 4447
Loc: Liverpool : England : UK
I think version 7.5.1 should have this in it ASAP smile

Stop the Replies to Board Generated private messages smile
_________________________
Version v7.5.6 smile smile < Threads satisfaction status
People who inspire me Rick Gizmo Ian David jgeoff ntdoc
Oooo i hear 8 is coming? just after 7 my friend.
Top
#224097 - 03/14/09 06:49 AM Re: PM Replies to automated PMs [Re: Mark S]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Originally Posted By: Mark S
Stop the Replies to Board Generated private messages smile
agree tongue
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#224134 - 03/15/09 12:19 AM Re: PM Replies to automated PMs [Re: Gizmo]
DLWebmaestro Offline
enthusiast
Registered: 03/26/08
Posts: 333
Loc: North Carolina
Punishments should be automatically handed out when a (l)user replies to a generated PM that says not to reply. For example, redirect them to one of those lovely goatse photos...
_________________________
Marching Percussion ( Drumline ) Community
Top
#224147 - 03/15/09 07:00 AM Re: PM Replies to automated PMs [Re: DLWebmaestro]
Mark S Offline
Carpal Tunnel
Registered: 07/04/06
Posts: 4447
Loc: Liverpool : England : UK
You will be pleased to know that using paypal subscription
a member receives a board generated private message

WITHOUT any "Do Not Reply" Notices to be seen.


"Donation Received
Thank you for your donation. You have been added to the ' xxxxx ' Subscription Group."

Ive tested it and you can reply from the user point of view
but you dont get the private message. If they need to ask
any questions.

SO version 7.4.2 there is no DON NOT REPLY Warnings in any
of the payment subscription generated private messages.

frown
_________________________
Version v7.5.6 smile smile < Threads satisfaction status
People who inspire me Rick Gizmo Ian David jgeoff ntdoc
Oooo i hear 8 is coming? just after 7 my friend.
Top
#224215 - 03/16/09 03:46 PM Re: PM Replies to automated PMs [Re: Mark S]
Mark S Offline
Carpal Tunnel
Registered: 07/04/06
Posts: 4447
Loc: Liverpool : England : UK
7.5.1 If a User Leaves you a comment on your Profile page,
there is no warning in the private message?

DO NOT REPLY !
_________________________
Version v7.5.6 smile smile < Threads satisfaction status
People who inspire me Rick Gizmo Ian David jgeoff ntdoc
Oooo i hear 8 is coming? just after 7 my friend.
Top
#224218 - 03/16/09 03:52 PM Re: PM Replies to automated PMs [Re: Mark S]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
HUH?
I did not know a pm is sent to you when someone leaves a comment in your profile.
Rick must have slipped that in on 7.5.1
_________________________
Blue Man Group
Top
#224231 - 03/16/09 07:41 PM Re: PM Replies to automated PMs [Re: Ruben]
Mark S Offline
Carpal Tunnel
Registered: 07/04/06
Posts: 4447
Loc: Liverpool : England : UK
I just posted in your profile and now you should get a pm smile
_________________________
Version v7.5.6 smile smile < Threads satisfaction status
People who inspire me Rick Gizmo Ian David jgeoff ntdoc
Oooo i hear 8 is coming? just after 7 my friend.
Top
#224234 - 03/17/09 03:26 AM Re: PM Replies to automated PMs [Re: Mark S]
Robje01 Offline
enthusiast
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
7.5 had it already.
_________________________
My place to be: http://www.freesat.nl
Top
#224240 - 03/17/09 08:32 AM Re: PM Replies to automated PMs [Re: Mark S]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Originally Posted By: Mark S
I just posted in your profile and now you should get a pm smile

Oh I see (Said the blind man)
The PM actually comes from the admin (Rick). Not who posted.


Edited by Ruben (03/17/09 09:07 AM)
_________________________
Blue Man Group
Top
#224389 - 03/19/09 01:32 PM Re: PM Replies to automated PMs [Re: Ruben]
pinkmelon Offline
journeyman
Registered: 03/19/09
Posts: 64
Originally Posted By: Ruben
HUH?
I did not know a pm is sent to you when someone leaves a comment in your profile.
Rick must have slipped that in on 7.5.1



I did not know you could leave a comment on user profiles
Not sure if I like it as it look like more areas to Spam, to watch, and moderate
Top
#224391 - 03/19/09 02:29 PM Re: PM Replies to automated PMs [Re: pinkmelon]
Robje01 Offline
enthusiast
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
Then disable it...
_________________________
My place to be: http://www.freesat.nl
Top
#224396 - 03/19/09 02:40 PM Re: PM Replies to automated PMs [Re: Robje01]
SD Offline
Registered: 04/19/07
Posts: 4056
Loc: SoCal, USA
yeppers.. agreed, robje
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top
#224556 - 03/23/09 08:15 AM Re: PM Replies to automated PMs [Re: Robje01]
Yarpâ„¢ Offline
Registered: 08/30/06
Posts: 1513
Loc: Breda, NL
Originally Posted By: Robje01
That's quiet easy to solve Yarp™,


I know smile

But I took the difficult road, the result of my efforts you can find on ubbdev.
_________________________
Top
Page 1 of 5 1 2 3 4 5 >



Moderator:  AllenAyres, Harold, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Temporary Password email not being received
by
05/24/12 10:02 PM
Ability to "like" individual posts (not Facebook "likes)
by doug
05/23/12 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Forum Stats
10492 Members
36 Forums
33842 Topics
181709 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image