Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: QuikPik Menu 2.0
The View Site was supposed to open in a new window. Just another unintentional miss on my part.
Good point on the screen resolution. Someone also mentioned to me that larger font sizing caused the same type of problems. I added some instructions to the readme file for adjusting the sizing as you did.
Thanks for the tips thebombsite. The download has been updated with these 2 additions.
Offline
Re: QuikPik Menu 2.0
Thanks for this extension. It’s great. And with a bit of CSS fiddling I even have the menu colors I like.
Offline
Re: QuikPik Menu 2.0
This is awesome. Thanks!
Offline
Re: QuikPik Menu 2.0
If you’re currently using the QuikPik 2.0 menu I would recommend updating to the newest version posted on my site.
The initial release of this will display the recent articles, styles, pages and forms menus even if you are not logged in. Nothing can be edited of course but you might want to keep this information private.
Offline
Re: QuikPik Menu 2.0
Sorted.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Offline
Re: QuikPik Menu 2.0
:lol:
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: QuikPik Menu 2.0
well that clears it all up.
Offline
Re: QuikPik Menu 2.0
Are you seriously telling me you don’t know sorted on that side of the pond?
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: QuikPik Menu 2.0
Its not necessarily this side of the pond. Might just be me. I’m not so bright.
Offline
#23 2004-11-12 20:00:49
- Remillard
- Plugin Author
- From: Lenexa, KS
- Registered: 2004-05-16
- Posts: 169
Re: QuikPik Menu 2.0
This is very cool. I would suggest one ‘feature’ though. Sometimes TXP displays a little status line on the very first line (Page default saved, Article saved as Pending, etc.) I think these are getting blocked. Is there any way to have them still show up in the header?
Offline
Re: QuikPik Menu 2.0
Another unintentional miss. Quick fix:
Change line 177 from:
<code>
<?php echo $siteurl.substr($path_from_root, 0, -1); ?>
</code>
To:
<code>
<?php echo $message.’ :: ‘.$siteurl.substr($path_from_root, 0, -1); ?>
</code>
I’ll update the download accordingly.
Offline