<?xml version="1.0" encoding="utf-8"?><rss version="2.0">
<channel>
<title>LuxCal Forum</title>
<link>http://www.luxsoft.eu/forum</link>
<description>LuxCal Forum</description>
<item>
<title>uguccione500: Problems on android...</title>
<link>http://www.luxsoft.eu/forum/index.php?a=vtopic&amp;t=707</link>
<description>uguccione500: Hello Roel.
I&#039;ve updated to the last version: it works like a charm on android ICS...
Thank you very much one more time for your very good support and your excellent work...
See you! :D</description>
<pubDate>Mon, 14 May 2012 09:52:30 +0200</pubDate>
<category>Comments and Suggestions</category>
</item>
<item>
<title>Ritch: Event pop-up window layout</title>
<link>http://www.luxsoft.eu/forum/index.php?a=vtopic&amp;t=706</link>
<description>Ritch: Hi Roel.

Thanks for the response. What a pity.

I&#039;ll try reverting to the older version.

Regards,

Ritch</description>
<pubDate>Tue, 08 May 2012 10:03:26 +0200</pubDate>
<category>Support</category>
</item>
<item>
<title>Jdell: RSS feed disable?</title>
<link>http://www.luxsoft.eu/forum/index.php?a=vtopic&amp;t=705</link>
<description>Jdell: Thanks, looks like it works</description>
<pubDate>Fri, 04 May 2012 22:11:57 +0200</pubDate>
<category>Support</category>
</item>
<item>
<title>mmmosias: Logging in user from pages</title>
<link>http://www.luxsoft.eu/forum/index.php?a=vtopic&amp;t=693</link>
<description>Roel B.: Ok, here we go (for LuxCal 2.6.1x):
Add to the file [c]index.php[/c] the following code after line 98 (so after the language has been set):[code]//get uid if user name passed by parent
if (isset($_REQUEST[&#039;uN&#039;])) {
	$rSet = dbQuery(&quot;SELECT user_id FROM [db]users WHERE user_name = &#039;{$_REQUEST[&#039;uN&#039;]}&#039;&quot; );
	if ($row = mysql_fetch_assoc($rSet)) { //user id found
		$_SESSION[&#039;uid&#039;] = $row[&quot;user_id&quot;];
	} else {
		unset($_SESSION[&#039;uid&#039;]);
	}
}[/code]Now you can pass the user name when calling the calendar as follows: [c]www.yoursite.xx/yourcal/?uN=John[/c]
Here&quot;John&quot; must be an existing valid user name (in the LuxCal MySQL `users` table).

[u]Security issue[/u]:
Be aware that now the &#039;uN&#039; can also be passed via the browser; so anybody knowing this and guessing a correct user name can log in.
You can solve this for example by passing the user name in encrypting form and decrypting it at the start of the code snippet above ( just before the &quot;dbQuery&quot; ). I leave this to you ;)
Roel</description>
<pubDate>Tue, 01 May 2012 22:27:38 +0200</pubDate>
<category>Problems</category>
</item>
<item>
<title>mmmosias: Preferred selection list to option button</title>
<link>http://www.luxsoft.eu/forum/index.php?a=vtopic&amp;t=694</link>
<description>mmmosias: OK, that&#039;s a reasonable way to address this.</description>
<pubDate>Tue, 01 May 2012 00:08:28 +0200</pubDate>
<category>Comments and Suggestions</category>
</item>
<item>
<title>Roel B.: Spanish language pack updated - 2012.04.26</title>
<link>http://www.luxsoft.eu/forum/index.php?a=vtopic&amp;t=704</link>
<description>Roel B.: Pantricio from the South of Spain was so kind to send us all updated Spanish User Interface language files:
- ui-espanol.php (user interface)
- ai-espanol.php (admin interface)
- ug-espanol.php (user guide)

The updated Spanish language pack can be downloaded from the Downloads page.

Thanks very much Pantricio!</description>
<pubDate>Wed, 25 Apr 2012 18:38:12 +0200</pubDate>
<category>What&#039;s New</category>
</item>
<item>
<title>YossiN: 2 problems in 2.61</title>
<link>http://www.luxsoft.eu/forum/index.php?a=vtopic&amp;t=689</link>
<description>Roel B.: We&#039;ve found a solution to avoid activating the pop up blocker in certain browsers when opening the log in window or an event window. This also solves the log in problems some users have when viewing the calendar on a mobile device.
The solution in included in the latest LuxCal download v2.6.1b.</description>
<pubDate>Tue, 24 Apr 2012 09:56:11 +0200</pubDate>
<category>Support</category>
</item>
<item>
<title>Roel B.: LuxCal 2.6.1 a and b 2012.04.23</title>
<link>http://www.luxsoft.eu/forum/index.php?a=vtopic&amp;t=702</link>
<description>Roel B.: The following minor issues have been solved in LuxCal 2.6.1 sub-releases.
The latest LuxCal version can be downloaded from the Downloads page.

[b]LuxCal 2.6.2a[/b]
- When adding an event, after a &quot;refresh&quot; when a repeat value has been set, the wrong set of buttons (edit buttons) was displayed at the bottom.
- Presentation of status with check boxes in email reminders improved.
- When in the event window notify &quot;now&quot; has been selected, then for single day, not repeating events falling in a category with check box(es) the status of the check box(es) will be added to the notification email.
- In some IE versions, when selecting &quot;delete&quot; in the event window the event was added instead of deleted. IE problem! Solved.

[b]LuxCal 2.6.2b[/b]
- To avoid malicious use, cronjobs can now be run via a cron job on the server only. When launched via the browser, the user will be redirected to the index.php file.
- Opening a login or an event window was sometimes blocked by the browsers popup blocker. Popups should always be the result of the user selecting a button/link.</description>
<pubDate>Mon, 23 Apr 2012 22:56:51 +0200</pubDate>
<category>What&#039;s New</category>
</item>
<item>
<title>Slater: Little League</title>
<link>http://www.luxsoft.eu/forum/index.php?a=vtopic&amp;t=697</link>
<description>Slater: [url=http://www.slaterlittleleague.com]Slater Little League Baseball[/url] Under Schedule.
If anyone has a great color scheme I am listening :) i am not very good at those things :)</description>
<pubDate>Mon, 16 Apr 2012 23:31:35 +0200</pubDate>
<category>Show Off</category>
</item>
<item>
<title>Slater: Links</title>
<link>http://www.luxsoft.eu/forum/index.php?a=vtopic&amp;t=696</link>
<description>Slater: Is there any way to just change the link colors?

EDIT:
Found it!
Just added [c].link {cursor:pointer; text-decoration:underline; color:#FFFFFF;}[/c] to the CSS

:)</description>
<pubDate>Mon, 16 Apr 2012 17:47:02 +0200</pubDate>
<category>Support</category>
</item>
</channel>
</rss>

