Repeated request:
For the lay-out of the buttons in [[Mediawiki:Edittools.js]]I need the following css code part:
class="my-buttons"
and
class="specialbasic"Who has a css definition of these classes in their css-file?
Rein
Hi
I've tried posting about this problem on the extension's talk page, but to
no avail.
I'm using the 'Variables' extension:
http://www.mediawiki.org/wiki/Extension:Variables
which creates the variable {{CURRENTUSER}}.
When I simply insert all of the code provided into LocalSettings.php, it
works fine. However, if, as suggested, I instead only insert the line:
require_once( "$IP/extensions/MyVariables/MyVariables.php" );
at the bottom of the LocalSettings.php file, and place the code in the file
'MyVariables.php' in the folder 'MyVariables' in the folder 'extensions',
then it doesn't work - the layout of the wiki pages just becomes a bit
broken-up and there are several lines of code superimposed along the top of
every page.
I've double-checked every step of the process and can't find any errors.
Can anyone see why the extension would work the first way but not the
second?
Thanks in advance for any help.
Derrick
Hi -
I want to add a del.icio.us linkroll on few pages. <http://
del.icio.us/help/linkrolls>
When I did this the code was displayed, rather than a list.
So, I thought I need to enable js in the wiki to invoke the script.
First I tried "$wgAllowUserJs = true;" I knew this wasn't ideal -
not safe - but just wanted to see what would happen. No change.
So, I kept looking and came across Common.js <http://
www.mediawiki.org/wiki/MediaWiki:Common.js>, but am having trouble
understanding how this would work. If I added this extension to the
Common directory under Skins, would this simply enable JS across the
wiki so the linkroll script would work? Or do I need to make
modifications to this Common.js before it would work?
Curios
Hi,
I am posting here for people that might be interested in running
Mediawiki on a nomad home / intranet server.
I developped scripts to remaster Ubuntu Hardy (and soon Debian Lenny)
Live CD so that to make Live CD (Demo purpose only) or Live USB
(functionnal version) which provide web services of open source web
applications.
The Cooperation-IWS Live USB allows you to have a ready to run server
contained on a usb key or a usb hard drive.
Proposed Mediawiki module is version 1.12.0 (Actual) and other
applications are also proposed:
Gallery2, Wordpress, KnowledgeTree, Nuxeo, PhpBB3, Mantis, Zenphoto,
Moodle, Cacti, snort, base, ossec, net2ftp, webmin, samba, ssh, ...
As I am not a Mediawiki user myself (for the moment), only the bare
install is proposed and I am waiting for demands to add more
functionnalities.
Cooperation-iws is under GPL2.
A demo Live CD or Live USB version is also available.
The blog's project address is here:
http://cooperation-iws.gensys-net.eu/blog
@+Oliv
Hi,
Can someone direct me to system requirements for MW on .NET?
Any warnings about installing into this environment?
Of course, I'd rather install in LAMP, but I don't have that luxory
this time.
Thanks!
Tim
......................................................... ! .............................................................
Tim Ware .. HyperArts .. 201 4th Street, Ste 404 .. Oakland CA 94607
t: (510) 339-6084 .. f: (510) 339-6086 .. e: tim(a)hyperarts.com
http://www.hyperarts.com
Map
I have an immediate, full-time job opening for an experienced MediaWiki developer or administrator who is also an excellent communicator. You'll help create a new knowledge infrastructure for the company, requiring a mix of technical skill (software) and nontechnical skill (writing, organizing, teaching, motivating).
This is a full-time position located in Boston, MA, USA, at VistaPrint, www.vistaprint.com<http://www.vistaprint.com>. I am the hiring manager.
If interested, please email me (dbarrett(a)vistaprint.com<mailto:dbarrett@vistaprint.com>) for the full job description. (Please don't reply to the whole mediawiki-l mailing list....)
Thanks,
DanB
--
Daniel J. Barrett, Ph.D.
Senior Technology Manager, VistaPrint
95 Hayden Avenue
Lexington, MA 02421
781-652-6396
dbarrett(a)vistaprint.com<mailto:dbarrett@vistaprint.com>
http://www.vistaprint.com/
Hello,
My wiki (wikignole.be) has a limited db (max 45 MB). At the moment, the db
is almost full (44mo). So i have to reduce it. I tried to compress the old
revisions but i didn't earn a lot of storage. The best solution would be to
split the db on two or three different databases. I found this page
http://www.mediawiki.org/wiki/Manual:$wgDefaultExternalStore who seem to be
a solution (the number of bases is not a problem).
I tried to do it (i edited DefaultSettings.php ) but don't succeed to fin
the good configuration (i tried login:pass@adress but it failed).
Could someone help me?
Regards,
Nicolas
Hi all,
When I try to post to Semantic Mediawiki's mailing list my mails gets
rejected with the following message in "Undelivered Mail Returned to
Sender":
<semediawiki-devel(a)lists.sourceforge.net <http://mail.rilnet.com/src/compose.php?send_to=semediawiki-devel%40lists.so…>>: host
mail.sourceforge.net[66.35.250.206] said: 550-Postmaster verification
failed while checking <rolf.lampa(a)rilnet.com <http://mail.rilnet.com/src/compose.php?send_to=rolf.lampa%40rilnet.com>> 550-(result of earlier
verification reused). 550-Several RFCs state that you are required to
have a postmaster 550-mailbox for each mail domain. This host does not
accept mail 550-from domains whose servers reject the postmaster address.
550 Sender verify failed (in reply to RCPT TO command)
What is "550-Several RFCs", and what does "postmaster 550-mailbox" mean?
I tried to post the message placed at the end of this post. Perhaps
someone here knows the answer or can give a hint how I can post it in
the appropriate mailing list .
Regards,
// Rolf Lampa
Hi all,
Being new to Semantic Mediawiki I'm trying out things. I
now need to pick single values from properties on a
Settings page.
How do I ask in order to get a single value, as opposed
to a list of values. Example: Data exist on a page named
and categorized as SystemSettings:
SystemSettings:
------------------------------------
* [[Company_name::<name>]]
* [[Founded_in::<year>]]
* etc.
[[Category:SystemSettings]]
------------------------------------
Now, from another page I'd like to retrieve and display the
value of the property SystemSettings->Company_name, using a
template for formatting, like so (somehow asking for the
value, I don't know how though...):
------------------------------------
{{get property value|companyname=
{{#ask: ...<single settings page> and its
property <company name?>...
}}
}}
------------------------------------
How can I "pick" a single value from a property on a
particular page?
Is there any documentation page out there with a complete
reference explaining the syntax for different use cases like
this?
Regards,
// Rolf Lampa