TableMod message edit

Hi Freakolowsky. I'm translating the interface of TableMod and cannot understand what the message "This tag only supports tables single column headers when removing." means, especially the expression "tables single column headers". I translated the message as "This tag only supports the removal of lines from tables with headers on every column". Is this even close to what is meant? Hamilton Abreu 00:03, 10 December 2009 (UTC)Reply

Uff.. a copy-paste-bug ... the correct message is "This tag only supports tables with single column headers when sorting". Or to modify your own message "This table only supports sorting on tables that have headers on every column." I hope this helps you in any way. freakolowsky
Yep, thanks. Hamilton Abreu 15:52, 10 December 2009 (UTC)Reply

WikiUser (Android app) edit

List edit

Comments edit

For testing your droid app here are my hardware specs:

--xJaM 12:02, 4 August 2011 (UTC)Reply

Sem že hotel predlagati, da ne uporabljaj Google Translate pa po .si vidim, da je samo nek čuden pogovorni jezik... (??? na kaj je to letel freakolowsky)
Anyways, I'd be willing to test your app too. Unfortunately, my hardware list is limited only to pretty obsolete Samsung Galaxy (i7500) which is unlikely to meet system requirements of any more advanced application. Upgraded to Android 2.3 (GAOSP/CM7), but I still have a working Android 1.5 backup. Best regards, --Smihael 18:26, 4 August 2011 (UTC)Reply

Storing data in pages for ConventionExtension edit

I did some thinking about storing content in pages rather than new tables , and here is the solution I came up with :

  • 1. user_properties

new properties would be added -
first_name
last_name
speaker - would reference the page_id of speaker(wiki page)
applicant - would reference the page_id of applicant(wiki page)
organizer - would reference the page_id of organizer(wiki page)

  • 2. for storing information about everything wiki pages will be used
  • Conference(wiki page)

content(stored on this page) :
start_date
end_date
venue
description
capacity
page_properties
type ='conference'

  • Event(wiki page)

content(stored on this page) :
start_time
end_time
date
topic
group
page_properties :
type ='event'
location = reference to the page_id of location

  • Location(wiki page)

content(stored on this page):
room_no
description
image_url
page_properties :
type = 'location '

  • Speaker(wiki page)

content(stored on this page) :
affiliation
blog_url
country
page_properties :
type ='speaker'
conference = reference to the page_id of the conference(wiki page)

  • Submission(wiki page)

content(stored on this page):
all the submission info
page_properties :
type ='submission'
speaker = reference to the page_id of the speaker(wiki page)

  • Applicant(wiki page)

content(stored on this page) :
all the info
page_properties :
type ='scholarship'
conference = reference to the page_id of the conference(wiki page)

  • Organizer(wiki page)

content(stored on this page) :
category
post
page_properties
type = 'organizer'
conference = reference to the page_id of the conference(wiki page)
The same thing can be done for all the other tables except the transactions table. - --chughakshay16