Talk:Main Page: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
(Property Summary Template for Scripting Pages)
 
(13 intermediate revisions by 5 users not shown)
Line 26: Line 26:
[http://www.fckeditor.net/ base editor]
[http://www.fckeditor.net/ base editor]


== Property Summary Template for Scripting Pages ==
== Table Pages ==


I have finished the initial template that could be included with most of the scripting pages  
Can anyone suggest a way to change the tables pages so that this link will work? [[Songs_table#Lyrics]]
Entering a single line (with parameters) will produce a table on the right hand side summarising the properties of the data.
 
[[Sandbox|Examples Here]]
== Error using #switch: in a template ==
--[[User:MoDementia|MoDementia]] 23:07, 6 April 2008 (EDT)
Should I put in a suppot ticket for this problem ? --[[User:MoDementia|MoDementia]] 00:49, 21 April 2008 (EDT)
 
 
<nowiki>{{#switch: (((1|-)))</nowiki><br>
<nowiki>|Album Covers=[[Album table|Album]] [[Covers table|Covers]]</nowiki><br>
<nowiki>|[[{{{1|-}}} table {{pipe}} {{{1|-}}}]]</nowiki><br>
<nowiki>}}</nowiki>
 
Just this also produces it
 
<nowiki>{{#switch: (((1|-)))</nowiki><br>
<nowiki>|#default=[[{{{1|-}}} table {{pipe}} {{{1|-}}}]]</nowiki><br>
<nowiki>}}</nowiki>
 
 
Is producing<br>
 
 
<b>Warning</b>:  array_slice() [<a href='function.array-slice'>function.array-slice</a>]: The first argument should be an array in <b>/home/mm/public_html/wiki/languages/Language.php</b> on line <b>858</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/mm/public_html/wiki/includes/MagicWord.php</b> on line <b>183</b><br />
 
[[http://www.mwusers.com/forums/showthread.php?s=469ff68b1707e3a01114c296dc63c056&t=7150&page=2]] Found this might help?
--[[User:MoDementia|MoDementia]] 00:49, 21 April 2008 (EDT)
 
== Extension:ImageMap ==
 
I think this extension would be really useful for instructional pages particualry skinning
 
I would like to start a page(s) (see last link) that users can mouse over to find specific theme objects
 
i.e. mouseover the title MediaMonkey (top left) and the alt text shows Form - Caption - Title - Font
 
mouseover the title bar (top middle) and the alt text shows Form - Caption - Title - Image
 
Cliking the area will take you to the skinning page for more detailed information
 
My example dosen't pop up the alt text in firefox (does in IE) but you can see it in the first link example
 
:[http://www.mediawiki.org/wiki/Extension:ImageMap Extension:ImageMap]
:[http://toolserver.org/~dapete/ImageMapEdit/ImageMapEdit.html?en Editor]
:[http://users.ncable.net.au/~modemen/Media%20Monkey/Wiki/Skinnng_Map.htm See here Mouse over the title bar and MediaMonkey text]
 
--[[User:Modementia|MoDementia]] 19:59, 23 August 2008 (EDT)
 
== Can Media Monkey be Contacted? ==
 
I found that my device (Sansa Zip Clip) is a supported device. Does this mean I can download subscription music to it? What is the monthly subscription charge? How do I contact Media Monkey? Thank you.

Latest revision as of 15:02, 21 January 2017

I see this page is locked, what is the best way to go abou getting a link added? I don't have anything I want to link at this time, I am just curious. -- Teknojnky 12:52, 28 August 2007 (EDT)

You can ask here (on the talk page) to add some link or to temporarily unprotect the page (e.g. for bigger changes). Of course keep in mind the reason why the page (as façade of the wiki) is protected. -- Steegy 07:07, 31 August 2007 (EDT)

I refreshed the main page, mainly to draw a clear line between users content (which for now isn't really existing) and content for "developers" (scripters, skinners, translators, ...). If you don't really like the layout or have suggestions, feel free to post here. -- Steegy 21:18, 7 September 2007 (EDT)

I'd like to see a link to the MediaMonkey_Automation_objects page directly in either the navigation block or the toolbox block, so its easier to navigate to the objects reference list. --Teknojnky 13:54, 6 February 2008 (EST)

I've significantly updated the Intro for New Users section. It seemed silly that the only way to find skins was to navigate under the "Developers" section for skinning. I think it may be even better to put a direct link to skins for MM 3.0 and higher on the front page, but this change can do for now as I don't want to alter the front page without an opinion from some other users. Let me know what you think about this. --Steve 00:20, 5 March 2008 (EST)

Really a great job you guys have been doing!
@Teknojnky: I've been having the same issue (and I guess were not the only 2) so I added 3 reference links.
@Steve/Nohitter151: sorry but I couldn't wait :p (I simply forgot to add a Skins link the first time and to split it from the developers skin page). -- Steegy 16:34, 5 March 2008 (EST)

Not a problem Steegy, I'm very happy with the front page now! --Steve 18:34, 5 March 2008 (EST)

Yea page looks great, thanks Steegy! --Teknojnky 15:35, 28 March 2008 (EDT)

Would like to start editing pages in the format below. I cannot see the categories shown in the preview so I am reluctant to save. Any ideas? --MoDementia 23:08, 4 April 2008 (EDT) OK so the categories are intact so that answers that question --MoDementia 23:10, 4 April 2008 (EDT)

MoDementia, I have deleted the page that you specified. --Steve 03:01, 5 April 2008 (EDT)

wysiwyg Editor

This looked interesting fckeditor for wikimedia base editor

Table Pages

Can anyone suggest a way to change the tables pages so that this link will work? Songs_table#Lyrics

Error using #switch: in a template

Should I put in a suppot ticket for this problem ? --MoDementia 00:49, 21 April 2008 (EDT)


{{#switch: (((1|-)))
|Album Covers=[[Album table|Album]] [[Covers table|Covers]]
|[[{{{1|-}}} table {{pipe}} {{{1|-}}}]]
}}

Just this also produces it

{{#switch: (((1|-)))
|#default=[[{{{1|-}}} table {{pipe}} {{{1|-}}}]]
}}


Is producing


Warning: array_slice() [<a href='function.array-slice'>function.array-slice</a>]: The first argument should be an array in /home/mm/public_html/wiki/languages/Language.php on line 858

Warning: Invalid argument supplied for foreach() in /home/mm/public_html/wiki/includes/MagicWord.php on line 183

[[1]] Found this might help? --MoDementia 00:49, 21 April 2008 (EDT)

Extension:ImageMap

I think this extension would be really useful for instructional pages particualry skinning

I would like to start a page(s) (see last link) that users can mouse over to find specific theme objects

i.e. mouseover the title MediaMonkey (top left) and the alt text shows Form - Caption - Title - Font

mouseover the title bar (top middle) and the alt text shows Form - Caption - Title - Image

Cliking the area will take you to the skinning page for more detailed information

My example dosen't pop up the alt text in firefox (does in IE) but you can see it in the first link example

Extension:ImageMap
Editor
See here Mouse over the title bar and MediaMonkey text

--MoDementia 19:59, 23 August 2008 (EDT)

Can Media Monkey be Contacted?

I found that my device (Sansa Zip Clip) is a supported device. Does this mean I can download subscription music to it? What is the monthly subscription charge? How do I contact Media Monkey? Thank you.