Previous Thread
Next Thread
Print Thread
Rate Thread
Glazor #221565 10/03/2002 6:06 AM
Joined: Aug 2002
Posts: 1,191
Kahuna
Kahuna
Joined: Aug 2002
Posts: 1,191
I installed this hack last night but did not work at all. Following the posts of this thread I managed to make it delete messages (as it used to) but not to send emails.

Following the logic of the problem, I think I found a possible solution (which works very well for me).

In the delete.php the logic applied by the hack is to check if any of the checkboxes are checked and then delete the messages and after that email them.

I moved the emailing code which starts with:
code:

// ----------------------------------------------------------------------------
// If they chose "Email PM" then we email the message instead of deleting it

if ($pmemail == "{$ubbt_lang['PM_EMAIL']}") {



in the instructions just below the line ~39
code:

$Total=0;



and after that block of code I changed the:
code:

if ($deletecheck == "{$ubbt_lang['DELETE_CHECKED']}")



to

code:

elseif ($option == "{$ubbt_lang['DELETE_CHECKED']}")



This way once you select messages and click on the Email PM button, the messages will be sent to you via email (provided that you have completed the rest of the steps outlined in the instructions of this hack).

Once you return back to the messages screen you will have to select back the ones you emailed and click delete to delete them.

This is a feature that I wanted for my users. If you want to select messages and by clicking Email PM them to be emailed and deleted you need to first change the:
code:

$ubbt_lang['PM_EMAIL'] = "Email PM";



to
code:

$ubbt_lang['PM_EMAIL'] = "Email and Delete checked";



and change the
code:

elseif ($option == "{$ubbt_lang['DELETE_CHECKED']}")



to

code:

if ($option == "{$ubbt_lang['DELETE_CHECKED']}")



Warm regards

Nikos


Nikos
Sponsored Links
Entire Thread
Subject Posted By Posted
Email PM's Lisa_P 07/23/2002 4:58 PM
Re: Email PM's JustDave 07/24/2002 1:54 AM
Re: Email PM's JoshPet 07/24/2002 3:56 AM
Re: Email PM's Lisa_P 07/24/2002 4:45 AM
Re: Email PM's AllenAyres 07/24/2002 5:47 AM
Re: Email PM's AllenAyres 07/24/2002 6:15 AM
Re: Email PM's Lisa_P 07/24/2002 6:46 AM
Re: Email PM's Lisa_P 07/24/2002 8:27 AM
Re: Email PM's Lisa_P 07/24/2002 9:14 AM
Re: Email PM's WrÅith 07/27/2002 8:35 AM
Re: Email PM's Lisa_P 07/27/2002 10:44 PM
Re: Email PM's Stefan_dup1 08/14/2002 4:11 AM
Re: Email PM's JustDave 08/14/2002 5:01 AM
Re: Email PM's Stefan_dup1 08/14/2002 5:09 PM
Re: Email PM's Stefan_dup1 08/14/2002 5:24 PM
Re: Email PM's JustDave 08/14/2002 5:55 PM
Re: Email PM's mrnocal 08/17/2002 9:14 PM
Re: Email PM's mrnocal 08/19/2002 2:16 AM
Re: Email PM's JustDave 08/19/2002 2:32 AM
Re: Email PM's Astaran 10/02/2002 8:56 PM
Re: Email PM's dimopoulos 10/03/2002 1:06 PM
Re: Email PM's sportbikes 01/05/2003 11:05 PM
Re: Email PM's Astaran 01/05/2003 11:15 PM
Re: Email PM's sportbikes 01/05/2003 11:18 PM
Re: Email PM's JustDave 01/05/2003 11:35 PM
Re: Email PM's JustDave 01/05/2003 11:45 PM
Re: Email PM's Astaran 01/06/2003 12:04 AM
Re: Email PM's JustDave 01/06/2003 12:28 AM
Re: Email PM's Astaran 01/06/2003 12:38 AM
Re: Email PM's JustDave 01/06/2003 12:40 AM
Re: Email PM's JustDave 01/06/2003 1:03 AM
Re: Email PM's Astaran 01/06/2003 1:12 AM
Re: Email PM's JoshPet 01/06/2003 1:16 AM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Nettomo
Nettomo
Germany, Bremen
Posts: 417
Joined: November 2001
Forum Statistics
Forums63
Topics37,574
Posts293,926
Members13,850
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)