Recent Changes - Search:

Cookbook

PmWiki

pmwiki.org

MaguilaSkin-Talk

Go back to MaguilaSkin.

Put your name at the end of your post or question.

I like this skin a lot. Good job- Keep up the great work!

  • I can't get the "Home" links to work...any help?
  • Thank you I'll keep on doing it. Do you mean the logo link? You just have to edit the maguila.php file ( line 52 ) and include $ScriptUrl with the other global variables. It will be fixed for the next version. CarlosAB

Hello, I've been working with this skin for a bit now. I'm wondering, how do you set a particular layout for all pages in the wiki? For example, if I want to only show the right sidebar for all wiki pages. Thanks--S.Opal

Did you try to use (:noleft:) skin directive inside YourGroupName.GroupHeader and if you want this to work for the intire site you can use the recipe All Group Header. CarlosAB


Hi, I've just updated from some old version of Beeblebrox to the current version of Maguila. Unfortunately after the update several references in one line don't work in the (left) sidebar anymore. My code was something like this:

With the new version the two references get broken up into 2 lines. Does anyone have an idea, how to avoid that? TIA, Rod


Can I take a look at your site? CarlosAB March 20, 2008, at 06:29 PM


Hi, the data on the site is quite private, that's why I don't wanna give you access to it. Are two screenshots enough? If not I'll find another way. Ok, let's give it a try:

Version with Beeblebrox, after editing the left sidebar:

http://img296.imageshack.us/img296/3249/pmbeebledz0.png(approve links)

Version Maguila, exactly the same except the skin:

http://img529.imageshack.us/img529/273/pmmaguilapo8.png(approve links)

As you can see, the superscript works in both versions in the main area, but not in the sidebar. The code is:

* [[Main/HomePage]][[Main.HomePage?action=edit|'^edit^']]
* [[Main/HomePage]]'^[[Main.HomePage?action=edit|edit]]^'

If tried several versions, none of them work.

Best, Rod


Rod, that is the way it is supposed to work, but you can change that. Look at maguila.css for :

div#wiki-left a.createlink, div#wiki-right a.createlink{
   display:none;
}

CarlosAB June 18, 2008, at 04:50 PM


I'm pretty sure this is a dumb question but I can't find the answer. I have switched over to this script and I love it. Most of my pages already have a title so I don't want the title generated by the script. I know I can add (:notitle:) to the page markup and it is not shown, but I don't want to do this to the 600 pages I have in my Pmwiki!

So, what is the command for the config.php that will turn off the title for ALL pages?

Thanks very much!

Doug Force


I think that must be:

  
SetTmplDisplay('PageTitleFmt',0)

CarlosAB June 18, 2008, at 04:50 PM


PERFECT! Exactly what I was looking for - this skin rocks, makes my site look great and your example turned off the auto page title stuff. Wonderful! Thanks SO much. Postcard on the way! :)

Doug <<<<<<<


Well, you should thank everybody else too, specially Pm, but If you want to send a post card, I won't say no because this is my first time receiving one. :)

Thank you too.

CarlosAB June 21, 2008, at 11:40 PM


Hello,

Great skin, but anchors are working strangely for me. When I click on an active anchor, I am sent to the spot on the page, but the rest of the page "disappears"; the page becomes only as big as from the anchor spot to the end. So I cannot scroll up to the top, and I usually lose the side bars (since I anchor for text that is far down the page). Any ideas?

- Braden


Hi Braden, can you give me a url to your site and also the browsers you are using. T

CarlosAB September 19, 2008, at 12:18 PM


Braden, there is a bug for this type of layout that I wasn't aware of, I couldn't solve it for firefox and some internet explorer versions, but I'll work on it for the next version. There are a couple of solutions that don't work for all browsers but could be tested.

Here is the link for those solutions.

anchor problems


Hi, I used the AllGroupHeader recipe to get rid of the right bar. It worked, except it didn't seem to affect the Site.ActionBar page, so when clicking on Search or History the right bar would still be there... I'm not sure if I did something wrong or if this is a bug.../Johan Bengtsson


Hi Johan, first a few questions so I will be able to help you better:

  • What is the pmwiki version you are using?
  • What are the browsers you are using?
  • Can I take a look at your site?
  • How did you used AllGroupHeader and which directives have you put inside it?

CarlosAB September 19, 2008, at 12:48 PM


Edit - History - Print - Recent Changes - Search
Page last modified on September 24, 2008, at 12:12 PM