• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 56 posts ]  Go to page 1, 2, 3, 4  Next
Author Message
 Post subject: Podpora pre: ModuleGen, MleCMS, MleDomains,ASRatingBar...
PostPosted: Sun Jan 11, 2009 9:29 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Tue Oct 10, 2006 5:00 pm
Posts: 426
Location: Bratislava
Status of my projects

Releases

ModuleGenerator
http://dev.cmsmadesimple.org/projects/modulegenerator

MleCMS
http://dev.cmsmadesimple.org/projects/mlecms

MleDomains
http://dev.cmsmadesimple.org/projects/mledomains

Extended Content Blocks
http://dev.cmsmadesimple.org/projects/econtentblocks

ExtendedTools
http://dev.cmsmadesimple.org/projects/etools

MovedPages
http://dev.cmsmadesimple.org/projects/movedpages

Youtuber 1.0
http://dev.cmsmadesimple.org/projects/youtuber

Without support

ContentCache (DISCONTINUED)
http://dev.cmsmadesimple.org/projects/contentcache

MleConvertor
http://dev.cmsmadesimple.org/projects/mleconvert

AJAX Star Rating Bar
http://dev.cmsmadesimple.org/projects/ajaxrating
demo: http://kuzmany.biz/en/cms-made-simple/a ... ating-bar/

DivShare
http://dev.cmsmadesimple.org/projects/divshare
demo: http://kuzmany.biz/en/cms-made-simple/div-share/

Media Center
http://dev.cmsmadesimple.org/projects/mediacenter/
demo: http://kuzmany.biz/en/cms-made-simple/mediacenter/

FeuFacebook 1.0
http://dev.cmsmadesimple.org/projects/feufacebook

Likes DISCONTINUED!
http://dev.cmsmadesimple.org/projects/likes

Pripadne otazky/bugy aj v tomto fore.

Btw: k modulom forum bude smerovat do tohto topicu, nech to je zjednotene,  thx

_________________
Yes, it's me: MleCMS, MleDomains, ModuleGenerator, URLWatchdog, Youtuber, Extended Content Blocks, Extended Tools, Analytics etc.


Last edited by kuzmany on Wed Dec 28, 2011 10:43 am, edited 4 times in total.

Top
 Profile  
 
 Post subject: Re: AJAXStarRatingBar - preview verzia modulu pre hodnotenie clankov, fotografii atd
PostPosted: Sat May 16, 2009 12:05 pm 
Offline
Power Poster
Power Poster

Joined: Sun Dec 28, 2008 12:15 pm
Posts: 365
Location: Roma, Italy
Hi veduci,
I have downloaded the AJAXStarRatingBar module from svn, and I find it very usefull!
I'm trying to use it to rate several images, loaded from database, in a single page. The rate system works, but the first occurence of stars, under the first image on the page, is always updated after voting, instead of the actual voted image. If then I reload the page the correct rating is shown.

How can it be fixed?

thank you very much for this module!


Top
 Profile  
 
 Post subject: Re: AJAXStarRatingBar - preview verzia modulu pre hodnotenie clankov, fotografii atd
PostPosted: Sun May 17, 2009 11:14 am 
Offline
Power Poster
Power Poster

Joined: Sun Dec 28, 2008 12:15 pm
Posts: 365
Location: Roma, Italy
I solved modifying the Vote Template, adding the $vote_id variable to the ID name of the DIV that contains the stars:
Code:
<div class="ratingblock" id="rating{$vote_id}">


and modifying the two javascript functions, makeAJAXStarRatingBarratingRequest and alertAJAXStarRatingBarrating:

Code:
function makeAJAXStarRatingBarratingRequest(link) {
var myConn = new XHConn();
if (!myConn) alert("XMLHTTP not available. Try a newer/better browser.");
var fnWhenDone = function (oXML) { alert(oXML.responseText); };
myConn.connect(link, "GET", "", alertAJAXStarRatingBarrating);

var urlstring=link;
searchString = urlstring.substring(1);

var nvPairs = searchString.split("&");

for (i = 0; i < nvPairs.length; i++)
{
     var nvPair = nvPairs[i].split("=");
     var name = nvPair[0].slice(-1);
     var value = nvPair[1];
    if (name=="q"){
    var myQ=name;
    myQvalue=value;
    }
}

}
function alertAJAXStarRatingBarrating(http_request) {
   
element=document.getElementById('rating'+myQvalue);
var xmlString = http_request.responseText;
element.innerHTML = xmlString;
element.innerHTML = document.getElementById("ratingresult").innerHTML;
}


Ciao


Top
 Profile  
 
 Post subject: Re: AJAXStarRatingBar - preview verzia modulu pre hodnotenie clankov, fotografii atd
PostPosted: Sun Aug 16, 2009 9:36 pm 
Offline
Forum Members
Forum Members
User avatar

Joined: Tue Apr 29, 2008 7:11 pm
Posts: 39
Location: Zlín, Czech Republic
Ahoj,
tvůj modul bude dle preview super. Dá se někdy očekávat final verze?
Jak můžu s vydáním pomoct?

S těmi překlady jak píšeš zde http://forum.cmsmadesimple.org/index.php?topic=23268.0 bych se mohl pokusit pomoct. Kolega, který angličtinu ovládá a dělá překlady komerčně, mi něco dluží, takže by se toho dalo využít :)

Radim


Top
 Profile  
 
 Post subject: Re: AJAXStarRatingBar - preview verzia modulu pre hodnotenie clankov, fotografii atd
PostPosted: Sun Aug 16, 2009 10:37 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Tue Oct 10, 2006 5:00 pm
Posts: 426
Location: Bratislava
Ahoj,

myslim ze behom mesiaca by to mohlo byt final, nie je tam uz vela prace, dokoncim to pri implementacii do noveho 90bpm.sk

Nova verzia bude napojena asi na JQueryTools (http://dev.cmsmadesimple.org/projects/jquerytools), vyraznejsie zmeny najskor nebudu, asi css pojde priamo cez styly v admine, mozno pridam aj viac grafickych sablon.

Mam ale hotovy aj novy modul na napojenie na DivShare.com ulozisko,  funkcny mam aj modul na napojenie na youtube profil vratane uploadu z webu, ale tam este to treba trochu ucesat a dokoncit.

_________________
Yes, it's me: MleCMS, MleDomains, ModuleGenerator, URLWatchdog, Youtuber, Extended Content Blocks, Extended Tools, Analytics etc.


Top
 Profile  
 
 Post subject: Re: AJAXStarRatingBar - preview verzia modulu pre hodnotenie clankov, fotografii atd
PostPosted: Mon Aug 17, 2009 12:09 am 
Offline
Power Poster
Power Poster

Joined: Mon Jan 21, 2008 5:51 pm
Posts: 701
Location: MI
Sorry for the english on the Czech board but I want to make a suggestion about AJAXStarRatingBar

My two suggestion are to switch it to use jquery(JQueryTools) (sorry if that is what you said in the last post, it didn't translate well).

Secondly, change the ID to be alphanumeric instead of just numeric. I am using it to rating content through out my site so just having the a numeric ID doesn't work.

_________________
Arvixe Hosting / CMSMS Community Liaison
Looking for quality CMSMS Hosting? Try Arvixe


Top
 Profile  
 
 Post subject: Re: AJAXStarRatingBar - preview verzia modulu pre hodnotenie clankov, fotografii atd
PostPosted: Mon Aug 17, 2009 5:25 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Tue Oct 10, 2006 5:00 pm
Posts: 426
Location: Bratislava
THX for your feedback.

Bug with alphanumeric ID will be fixed in final version, JQueryTools will be supported too.

Final version coming soon (september/october 09).

ajprog wrote:
Sorry for the english on the Czech board but I want to make a suggestion about AJAXStarRatingBar

My two suggestion are to switch it to use jquery(JQueryTools) (sorry if that is what you said in the last post, it didn't translate well).

Secondly, change the ID to be alphanumeric instead of just numeric. I am using it to rating content through out my site so just having the a numeric ID doesn't work.

_________________
Yes, it's me: MleCMS, MleDomains, ModuleGenerator, URLWatchdog, Youtuber, Extended Content Blocks, Extended Tools, Analytics etc.


Top
 Profile  
 
 Post subject: Re: AJAXStarRatingBar - preview verzia modulu pre hodnotenie clankov, fotografii atd
PostPosted: Sun Oct 11, 2009 9:37 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Tue Oct 10, 2006 5:00 pm
Posts: 426
Location: Bratislava
http://dev.cmsmadesimple.org/projects/ajaxrating

Prva verzia je vonku

DivShare module coming soon.

_________________
Yes, it's me: MleCMS, MleDomains, ModuleGenerator, URLWatchdog, Youtuber, Extended Content Blocks, Extended Tools, Analytics etc.


Top
 Profile  
 
 Post subject: Re: AJAXStarRatingBar, DivShare prve verzie na stiahnutie
PostPosted: Wed Oct 14, 2009 10:10 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Tue Oct 10, 2006 5:00 pm
Posts: 426
Location: Bratislava
DviShare je vonku
http://dev.cmsmadesimple.org/projects/divshare

_________________
Yes, it's me: MleCMS, MleDomains, ModuleGenerator, URLWatchdog, Youtuber, Extended Content Blocks, Extended Tools, Analytics etc.


Top
 Profile  
 
 Post subject: Re: AJAXStarRatingBar, DivShare prve verzie na stiahnutie
PostPosted: Sat Oct 17, 2009 6:56 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Tue Oct 10, 2006 5:00 pm
Posts: 426
Location: Bratislava
Dalsi modul online

Media Center
http://dev.cmsmadesimple.org/projects/mediacenter/

Dakujem za kazdy feedback, testovanie, hlasenie bugov atd.

_________________
Yes, it's me: MleCMS, MleDomains, ModuleGenerator, URLWatchdog, Youtuber, Extended Content Blocks, Extended Tools, Analytics etc.


Top
 Profile  
 
 Post subject: Re: AJAXStarRatingBar, DivShare, Media Center - prve verzie na stiahnutie
PostPosted: Sun Nov 08, 2009 12:33 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Tue Oct 10, 2006 5:00 pm
Posts: 426
Location: Bratislava
AJAXStarRatingBar 0.9.1

Zmeny

Pridaná podpora pre max. 50 položiek pri hlasovani
Odstranenie stylu z html, pridana moznost automatickeho vkladanie stylu do hlavicky
Pridany upgrade skript, pridany parameter showtemplate=false pre ajax request
+ modul bol pridaný do http://translations.cmsmadesimple.org/, takže bola pridaná slovenčina do balíka.

http://dev.cmsmadesimple.org/projects/ajaxrating

Demo: http://kuzmany.biz/sk/ajax-star-rating-bar-demo/

_________________
Yes, it's me: MleCMS, MleDomains, ModuleGenerator, URLWatchdog, Youtuber, Extended Content Blocks, Extended Tools, Analytics etc.


Top
 Profile  
 
 Post subject: Re: AJAXStarRatingBar, DivShare, Media Center - prve verzie na stiahnutie
PostPosted: Wed Nov 18, 2009 3:57 am 
Offline
New Member

Joined: Wed Nov 18, 2009 3:52 am
Posts: 5
Thanks for the great module AJAXStarRatingBar! I was trying to implement this into my template and thought something like this might work: {cms_module module='AJAXStarRatingBar' group='articles' vote_id='{$content_id}'} But I get the following error message: "Missing input parameter '}" Any ideas?

P.S. I'm sorry for writing in English, but my Czech sucks ;)


Top
 Profile  
 
 Post subject: Re: AJAXStarRatingBar, DivShare, Media Center - prve verzie na stiahnutie
PostPosted: Wed Nov 18, 2009 8:22 am 
Offline
Power Poster
Power Poster
User avatar

Joined: Tue Oct 10, 2006 5:00 pm
Posts: 426
Location: Bratislava
Jubilar wrote:
Thanks for the great module AJAXStarRatingBar! I was trying to implement this into my template and thought something like this might work: {cms_module module='AJAXStarRatingBar' group='articles' vote_id='{$content_id}'} But I get the following error message: "Missing input parameter '}" Any ideas?

P.S. I'm sorry for writing in English, but my Czech sucks ;)


Try

Code:
{cms_module module='AJAXStarRatingBar' group='articles' vote_id=$content_id}

_________________
Yes, it's me: MleCMS, MleDomains, ModuleGenerator, URLWatchdog, Youtuber, Extended Content Blocks, Extended Tools, Analytics etc.


Top
 Profile  
 
 Post subject: Re: AJAXStarRatingBar, DivShare, Media Center - prve verzie na stiahnutie
PostPosted: Wed Nov 18, 2009 8:49 am 
Offline
New Member

Joined: Wed Nov 18, 2009 3:52 am
Posts: 5
Thanks, that did it.


Top
 Profile  
 
 Post subject: Re: AJAXStarRatingBar, DivShare, Media Center, Cropper
PostPosted: Sun Dec 20, 2009 9:45 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Tue Oct 10, 2006 5:00 pm
Posts: 426
Location: Bratislava
Maly a mily plugin na orezavanie obrazkov:

http://dev.cmsmadesimple.org/projects/cropper

Na zmensovanie obrazkov mozete pouzit sikovny plugin Supersizer od Jeremyho

http://dev.cmsmadesimple.org/projects/supersizer

Vyborne sa hodia tieto pluginy napr. pre novinky atd.

_________________
Yes, it's me: MleCMS, MleDomains, ModuleGenerator, URLWatchdog, Youtuber, Extended Content Blocks, Extended Tools, Analytics etc.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 56 posts ]  Go to page 1, 2, 3, 4  Next

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
A2 Hosting