How to change the menu of navigation bar in mediawiki 1.5rc4, if any indonesian user in that milist who understand the way, please tell me in Bahasa Indonesia, if there is none, tell me with simple english. Thanks.
On 9/7/05, Michael milismichael@yahoo.co.id wrote:
How to change the menu of navigation bar in mediawiki 1.5rc4, if any indonesian user in that milist who understand the way, please tell me in Bahasa Indonesia, if there is none, tell me with simple english. Thanks.
Edit "MediaWiki:Sidebar"
You will see things like:
* navigation ** mainpage-url|mainpage
* navigation(1) ** mainpage-url(2)|mainpage(3)
(1) * navigation -- is MediaWiki:navigation. Look inside there, you will see the words which will appear. "navigation" is inside MediaWiki:navigation, so you will see "navigation" in your sidebar.
So you can make: * mypage
And if you change MediaWiki:mypage to say "this is my page", then those words inside will show in your sidebar.
** mainpage-url|mainpage -- This is two things: mainpage-url and mainpage
(2) "mainpage" is MediaWiki:mainpage. What is inside MediaWiki:mainpage is what will display in ths sidebar. So if you change it to "my text" it will show in the sidebar as "my text".
(3) "mainpage-url" is MediaWiki:mainpage-url. What is inside MediaWiki:mainpage-url is where "mainpage" will send the user when they click. So if you change it to "Sitemap" it will send the user to the page "Sitemap".
Please tell me if you need more help, or if you need my english to be more simple.
On 9/7/05, Sy Ali sy1234@gmail.com wrote:
(2) "mainpage" is MediaWiki:mainpage. What is inside MediaWiki:mainpage is what will display in ths sidebar. So if you change it to "my text" it will show in the sidebar as "my text".
(3) "mainpage-url" is MediaWiki:mainpage-url. What is inside MediaWiki:mainpage-url is where "mainpage" will send the user when they click. So if you change it to "Sitemap" it will send the user to the page "Sitemap".
I'm sorry, I mxed up (2) and (3), they should be like this:
Edit "MediaWiki:Sidebar"
You will see things like:
* navigation ** mainpage-url|mainpage
* navigation(1) ** mainpage-url(2)|mainpage(3)
(1) * navigation -- is MediaWiki:navigation. Look inside there, you will see the words which will appear. "navigation" is inside MediaWiki:navigation, so you will see "navigation" in your sidebar.
So you can make: * mypage
And if you change MediaWiki:mypage to say "this is my page", then those words inside will show in your sidebar.
** mainpage-url|mainpage -- This is two things: mainpage-url and mainpage
(3) "mainpage" is MediaWiki:mainpage. What is inside MediaWiki:mainpage is what will display in ths sidebar. So if you change it to "my text" it will show in the sidebar as "my text".
(2) "mainpage-url" is MediaWiki:mainpage-url. What is inside MediaWiki:mainpage-url is where "mainpage" will send the user when they click. So if you change it to "Sitemap" it will send the user to the page "Sitemap".
Please tell me if you need more help, or if you need my english to be more simple.
Sy Ali wrote:
On 9/7/05, Michael milismichael@yahoo.co.id wrote:
How to change the menu of navigation bar in mediawiki 1.5rc4, if any indonesian user in that milist who understand the way, please tell me in Bahasa Indonesia, if there is none, tell me with simple english. Thanks.
Edit "MediaWiki:Sidebar"
You will see things like:
- navigation
** mainpage-url|mainpage
- navigation(1)
** mainpage-url(2)|mainpage(3)
(1)
- navigation -- is MediaWiki:navigation. Look inside there, you will
see the words which will appear. "navigation" is inside MediaWiki:navigation, so you will see "navigation" in your sidebar.
So you can make:
- mypage
And if you change MediaWiki:mypage to say "this is my page", then those words inside will show in your sidebar.
** mainpage-url|mainpage -- This is two things: mainpage-url and mainpage
(2) "mainpage" is MediaWiki:mainpage. What is inside MediaWiki:mainpage is what will display in ths sidebar. So if you change it to "my text" it will show in the sidebar as "my text".
(3) "mainpage-url" is MediaWiki:mainpage-url. What is inside MediaWiki:mainpage-url is where "mainpage" will send the user when they click. So if you change it to "Sitemap" it will send the user to the page "Sitemap".
Please tell me if you need more help, or if you need my english to be more simple. _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
there is no content in: http://localhost/wiki/index.php/MediaWiki:Sitebar
Michael wrote:
there is no content in: http://localhost/wiki/index.php/MediaWiki:Sitebar
I would think so, Sidebar with a D.
Also, this is 1.5 only.
-- Jamie ------------------------------------------------------------------- http://endeavour.zapto.org/astro73/ Thank you to JosephM for inviting me to Gmail! Have lots of invites. Gmail now has 2GB.
I'm getting the following error and can't tell if it's something I did with the config or an upgrade issue.
Error in numRows(): Unknown column 'wl_notificationtimestamp' in 'where clause'
Backtrace:
* GlobalFunctions.php line 451 calls wfbacktrace() * Database.php line 546 calls wfdebugdiebacktrace() * User.php line 761 calls databasemysql::numrows() * SkinTemplate.php line 267 calls user::getnewtalk() * OutputPage.php line 467 calls skinmonobook::outputpage() * OutputPage.php line 680 calls outputpage::output() * Database.php line 403 calls outputpage::databaseerror() * Database.php line 350 calls databasemysql::reportqueryerror() * Database.php line 726 calls databasemysql::query() * Database.php line 648 calls databasemysql::select() * LinkCache.php line 162 calls databasemysql::selectfield() * Title.php line 1150 calls linkcache::addlinkobj() * index.php line 86 calls title::getarticleid()
Dave Brewster wrote:
I'm getting the following error and can't tell if it's something I did with the config or an upgrade issue.
Error in numRows(): Unknown column 'wl_notificationtimestamp' in 'where clause'
Run maintenance/update.php
-- Jamie ------------------------------------------------------------------- http://endeavour.zapto.org/astro73/ Thank you to JosephM for inviting me to Gmail! Have lots of invites. Gmail now has 2GB.
That's only for 1.4 -> 1.5 correct?
Anyway I figured out my problem. It was a config issue.
Dave
On Thu, 2005-09-08 at 17:09 -0400, Jamie Bliss wrote:
Dave Brewster wrote:
I'm getting the following error and can't tell if it's something I did with the config or an upgrade issue.
Error in numRows(): Unknown column 'wl_notificationtimestamp' in 'where clause'
Run maintenance/update.php
-- Jamie
http://endeavour.zapto.org/astro73/ Thank you to JosephM for inviting me to Gmail! Have lots of invites. Gmail now has 2GB.
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org