 |
 |
 |
 |
#234915 - 02/02/03 04:29 PM
Re: [6.2] Private Message Popup/Audio Notification 2.1
[Re: Daine]
|
User
Registered: 08/27/02
Posts: 45
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#234923 - 03/15/03 04:04 PM
Re: [6.2] Private Message Popup/Audio Notification 2.2
[Re: Daine]
|
User
Registered: 10/26/02
Posts: 27
|
##########################################<br /># Find this:<br />#<br /><br /> // -----------------------------------------------------------------<br /> // We are automatically adding StyleSheet, Status, Privates and<br /> // FrontPage and Number to each SQL call because this information is needed by<br /> // every script that makes a call to authenticate<br /> if ($Query != "*") {<br /> if ($Query) { $Query .=","; }<br /> $Query .= "U_Username,U_Password,U_SessionId, U_StyleSheet, U_Status, U_Privates, U_FrontPage, U_Number, U_PrivatePopup, U_PrivateAlert";<br /> }<br /><br />#<br /># Change to this:<br />#<br /><br /> // -----------------------------------------------------------------<br /> // We are automatically adding StyleSheet, Status, Privates and<br /> // FrontPage and Number to each SQL call because this information is needed by<br /> // every script that makes a call to authenticate<br /> if ($Query != "*") {<br /> if ($Query) { $Query .=","; }<br /> $Query .= "U_Username,U_Password,U_SessionId, U_StyleSheet, U_Status, U_Privates, U_FrontPage, U_Number, U_PrivatePopup, U_PrivateAlert";<br /> } <br /><br /><br />###################################################<br /><br />is exactly the same *gg a bug? <br /><br />greetings from oversea
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#234925 - 03/15/03 09:25 PM
Re: [6.2] Private Message Popup/Audio Notification 2.2
[Re: Daine]
|
User
Registered: 10/26/02
Posts: 27
|
hier is the right one:<br />##########################################<br /># Find this:<br />#<br /><br /> // -----------------------------------------------------------------<br /> // We are automatically adding StyleSheet, Status, Privates and<br /> // FrontPage and Number to each SQL call because this information is needed by<br /> // every script that makes a call to authenticate<br /> if ($Query != "*") {<br /> if ($Query) { $Query .=","; }<br /> $Query .= "U_Username,U_Password,U_SessionId, U_StyleSheet, U_Status, U_Privates, U_FrontPage, U_Number";<br />}<br /><br />#<br /># Change to this:<br />#<br /><br />// -----------------------------------------------------------------<br />// We are automatically adding StyleSheet, Status, Privates and<br />// FrontPage and Number to each SQL call because this information is needed by<br />// every script that makes a call to authenticate<br />if ($Query != "*") {<br />if ($Query) { $Query .=","; }<br />$Query .= "U_Username,U_Password,U_SessionId, U_StyleSheet, U_Status, U_Privates, U_FrontPage, U_Number, U_PrivatePopup, U_PrivateAlert";<br />} <br /><br /><br />###################################################
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#234929 - 03/23/03 05:11 PM
Re: Set the default
[Re: Daine]
|
User
Registered: 10/26/02
Posts: 27
|
ok...one's more<br /><br />1. when i open "Main Configuration" >> "Personal information, email, password, etc." >> "Do you want a Notification box for Private Messages?" <br />the default setting is on "NO"<br />if i open "Main Configuration" >> "Personal information, email, password, etc." >> "Do you want an Audio Alert for Private Messages?"<br />the default setting is on "NO"<br />if i change both with a click on "YES" the popub works.<br /><br />when i go again into the "Main Configuration" >> "Personal information, email, password, etc."<br />both settings show me again "NO" <br />why they changed automatic?<br /><br />2. if "Do you want a Notification box for Private Messages?" is on "YES" i always hear a sound, the <br />"Do you want an Audio Alert for Private Messages?" didn't work....YES ore NO....always the sound!<br /><br />3.after a new config from "Personal information, email, password, etc." it shows me a Query
Attachments
74047-query.jpg (67 downloads)
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|