Last modified: 2010-05-15 15:37:36 UTC
Hi, I have customized my side bar to add an item in it. I have successfully edited the sidebar and added an item. I am login as a SysOP so I can save. Strangely, when I reconnect to the server (accessing the index.php web page), the item is not present. It's only when I click on 'current events' that the links show up. Clicking on Community portal or Main make the link disappear. I know that there could be a cache problem but I have not touch anything for 1 day and still have the same issue. Is there something that I have done wrong ? Here is my sidebar settings : http://server/index.php?&title=MediaWiki:Sidebar * navigation ** mainpage|mainpage ** portal-url|portal ** itprojects-url|itprojects ** currentevents-url|currentevents ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help ** sitesupport-url|sitesupport Note that if I create another Topic/category like : * navigation ** mainpage|mainpage ** portal-url|portal ** itprojects-url|itprojects ** currentevents-url|currentevents ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help ** sitesupport-url|sitesupport * test ** test|test I have exactly the same problem
That would be because you didn't touch anything, so it's still showing the cached version. 1) action=purge 2) $wgCacheEpoch 3) clear client cache 4) etc