PDA

View Full Version : small problem with posts notifications


Sworm1
Thu 3rd Apr '08, 6:15am
Hi all,
i've a small problem with the posts notifications for the users that the board send via email.

Nome della variabile $vbphrase[notify] Testo Dear $touser[username],

$bbuserinfo[username] has just replied to a thread you have subscribed to entitled - $threadinfo[prefix_plain]$threadinfo[title] - in the $foruminfo[title_clean] forum of $vboptions[bbtitle].

This thread is located at:
$vboptions[bburl]/showthread.php?t=$threadinfo[threadid]&goto=newpost

Here is the message that has just been posted:
***************
$pagetext
***************


There may also be other replies, but you will not receive any more notifications until you visit the forum again.

All the best,
$vboptions[bbtitle]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Unsubscription information:

To unsubscribe from this thread, please visit this page:
$vboptions[bburl]/subscription.php?do=removesubscription&type=thread&subscriptionid=$touser[subscribethreadid]&auth=$touser[auth]

To unsubscribe from ALL threads, please visit this page:
$vboptions[bburl]/subscription.php?do=viewsubscription&folderid=all

Now my problem is:

whe a user that receive this notification , if click on the
$vboptions[bburl]/subscription.php?do=removesubscription&type=thread&subscriptionid=$touser[subscribethreadid]&auth=$touser[auth]

or on

$vboptions[bburl]/subscription.php?do=viewsubscription&folderid=all

The forum want a another login from the users and after this, the user can not remove the post notify.....

Where is the function that allow the users to remove the posts notify?


Thanx

Trevster
Thu 3rd Apr '08, 9:04am
Where is the function that allow the users to remove the posts notify?


UserCP > Subscribed Threads > List Subscriptions

Sworm1
Thu 3rd Apr '08, 9:30am
UserCP > Subscribed Threads > List Subscriptions

Thanx :)

but i'm searchin, if there's this function in ACP.....

exist?

Trevster
Thu 3rd Apr '08, 1:34pm
Apologies, you asked about a function to allow the users to remove it...

In AdminCP there is the option to set ALL users to have no post/thread subscriptions. This is done through:

Maintenance > Execute SQL query > Automatic Query > Do not subscribe

Make sure that you're happy to remove this for all users as there will likely be some who will want to subscribe to posts/threads.

If you want to remove the subscription for certain users, then you'll need to either run a query directly on your database or pull up the relevant user records via something like phpMyAdmin and edit it directly there.

Before you do either of these latter options though, make sure you take a backup of your database.