×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: MyTemplate: MT-DoubleSlide (need help with bugs)

MyTemplate: MT-DoubleSlide (need help with bugs) 14 years 11 months ago #3398

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Don't worry :)
Your template is already approved :) just make it work :)
Write your credits in the template - I will not delete them - of course :)

MyTemplate: MT-DoubleSlide (need help with bugs) 14 years 11 months ago #3399

  • Helly
  • Helly's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 29
  • Thank you received: 8
at the moment the ajax doesnt work cause of the identifiers being automaticly made through unobtrusive code. Gonna fix this asap.

I hope i find a solution.
This is the code for the unobtrusive's
var slider=[];
window.addEvent("load", function( ){ //domready
	$$('div[class^=UOSlider]').each(function (it, i){									
		slider[it.className.substring(8)] = new Fx.Slide(it);
	});
	$$('div[class^=UOToggler]').addEvent("click", function(e){
			e = new Event(e);
		  	slider[this.className.substring(9)].toggle();	
			e.stop();
	});			 
});

MyTemplate: MT-DoubleSlide (need help with bugs) 14 years 11 months ago #3475

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
hey there Helly!
How is it going?
I just finished the advertisement feature and I believe, that we are ready to release alpha 3. i just have to write few texts and this evening or tomorrow morning I will release the new version.
Can you fix the bugs or should I drop the template from the alpha3 release?

MyTemplate: MT-DoubleSlide (need help with bugs) 14 years 11 months ago #3477

  • Helly
  • Helly's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 29
  • Thank you received: 8
hey daniel,

you can drop it for this release. The unobtrusive part works now. Currently working on some adjustments to make it all working great. Hope i will finish it soon cause we are having some other priorities internaly now in our company. I will do my best.

helly

MyTemplate: MT-DoubleSlide (need help with bugs) 14 years 11 months ago #3502

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
www.compojoom.com/blog/8-news/68-joomlac...ere-in-the-wild.html
Well, I didn't drop it :) I hope now you will be stimulated to finish it :)

MyTemplate: MT-DoubleSlide (need help with bugs) 14 years 11 months ago #3507

  • Helly
  • Helly's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 29
  • Thank you received: 8
Hey Daniel,

The template is finished, one slight problem tough: i have take 4 days off from work and the files are stored on my local webserver on the workserver.
Im getting back theire on friday and ill pass them through asap.

What has changed:

New javascript file = HideById.Js
What does this class do:

unobstrusive Code: you make 1 div in the joomlacomment addon wich is named UOSlider 3 for example and another div inside wich is UOtoggler 3 it will work without problems.

I did this cause we need alot of sliders sometimes and with this creating sliders is no problem , code consuming , footprint minus and alot of reproduction for any slider in your site anyway.

Fix 2:
As a cause of the unobtrusive file we needed to make some adjustments to the slides.js file wich is some reordening of the code. and a new variable inside the file. (the slider row to make it toggle)

It will all come crystal clear when i upload the files.

As far as i have been checking theire should have been no errors at all , bugs or anything. Hope this will stay like this and feedback would be awesome offcourse.

greetz helly.

MyTemplate: MT-DoubleSlide (need help with bugs) 14 years 11 months ago #3509

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey that is fu... awesome!
I cannot wait till friday! Have a nice time relaxing!

MyTemplate: MT-DoubleSlide (need help with bugs) 14 years 11 months ago #3559

  • Helly
  • Helly's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 29
  • Thank you received: 8
And here it is. The full release :D
Reporting bugs would be nice :p

Hope you all like it.

Comments / thanks / bug reports can happen via:

- here
- PM
- email: bartg AT dommel dot be

Thanks To:

Daniel
Ruben Goethals

MT_DoubleSlide.zip

MyTemplate: MT-DoubleSlide (need help with bugs) 14 years 11 months ago #3560

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Helly,
Sorry to dissapoint you, but it is not working for me :)

Can you give me short explanation where to place the files?
As this template is joomlacomment oriented I thing that the path to the CC folder should be changed to the /templates/template-name and not site root.

The template loads with both slides expanded and I also can not collapse them.

MyTemplate: MT-DoubleSlide (need help with bugs) 14 years 11 months ago #3561

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hm, my site is loading the mootools library - that was why your template was not working for you, because you add it again.

What do you think - do all joomla 1.5 sites load the mootools library?

edit: what also would be nice is: if the comments are collapsed and you add a comment to expand the comments so you can see that your comment is published :)

MyTemplate: MT-DoubleSlide (need help with bugs) 14 years 11 months ago #3564

  • Helly
  • Helly's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 29
  • Thank you received: 8
yeah the CC needs to be replaced still forgot that. (company lay out in folders etc so )

think all 1.5 sites do it yes cause i made it run on a fresh joomla install.
and to come close on your edit:
i can try it it bassicly means when you hit submit you automaticly toggle it then ?

helly

MyTemplate: MT-DoubleSlide (need help with bugs) 14 years 11 months ago #3566

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Yep, exactly.

Also what will happen with 4.1 is that we must have nice effects when the comment is published. Such as fade in and so on :) But that is the future :)

MyTemplate: MT-DoubleSlide (need help with bugs) 14 years 11 months ago #3708

  • Helly
  • Helly's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 29
  • Thank you received: 8
sorry for my late answer back to you again.
I have been taking a week off due to personal problems etc and to sort them out.
Now that's been solved i can work back on some things as so on the template. Altough i cant promise anything. Cause my work gives me variable assignments.

regards,

helly

MyTemplate: MT-DoubleSlide (need help with bugs) 14 years 9 months ago #4206

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Helly!
Today I fixed all bugs with alpha3 and started to improve the templates (make the joomlacomment css classes more important than the template ones)

My question is. Why when you collapse the comments, you also collapse the comment form? Is this intentional or is it a bug?

MyTemplate: MT-DoubleSlide (need help with bugs) 14 years 9 months ago #4207

  • Helly
  • Helly's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 29
  • Thank you received: 8
Sorry for not being so active on it.

I will be on it ASAP. My traineeship is done today. Need to finish my endpiece and all and then i have my degree.

As for the template: This is indeed a bug. Wich i didnt find :(

Thx
Helly
  • Page:
  • 1
  • 2
Time to create page: 0.131 seconds