Version 2 (modified by d0nut, 5 years ago)

--

Buddyloo Gadgets

Im Rahmen der OpenSocial Integration wird Buddyloo Gadgets kennen lernen. Ab 0.9.5 ist zumindest das Boxsystem verfügbar. Hier ein paar Demodaten, für Leute, die wissen was sie tun.

http://www.easy-coding.de/trac/wcf/attachment/wiki/buddylooGadgets/screenshot.png?format=raw

INSERT INTO wcf1_buddyloo_gadget (gadgetTitle, gadgetCode) VALUES
	('Datum & Uhrzeit', '<img src="http://img0.gmodules.com/ig/modules/datetime_content/de_ALL-thm.png" alt=""/>'),
	('To Do', '<img src="http://img0.gmodules.com/ig/cache/ed/6b/ed6ba0dd0740da2f7a0115bbe64b9f27-thm.png" alt="" />'),
	('Sudoku', '<img src="http://img0.gmodules.com/ig/cache/84/72/8472c39a0fc2813d4813c5eb679d7531-thm.png" alt="" />'),
	('Zitate - zitate.net', '<img src="http://img0.gmodules.com/ig/cache/fa/8b/fa8b81ce95c75485515f1d9aebc2e2af-thm.png" alt="" />'),
	('Wikipedia', '<img src="http://img0.gmodules.com/ig/cache/02/61/02612185e0ea8b7492248d9e6e07a8bd-thm.png" alt="" />'),
	('Google Kalender', '<img src="http://img0.gmodules.com/ig/modules/calendar-thm.png" alt="" />'),
	('Letze Beiträge', '<img src="http://www.google.com/images/gadgets/rss.gif" alt="" />'),
	('Movies', '<img src="http://img0.gmodules.com/ig/modules/builtin_movies-thm.png" alt="" />'),
	('Google News', '<img src="http://img0.gmodules.com/ig/cache/55/ef/55ef38c24c78cf3f8fc1235de101446e-thm.png" alt="" />'),
	('LEO Woerterbuch', '<img src="http://img0.gmodules.com/ig/cache/21/3f/213fcbc93913fef5dfae3f3fc1801a75-thm.png" alt="" />')
;

INSERT INTO wcf1_buddyloo_social_to_gadget (socialID, gadgetID, icolumn, irow, visible) VALUES
	(1,1,1,1,1),
	(1,2,1,2,1),
	(1,3,1,3,1),
	(1,4,2,1,1),
	(1,5,2,2,1),
	(1,6,2,3,1),
	(1,7,3,1,0),
	(1,8,3,2,0),
	(1,9,3,3,1),
	(1,10,3,4,1),
	(2,1,1,1,1),
	(2,2,1,2,1),
	(2,3,1,3,1),
	(2,4,2,1,1),
	(2,5,2,2,1),
	(2,6,2,3,1),
	(2,7,3,1,0),
	(2,8,3,2,0),
	(2,9,3,3,1),
	(2,10,3,4,1)
;

INSERT INTO wcf1_buddyloo_social (socialTitle) VALUES
	('Eintrag 1'),
	('Eintrag 2')
;

INSERT INTO wcf1_buddyloo_user_to_social VALUES
	(1,1,1),
	(1,2,2)
;

Attachments