Roan Kattouw <roan.kattouw <at> gmail.com> writes:
Make sure the following line appears in the extension setup file:
$wgSpecialPages['BikolLiterature'] = 'SpecialBikolLiterature'; // Where 'SpecialBikolLiterature' is the name of a class extending SpecialPage
Roan Kattouw (Catrope)
Thanks for the response. Anyway, what I have in my code is like this:
$wgSpecialPages['BikolLiterature'] = 'BikolLiterature';
Is it different from what you have just stated? Or is there a need to append 'Special' at the beginning of the special pagename?
Still, I'm collecting possible solutions for my problem. I can't try them out now for I can't access the ccs.adnu.edu.ph server to fix some bugs. The server is located in our school and badly, our school is temporarily closed until now. Tomorrow, im hoping i could do so. But, thanks to you. I badly needed your help especially with the special pages not displaying properly. I must fix them all asap.:[
Again, thanks.