Sly Cooper | 1 Dec 2008 04:19
Picon
Favicon

mediawiki issues

well, this is odd.  I have Mediawiki version 1.13.2, PHP version 5.2.6 (cgi-fcgi), and MySQL version
5.0.67-community-log installed, and no matter what anyone on my board does, we cannot get HTML tables to
work properly.

my board is located at http://wiki.mobianlegends.com/ and an example of this type of issue can be found at
http://wiki.mobianlegends.com/wiki/Template:Infobox_Country and
http://wiki.mobianlegends.com/wiki/Sandbox 

My host has HTML Tidy installed with PHP by default, so i doubt having HTML Tidy is an issue... I am just trying
to figure out why it randomly decides to ignore HTML tags, and if there is anything i can do about it.

      __________________________________________________________________
Ask a question on any topic and get answers from real people. Go to Yahoo! Answers and share what you know at http://ca.answers.yahoo.com
Michael Daly | 1 Dec 2008 08:37

Re: mediawiki issues

Sly Cooper wrote:

> I am just trying to figure out why it randomly decides to ignore HTML tags

It doesn't.  If you click on *edit* for that template and look down at 
the bottom of the page, you'll see a list of the templates used in 
Template:Infobox_Country.  You're missing quite a few of those.  Copy 
the missing templates to the wiki and see what happens.

Mike
K. Peachey | 1 Dec 2008 09:43
Picon
Gravatar

Re: mediawiki issues

On Mon, Dec 1, 2008 at 5:37 PM, Michael Daly <michael.daly@...>wrote:

> Sly Cooper wrote:
>
> > I am just trying to figure out why it randomly decides to ignore HTML
> tags
>
> It doesn't.  If you click on *edit* for that template and look down at
> the bottom of the page, you'll see a list of the templates used in
> Template:Infobox_Country.  You're missing quite a few of those.  Copy
> the missing templates to the wiki and see what happens.
>
> Mike

It's not just that, look at the plain Sandbox page <
http://wiki.mobianlegends.com/wiki/Sandbox> its having issues with mixed
wiki/html tables.
Patrick Sefton | 1 Dec 2008 09:59
Picon
Picon

Re: New install - skins directory not found

Thanks.  This put me on the right track.  For the record, this is what I 
ended up doing:

1. Add the following lines in LocalSettings.php:
$wgStylePath = "/wiki/skins";
$wgStyleDirectory = "/var/www/html/wiki/skins";

2. Move the skins dir from the install dir to webroot:
# mv /usr/share/mediawiki/skins/ /var/www/html/wiki/

3. Copy the includes dir from install dir to webroot:
# cp -R /usr/share/mediawiki/includes/ /var/www/html/wiki/includes/

Joung-Hyun Lee wrote:
> wgStylePath = "/path";
>
> 2008/12/1 Patrick Sefton <plgs@...>:
>   
>> Hi
>>
>> I installed a new wiki (MediaWiki 1.13.2 on Linux/Fedora9/Apache/MySQL)
>> using the built-in web-config.  The content works fine, but pages are
>> 'unstyled' - skins don't seem to be working at all.  I haven't changed
>> the default file layout (ie install in /usr/share/mediawiki/ and site at
>> /var/www/html/wiki/ ).
>>
>> Looking in the Apache log, I see errors like this:
>> [Mon Dec 01 05:50:15 2008] [error] [client 127.0.0.1] File does not
>> exist: /var/www/html/wiki/skins, referer:
>> http://127.0.0.1/wiki/index.php/Main_Page
(Continue reading)

Michael Daly | 1 Dec 2008 17:36

Re: mediawiki issues

K. Peachey wrote:

> its having issues with mixed wiki/html tables.

Add the missing templates and that will likely clear up.

Mike
Gustavo Farias | 1 Dec 2008 17:59
Picon
Gravatar

Removing a user

Hi everybody...

I m new on mediawiki community. I m having a problem ... i need to remove an
user and i dont know how to do this ...
Any one can help me ?
thanks

Falae galera ... é o primeiro email que eu envio pra lista ... então não sei
se mando em inglês ou português ... meu ingles é uma M...

minha dúvida é a seguinte ... como eu faço para visualizar e deletar
usuarios que n podem mais acessar a minha wiki?

obrigado ai pela ajuda.
Lennie Jarratt | 1 Dec 2008 18:07
Picon

Timestamps

How can I set the timestamps on edits to the current server time?
Example:
  I edit a page at 10 am CST.
  History currently displays that edit at 3 PM or GMT.
  I want the history to display 10 am.

Thanks.

Lennie
--

-- 
Twitter: http://twitter.com/ljarratt
Facebook: http://www.facebook.com/people/Lennie_Jarratt/1182350486
Plurk: http://www.plurk.com/user/ljarratt

"The necessity of the times, more than ever, calls for our utmost
circumspection, deliberation, fortitude, and perseverance." - Samuel Adams
Walter Mazza | 1 Dec 2008 18:14
Picon

Re: Removing a user

Gustavo,

Unfortunately, you cannot "remove" a user from your wiki once an account is
created. From what I understand, it will cause issues with the wiki's
database because it will mess with page histories and the such. This is in
the MediaWiki FAQ at
http://meta.wikimedia.org/wiki/MediaWiki_FAQ#How_do_I_delete_a_user_from_my_list_of_users.3F

What you would want to do instead is "block" the user account forever (set
not expiration on the block). Details can be found on the MediaWiki help
page Blocking Users (http://www.mediawiki.org/wiki/Help:Blocking_users)

Hope that helps!

2008/12/1 Gustavo Farias <bug.ufrj@...>

> Hi everybody...
>
> I m new on mediawiki community. I m having a problem ... i need to remove
> an
> user and i dont know how to do this ...
> Any one can help me ?
> thanks
>
> Falae galera ... é o primeiro email que eu envio pra lista ... então não
> sei
> se mando em inglês ou português ... meu ingles é uma M...
>
> minha dúvida é a seguinte ... como eu faço para visualizar e deletar
> usuarios que n podem mais acessar a minha wiki?
(Continue reading)

Gustavo Farias | 1 Dec 2008 18:52
Picon
Gravatar

Re: Removing a user

It really helped me ...
very thanks

2008/12/1 Walter Mazza <wjmazza@...>

> Gustavo,
>
> Unfortunately, you cannot "remove" a user from your wiki once an account is
> created. From what I understand, it will cause issues with the wiki's
> database because it will mess with page histories and the such. This is in
> the MediaWiki FAQ at
>
> http://meta.wikimedia.org/wiki/MediaWiki_FAQ#How_do_I_delete_a_user_from_my_list_of_users.3F
>
> What you would want to do instead is "block" the user account forever (set
> not expiration on the block). Details can be found on the MediaWiki help
> page Blocking Users (http://www.mediawiki.org/wiki/Help:Blocking_users)
>
> Hope that helps!
>
> 2008/12/1 Gustavo Farias <bug.ufrj@...>
>
> > Hi everybody...
> >
> > I m new on mediawiki community. I m having a problem ... i need to remove
> > an
> > user and i dont know how to do this ...
> > Any one can help me ?
> > thanks
> >
(Continue reading)

Brion Vibber | 1 Dec 2008 18:55
Picon
Gravatar

Re: Timestamps


Lennie Jarratt wrote:
> How can I set the timestamps on edits to the current server time?
> Example:
>   I edit a page at 10 am CST.
>   History currently displays that edit at 3 PM or GMT.
>   I want the history to display 10 am.

http://www.mediawiki.org/wiki/Manual:Timezone

-- brion

Gmane