<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Kunena 1.0.10"> -->
<rss version="0.91">
    <channel>
        <title>JoomlaXT! - Forum</title>
        <description>Kunena Site Syndication</description>
        <link>http://joomlaxt.com</link>
        <lastBuildDate>Tue, 07 Sep 2010 02:50:28 +0200</lastBuildDate>
        <generator>Kunena 1.0.10</generator>
        <image>
	        <url>http://joomlaxt.com/components/com_kunena/template/default/images/english/emoticons/rss.gif</url>
	        <title>Powered by Kunena</title>
	        <link>http://joomlaxt.com</link>
	        <description>Kunena Site Syndication</description>
        </image>
        <item>
            <title>Subject: UTF-8  language issue - need ur help ! - by: tops911</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=17&amp;id=8491#8520</link>
            <description>Any comments , or help Mr.Omerten  ?</description>
            <pubDate>Mon, 06 Sep 2010 21:45:37 +0200</pubDate>
        </item>
        <item>
            <title>Subject: PollXT not working with  System - Mootools Upgrade - by: calciodonne</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=17&amp;id=8401&amp;limit=6&amp;start=6#8519</link>
            <description>dear sir

i have update with this file but i not show the results poll.</description>
            <pubDate>Mon, 06 Sep 2010 21:08:15 +0200</pubDate>
        </item>
        <item>
            <title>Subject: 'null' is null or not an object - by: calciodonne</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=17&amp;id=8240&amp;limit=6&amp;start=6#8518</link>
            <description>Dear sir

i have change and replace both with Code:  

try {
var t = new Tips($$('.tipxt')); 
}
catch(e) {}
 
but, now, it not show the results.

this is my link web site:

http://www.calciodonne.it/sondaggi.html</description>
            <pubDate>Mon, 06 Sep 2010 21:00:17 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Only one poll for a user - by: Spider_hip</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=17&amp;id=8479#8517</link>
            <description>Thank you very much for your response..  :) I appreciate your efforts with this component.

For a moment I thought that you didn't like my ideas, and locked the topic  :P 

Well actually I'm going to use this comp in a very different web site project. And I hope that it will be very famous. If it really be so, there may be more than small donations  :) We may be company if you wish too.
------------------------------------

Actually my first priority isn't vote only once per day. There will be some user type's and, will be unique pages for every type of users. Beceause of that, I thought that in every unique page there should be a poll which is about that type of users, but I don't want other types to vote also for that poll to hurt them. So if we can limit them to vote for only one poll, if they vote for other types, then they cannot vote for their own poll. So still they loose for themselves. Which means if they may be different polls to vote, it may be better than to vote in one poll. Beceause than every questions will be in every page.

But I didn't know that if its neccecary to prepare some kind of &quot;grouping&quot; logic for that. Isn't it possible to do something for cookiechecker like 

if cookie poll-&gt;id != null  than
 you can't vote , 
  else you can.
--------------------------------------

Well, I know It maybe a bit difficult to understand if I explain like this. If you may interest in some different, high chance to become famous website, and if can spend some spare time for some project, I would be pleased to tell you details of this project privately.

Who knows even you can prepare this project for your country, and I can go on to do it in mine. 

Did you ever hear about The website of Alex Tew, a 21-year-old entrepreneur, who hopes to pay his way through university by selling 1 million pixels of internet ad space for $1, and he become millionaire with his simple but different project. 

There are many examples from many countries, with different projects they become owner of very famous website's owner, and earned lots of money.

Thank you.</description>
            <pubDate>Mon, 06 Sep 2010 18:35:52 +0200</pubDate>
        </item>
        <item>
            <title>Subject: pollXT and Sobi2 - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=17&amp;id=8505#8515</link>
            <description>Hi,

I think someone would have to write an extension for SOBI2 for that purpose... It shouldn't be too complicated and I'd happy to assist, however I have no experience with SOBI2 at all... Any one out there who wants to join forces?

regards,

Oli</description>
            <pubDate>Sun, 05 Sep 2010 07:27:27 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Images in poll gets an incomplete white frame - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=17&amp;id=8495#8513</link>
            <description>Hi,

pollxt is using the mootools tooltip functionality with the standard joomla styling... Took me some time to figure out how to change that...

Please find the line below in /components/com_pollxt/script/pollxt.js:
[code]
var t = new Tips($$('.tipxt'));	
[/code]
You'll find that line twice, please replace both occurrences with the following code:
[code]
	var t = new Tips($$('.tipxt'),  );	
[/code]

now we are able to define our own styling for the tooltips in poll_bars.css (or any template css). Below you'll find a copy of the standard joomla styling with only one adjustment: The max-width was changed from 200 to 1000. That does the trick, however now you're able to do whatever you want (e.g. chnaging the  background color etc...)
[code]
/* Tooltips */
div.tipz-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 1000px;
	z-index:13000;
}

div.tipz-tip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tipz-tip p {
	font-size: 90%;
	margin: 0;
}

[/code] 

kind regards,

Oli</description>
            <pubDate>Sat, 04 Sep 2010 22:36:05 +0200</pubDate>
        </item>
        <item>
            <title>Subject: One more &quot;poll loading ...&quot;  :-) - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=17&amp;id=8331&amp;limit=6&amp;start=18#8512</link>
            <description>@highwoody,

thanks, really appreciated - if you're visiting Mannheim for some reason let me know and I'll refund a real beer ;-) 

regarding the wishlist:
1.) Don't you think Excel (or OpenOffice) is the most flexible tool to filter/format your data? I'm not really familiar with statistical tools, however I think they should be capable of processing CSV data in a proper way...
2.) Good point... let me see what I can do.

regards,

Oli</description>
            <pubDate>Sat, 04 Sep 2010 08:02:57 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Align in horizontal checkbox poll doesnt work - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=17&amp;id=8492#8510</link>
            <description>Hi,

could you provide me with e.g. a screenshot of the &quot;misplaced&quot; options, so I can better understand what went wrong?
Gracias,
Oli</description>
            <pubDate>Sat, 04 Sep 2010 07:53:42 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Where is the download link? - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=16&amp;id=8499#8506</link>
            <description>Hi,

great that you fióund it. I would have pointed you there as well.

regards,

Oli</description>
            <pubDate>Sat, 04 Sep 2010 07:17:02 +0200</pubDate>
        </item>
        <item>
            <title>Subject: TweetXT - &quot;No tweets found&quot; - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=14&amp;id=8489#8501</link>
            <description>Hi Daniel,

do you have a lot of re-tweets in your timeline? The problem is that the Twitter-API that is used by tweetxt behaves a little strange... e.g. if you request the last 5 tweets it looks at the last 5 tweets but only returns those which are not re-tweets, meaning, if all 5 are re-tweets it doesn't return anything. TweetXT works around that by requesting 3 times the no. of tweets that you actually want to display... If that's still not sufficient the message above appears. 

Another reason could be that your server sends requests too often, Twitter has a limit on that as well. Set caching to a higher value then, to reduce the no. of requests to Twitter.

regards,

Oli</description>
            <pubDate>Thu, 02 Sep 2010 08:12:41 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Poll results visible to administrator only, how to - by: Rammelbak</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=17&amp;id=8262#8493</link>
            <description>You can set it up with the result-button option in the results tab from pollxt in the backend of joomla.</description>
            <pubDate>Wed, 01 Sep 2010 14:20:33 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Timeout Error - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=15&amp;id=7951#8488</link>
            <description>Hi,

was this solved with your other post? Or is it a subsequent problem?

regards,

Oli</description>
            <pubDate>Sun, 29 Aug 2010 07:08:12 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Initial run not yet executed - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=15&amp;id=7350&amp;limit=6&amp;start=12#8487</link>
            <description>Hi,

thanks for this fix. Earlier versions of guardXT worked similar, however this frequently led to time-out errors. For future versions I'm planning a configurable &quot;chunk size&quot;, thus users that have problems with max_allowed-package can play around with the package size until it fits.

regards,

Oli</description>
            <pubDate>Sun, 29 Aug 2010 07:05:22 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Picture upload doesn't work correctly with mootool - by: celdric</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=17&amp;id=8480#8484</link>
            <description>Hi. Thanks for looking into it. I tried with Firefox and it's also working for me. Btw, I'm using IE 8. This browser is a pain in my opinion. Anyway, I can use Firefox to create polls.

Though I just notice 2 other issues. Polls are displayed even when they are unpublished in Joomla admin. I just created a test poll. It's already shown on page without that I had published it.

My site is at http://wirdeutschen.com if you want to take a look.


The second issues I think has something to do with the tool tips. I have tool tips disabled in Global settings. However, there is still a hoover effect when I move the mouse over the poll picture. But while for poll 1 a copy of the poll picture is showing the hover for poll 2 shows just the poll picture link.


I attached a screenshot of the IE error.

Well, I don't think the all the current issues caused by PollXT, but by the recent Joomla update to 1.5.20. I have a couple of other components which neither work correctly anymore since the update. 

http://www.joomlaxt.com/images/fbfiles/images/tooltip.jpg</description>
            <pubDate>Fri, 27 Aug 2010 03:58:47 +0200</pubDate>
        </item>
        <item>
            <title>Subject: pollxt 1.24.09, suddenly error - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=17&amp;id=8478#8482</link>
            <description>Hi, 

could you post a URL to the poll so I can have a look myself?

regards,

Oli</description>
            <pubDate>Thu, 26 Aug 2010 07:09:29 +0200</pubDate>
        </item>
        <item>
            <title>Subject: complete nofollow - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=16&amp;id=8465#8481</link>
            <description>Hi,

actually it's really funny, because there is no link to paypal (except in the text that you can define by your own). When you press on the &quot;Pay Now!&quot; button a form is submitted... That's a completely different thing...

regards,

Oli</description>
            <pubDate>Thu, 26 Aug 2010 07:08:09 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Module - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=17&amp;id=8456#8476</link>
            <description>Hi,

please edit the module parameters:
Polls to display: Only One
Category: &quot;Your Category&quot;

regards,

Oli</description>
            <pubDate>Tue, 24 Aug 2010 06:47:17 +0200</pubDate>
        </item>
        <item>
            <title>Subject: email notification - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=17&amp;id=8275#8475</link>
            <description>Hi,

strange that nobody (including me) recognized that before... In fact the strstr function returns everything including the &quot;:&quot; (i.e. &quot;:tomxxx.com&quot;), which of course is not a valid email address. Thanks for the fix. Will be included in the next version.

regards,

Oli</description>
            <pubDate>Tue, 24 Aug 2010 06:42:04 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Open_basedir breaks site - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=15&amp;id=8432#8474</link>
            <description>Hi Kevin,

that's a strange error message...Never heard of it. Is it created by Joomla or the WebServer? Do you have some piece of software runnig that uses files located outside of public HTML?

regards,

Oli</description>
            <pubDate>Tue, 24 Aug 2010 06:33:09 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Poll align - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=17&amp;id=8449#8473</link>
            <description>Hi,

sorry for the late response. pollXT uses the joomla stylesheet classes &quot;sectiontableentry1&quot; &amp; &quot;sectiontableentry2&quot; for the options, you could modify those classes (which would affect your whole page). Additionally the options are wrapped by a &quot;div&quot; tag with the id &quot;pollxtOptCol&quot; (see poll_bars.css). You can modify that as well (e.g. #pollxtOptCol.sectiontablenetry1).

regards,

Oli</description>
            <pubDate>Tue, 24 Aug 2010 06:28:58 +0200</pubDate>
        </item>
        <item>
            <title>Subject: PollXT and IE issue - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=17&amp;id=8466#8472</link>
            <description>Hi,

I quickly checked the script in FF and IE and it works fine for me... However you should conclude every javascript line with &quot;;&quot; and it's not good style to have the script included somewhere in html. To analyze details I'd need to have a look at the (non-working) page...

regards,

Oli</description>
            <pubDate>Tue, 24 Aug 2010 06:02:04 +0200</pubDate>
        </item>
        <item>
            <title>Subject: htpasswd file in front end - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=15&amp;id=8464#8470</link>
            <description>Hi,

most likely you copied the .htaccess file intended to be stored in /administrator in the joomla root directory.

regards,

Oli</description>
            <pubDate>Tue, 24 Aug 2010 05:44:02 +0200</pubDate>
        </item>
        <item>
            <title>Subject: add recaptcha - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=17&amp;id=8463#8469</link>
            <description>Hi,

one of the next releases (no schedule yet) will include a captcha feature.

regards,

Oli</description>
            <pubDate>Tue, 24 Aug 2010 05:40:21 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Paypal config problem - by: omerten</title>
            <link>http://joomlaxt.com/forum?func=view&amp;catid=16&amp;id=8462#8468</link>
            <description>Hi,

if you don't have the &quot;More?&quot; option in the dropdown (as shown in the manual) please simply click on the &quot;Profile&quot; menu entry. That setting seems to differ from country to country... After clicking on &quot;Profile&quot; you'll see &quot;Selling Preferences&quot; on the right hand side and &quot;Website Preferences&quot; listed below. 
Please let me know if there are additional settings that you can not find.

regards,

Oli</description>
            <pubDate>Tue, 24 Aug 2010 05:39:26 +0200</pubDate>
        </item>
    </channel>
</rss>