Joomla! Discussion Forums



It is currently Tue Nov 24, 2009 10:16 pm (All times are UTC )

 





Post new topic Reply to topic  [ 16 posts ] 
Author Message
Posted: Sun Dec 02, 2007 4:24 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Jan 01, 2007 6:59 am
Posts: 187
Hi There!

As per http://code.google.com/p/google-highly- ... %20Summary , I am developing a module which allows you to use a Google widget on your Joomla! installation.

Version 1 can be downloaded here, please let me know if you have any tips: http://code.google.com/p/google-highly- ... Summary#c9

Ideas for next version:
  • Make border options easier
  • Develop more than one Google module

Questions:
  • Is it possible to show images on the parameters page?
About Me: I'm currently 15 years of age (turning 16 on the 12th of this month), and I am heavily interested in the Joomla! platform/system. I current reside in Australia, attending a High School in Melbourne.


Claimed: Nov 28 Due Dec 26

Google Task

[me=AmyStephen]Changed subject slightly for sorting all threads to match against Google resource  :)[/me]

_________________
MiCCAS.net Free PC Services


Last edited by AmyStephen on Sun Dec 16, 2007 5:52 pm, edited 1 time in total.

Top
  E-mail  
 
Posted: Sun Dec 02, 2007 5:09 am 
User avatar
Joomla! Champion
Joomla! Champion
Offline

Joined: Wed Nov 22, 2006 3:35 pm
Posts: 6423
Location: Nebraska
MiCCAS -

Welcome to Joomla! - Thanks so much for joining this contest. This is a very cool task. Hopefully, we'll get some good community feedback for you. I know embedding Google Gadgets into a Joomla! website is going to be very popular.

GHOP Contestants Please Read: Task Process Start to Finish for important updates on the contest.

Have fun and good luck with the contest!
Amy :)

_________________
http://Twitter.com/AmyStephen
Unofficial Joomla Developer and Site Builders Network http://AllTogetherAsAWhole.org


Top
   
 
Posted: Sun Dec 02, 2007 5:34 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Jan 01, 2007 6:59 am
Posts: 187
No worries, I just want to make sure that what I've done here is fine then I'll port the others over, no point making the same mistake on all of them.

I will try and make the changes as per my first topic tonight.

_________________
MiCCAS.net Free PC Services


Top
  E-mail  
 
Posted: Mon Dec 03, 2007 10:02 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Jan 01, 2007 6:59 am
Posts: 187
MiCCAS wrote:
Questions:
  • Is it possible to show images on the parameters page?


BUMP!

EDIT:

And, may I ask how I would go about adding spaces between each option:

Code:
<param name="border" type="radio" default="1" label="Border" description="Change the border around the YouTube module">
         <option value="1">None</option>
         <option value="2">1</option>
         <option value="3">2</option>
         <option value="4">3</option>
         <option value="5">4</option>
         <option value="6">5</option>
         <option value="7">6</option>
         <option value="8">7</option>
         <option value="9">8</option>
         <option value="10">9</option>
         <option value="11">10</option>
         <option value="12">11</option>
         <option value="13">12</option>
      </param>

_________________
MiCCAS.net Free PC Services


Last edited by MiCCAS on Mon Dec 03, 2007 10:04 am, edited 1 time in total.

Top
  E-mail  
 
Posted: Tue Dec 04, 2007 6:11 am 
User avatar
Joomla! Champion
Joomla! Champion
Offline

Joined: Wed Nov 22, 2006 3:35 pm
Posts: 6423
Location: Nebraska
I do not believe you can display images on the Parameters page (I assume you mean the plugin editor page?)

Also, I do not know what you mean by spaces between each option. Can you take a screen picture of what you are looking at - and where you want the space?

Thanks!
Amy :)

_________________
http://Twitter.com/AmyStephen
Unofficial Joomla Developer and Site Builders Network http://AllTogetherAsAWhole.org


Top
   
 
Posted: Tue Dec 04, 2007 8:56 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Jan 01, 2007 6:59 am
Posts: 187
Amy,

I mean how at the moment it shows O None O 1 O 2 O 3 (etc)... how can I do it so it'll show:

O None
O 1
O 2
O 3
etc

_________________
MiCCAS.net Free PC Services


Top
  E-mail  
 
Posted: Sat Dec 08, 2007 5:04 am 
User avatar
Joomla! Champion
Joomla! Champion
Offline

Joined: Wed Nov 22, 2006 3:35 pm
Posts: 6423
Location: Nebraska
MiCCAS -

I apologize for the delay! Use the type="list" for that purpose.

Code:
      
<param name="namegoeshere" type="list" default="1" label="Goes Here" description="Describe it">
      <option value="0">No</option>
      <option value="1">Yes</option>
</param>


We added about 20 cool coding tasks. When this is complete and signed off, you can take another. How are you doing? Are you ready for a review?

Thanks!
Amy :)

_________________
http://Twitter.com/AmyStephen
Unofficial Joomla Developer and Site Builders Network http://AllTogetherAsAWhole.org


Top
   
 
Posted: Sat Dec 08, 2007 7:10 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Jan 01, 2007 6:59 am
Posts: 187
Yep, I'm ready. Please review it :)

http://joomlacode.org/gf/project/googleyoutube/ is my JoomlaCode page as well.

I made changes, and released version 0.2

_________________
MiCCAS.net Free PC Services


Top
  E-mail  
 
Posted: Sat Dec 08, 2007 7:43 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Jan 01, 2007 6:59 am
Posts: 187
Just to let you guys know, even after the project is signed off, if you have comments or suggestions I will continue to add them. I want to keep this project going :)

_________________
MiCCAS.net Free PC Services


Top
  E-mail  
 
Posted: Sun Dec 09, 2007 6:01 am 
User avatar
Joomla! Champion
Joomla! Champion
Offline

Joined: Wed Nov 22, 2006 3:35 pm
Posts: 6423
Location: Nebraska
Michael -

It looks good. Pretty cool being able to place a YouTube Video selection process and player on your site. People will enjoy this.

Consider adding in Internationalization. It's not too difficult.

I think you are very close. Thanks for your contributions to the community.

Amy :)

FINAL REVIEW: Please try this out and provide your feedback.

_________________
http://Twitter.com/AmyStephen
Unofficial Joomla Developer and Site Builders Network http://AllTogetherAsAWhole.org


Top
   
 
Posted: Sun Dec 09, 2007 6:06 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Jan 01, 2007 6:59 am
Posts: 187
Adding Language File now, and will re-release tonight.

_________________
MiCCAS.net Free PC Services


Top
  E-mail  
 
Posted: Sun Dec 09, 2007 6:31 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Jan 01, 2007 6:59 am
Posts: 187
Done, International Language Support Added. I have re-uploaded to Google Code and Joomla Code

_________________
MiCCAS.net Free PC Services


Top
  E-mail  
 
Posted: Mon Dec 10, 2007 4:59 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Sep 16, 2005 10:08 pm
Posts: 32
Location: Melbourne, Australia
Cool little module.

One of the limitations I guess is that the results show in the widget directly. Having the results display in mainbody would be neater, but aside from that, nice work.

_________________
Patrick Jackson
-------------------------------------------
The Melbourne Joomla User Group: http://www.joomladay.org.au/melbourne-user-group
Answering Joomla questions on Twitter... Follow Me!: http://www.twitter.com/partic


Top
  E-mail  
 
Posted: Mon Dec 10, 2007 9:08 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Jan 01, 2007 6:59 am
Posts: 187
Partic wrote:
Cool little module.

One of the limitations I guess is that the results show in the widget directly. Having the results display in mainbody would be neater, but aside from that, nice work.


Unfortunately it's a limitation of the Google code itself, which is what it utilizes. I'm glad you had no major issues, and liked it :)

Looks like people are happy with it, I will begin converting more over at the end of this week (not through the GHOP contest though - still waiting for my final review :) )

_________________
MiCCAS.net Free PC Services


Top
  E-mail  
 
Posted: Sun Dec 16, 2007 5:51 pm 
User avatar
Joomla! Champion
Joomla! Champion
Offline

Joined: Wed Nov 22, 2006 3:35 pm
Posts: 6423
Location: Nebraska
MiCCAS -

I am so very, very, very sorry that your entry sat there for so long without finalization.

Your Internationalization improvements are much appreciated. This will be a fun module for people to add to their sites.

Thank you for your contributions to the Joomla! community!

Amy :)

_________________
http://Twitter.com/AmyStephen
Unofficial Joomla Developer and Site Builders Network http://AllTogetherAsAWhole.org


Top
   
 
Posted: Sun Dec 16, 2007 9:30 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Jan 01, 2007 6:59 am
Posts: 187
AmyStephen wrote:
MiCCAS -

I am so very, very, very sorry that your entry sat there for so long without finalization.

Your Internationalization improvements are much appreciated. This will be a fun module for people to add to their sites.

Thank you for your contributions to the Joomla! community!

Amy :)


No worries, I'm glad you liked it :)

_________________
MiCCAS.net Free PC Services


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 16 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 2 guests


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

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group