openhatch

Issue48

Title Contributions Widget: Variable width
Milestone later Priority feature
Waiting On Status chatting
Superseder widget has no height properties
View: 375
Nosy List greg, palhmbs, rafpaf
Assigned To Keywords bitesize

Created on 2010-03-17.18:19:18 by greg, last changed 2011-07-02.20:38:37 by palhmbs.

Messages
msg1633 (view) Author: palhmbs Date: 2011-04-20.04:44:20
Ok, I've identified the files that run the show for the widget...

mysite/profile/views.py @ def widget_display_js

mysite/profile/templates/profile/widget.html
mysite/account/templates/account/widget.html

My problem is how do I go about modifying the html in "encoded_for_js"
so that width & height change from input I would define using the template
mysite/account/templates/account/widget.html

Help appreciated, looks too complicated for me at this stage.
msg1623 (view) Author: palhmbs Date: 2011-04-19.20:54:54
I think creating a couple of fields to set the width and height and having a 
preview button ought to fix this.
msg1575 (view) Author: paulproteus Date: 2011-04-16.22:06:19
Er, see issue375 with hints on how to solve it!
msg1574 (view) Author: paulproteus Date: 2011-04-16.22:06:05
This is an important user interface bug that we should fix.

For whoever's reading this, if you want to fix it, the first thing to do is to
write some
msg156 (view) Author: paulproteus Date: 2010-04-14.00:12:29
That would be nice. We'll see what we can do.
msg102 (view) Author: greg Date: 2010-03-17.18:19:18
It would be really great if users could set the width of the widget,
https://openhatch.org/account/settings/widget/, to something closer to what they
want (so their perfect blog layout is not compromised).  Probably easiest to
just provide a set of sizes/dimensions and let them pick.
History
Date User Action Args
2011-07-02 20:38:37palhmbssetmilestone: 0.11.06 -> later
2011-05-28 21:25:19palhmbssetmilestone: 0.11.05 -> 0.11.06
2011-05-07 21:15:15palhmbssetsuperseder: + widget has no height properties
2011-04-30 22:24:48palhmbssetmilestone: 0.11.04 -> 0.11.05
2011-04-20 04:44:21palhmbssetassignedto: palhmbs ->
messages: + msg1633
2011-04-19 20:54:55palhmbssetmessages: + msg1623
2011-04-19 20:38:38palhmbssetassignedto: palhmbs
2011-04-16 22:06:19paulproteussetmessages: + msg1575
2011-04-16 22:06:05paulproteussetmessages: + msg1574
milestone: 0.11.04
2011-03-23 23:11:06palhmbssetnosy: + palhmbs
2011-03-14 15:41:34jesstesssetkeyword: + bitesize
2010-04-14 00:12:29paulproteussetstatus: unread -> chatting
nosy: + rafpaf
messages: + msg156
2010-03-17 18:19:18gregcreate