Hi, I just created a widget to display aggregated feeds on a page using the plugin_wiki. You can find the code at: http://web2pyslices.com/main/slices/take_slice/120
It can be noticed that I had to include (again) the jquery-ui JS lib in order to ensure that the 'dialog` feature used to mimic a tool-tip over the links follows the position of the mouse pointer. Doing a search on the directory it came out that Elrte ( the embedded editor ) is using jquery-ui, but it has its own version and probably obsolete. I tried with jquery-ui 1.7.9 and the position feature for the dialog does not work, newer versions like 1.8.4 position the dialog properly. This points to the fact that elrte uses an older jquery-ui library. I believe that elrte is the problem because is quite old at 1.0rc4 and the latest version is at 1.2. Probably plugin_wiki should be updated to the latest version. Irrespective of whether elrte will be upgraded or not, I think that the plugin_wiki should be made independent of the elrte library and have the included jquery-ui library in the themes directory to take priority. It is possible that not elrte is at fault, but in this case there is another interference from somewhere else. In any case the include works for now, but this is just a hack and I would prefer a cleaner way. Bogdan

