[pmwiki-users] Guiedit

Anno anno at shroomery.org
Tue Mar 13 03:47:52 CDT 2007


  > $GUIButtons ['Youtube'] = array(622, '(:youtube ', '',
> '$[??LetterString??]:)',
>                      '$GUIButtonDirUrlFmt/youtube.gif"$[youtube 
> ??LetterString??]"');


I think you got the syntax wrong. Compare yours with bold:

  array(110, "'''", "'''", '$[Strong]',
                   '$GUIButtonDirUrlFmt/strong.gif"$[Strong (bold)]"');


So in your case it should look something like this:

  $GUIButtons ['youtube'] = array(622, '(:youtube ', ':)', 
'$[LetterString]',
'$GUIButtonDirUrlFmt/youtube.gif"$[youtube LetterString]"');






More information about the pmwiki-users mailing list