Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [plugin] [ORPHAN] rss_admin_quikpik
Wilshire – you are the man. Seriously, I wouldn’t have thought the compression would be the thing to screw it up… it is working and with a few changes to the CSS I am pretty happy with it.
Thank you.
To even the least of these…
Offline
Re: [plugin] [ORPHAN] rss_admin_quikpik
No problem. I ran into the same thing and know how annoying it was.
Offline
Re: [plugin] [ORPHAN] rss_admin_quikpik
Is it neccesary to use cookies can’t you do something like this.
show_tabs_variable=1;
select_list_only_variable=1;
I don’t really know php so I don’t know if this is possible but, what I would like to do as an administrator is set the quickpix to just have the dropdown list with the txp tabs. Then the multiple authors that I have that use different machines will have the same setup without having to go and set it that way themself.
Refresh Dallas and other Refreshing Cities.
Offline
Re: [plugin] [ORPHAN] rss_admin_quikpik
You could do something like that if you wanted and it shouldn’t be too hard to change the plugin. Just define the variables like you showed and find the few places in the code where the cookies are checked like this: <code>($_COOKIE[‘qpHideTabs’])</code>. Just replace those with the variables you define.
Offline
Re: [plugin] [ORPHAN] rss_admin_quikpik
Thanks I will try it.
Refresh Dallas and other Refreshing Cities.
Offline
Re: [plugin] [ORPHAN] rss_admin_quikpik
great extension. such an essential time saver.
one thing: notifications. i’ve just started using it on 4.0.4 and realized that I no longer get notifications such as “ Form single updated” that are otherwise displayed below the textpattern logo.
thnx…
Offline
Re: [plugin] [ORPHAN] rss_admin_quikpik
Yes, an unfortunate side effect. The only way around that is to remove the CSS that hides the tabs.
Offline
#68 2006-12-21 11:24:03
- Isabella
- New Member
- Registered: 2006-07-22
- Posts: 5
Re: [plugin] [ORPHAN] rss_admin_quikpik
Love the updated Quikpik Rob, thank you. Works great on my server, but it isn’t outputting correctly on my local XAMPP (Apache-MySQL-PHP) for Windows installations of TXP 4.0.4 unfortunatley. The javascript and css are there, but the menu list is blank. Here’s the source code:
<script type="text/javascript" src="http://localhost/awacc.com/?qpfile=qpjs"></script>
<link rel="stylesheet" href="http://localhost/awacc.com/?qpfile=qpcss" type="text/css" media="screen" />
<style type="text/css">
@import url("css.php?n=admin");
</style>
</head>
<body id="event_list"><div id="mainmenu"><ul id="navmenu">
<ul>
</ul></li>
<ul>
</ul></li>
<ul>
</ul></li>
<ul>
</ul></li>
<li><a href="http://www.wilshireone.com" class="plain wolink" target="blank"><span>QuikPik by wilshire|one</span></a></li>
</ul>
</div>
Any idea on what’s going on here, or how to tweak the code to make it work? Thanks.
Offline
#69 2007-01-30 11:11:31
- ekfritz
- New Member
- Registered: 2006-01-29
- Posts: 4
Re: [plugin] [ORPHAN] rss_admin_quikpik
This topic doesn’t seem to be getting much action lately, but I figure this is worth a try anyway…
I love this plugin, save for one little problem: when it’s enabled it conflicts with the Ebl_batchupload plugin. Seems to interfere with the flash interface. Any suggestions?
Offline
Re: [plugin] [ORPHAN] rss_admin_quikpik
Isabella: “The javascript and css are there, but the menu list is blank”
I’m having the same problem. I tried to uninstall other plugins to see if there was a conflict of any kind, but the problem persisted.
Then I tried to mess around in the code. It appears the plugin is not getting the right permissions, so it is not building the lists. But I’m not actualliy an expert in txp or php :-S
The fact is that this plugin is so useful!
—-
frq.
http://novedesign.com.br
Offline
#71 2007-02-27 17:55:19
- myhd
- New Member

- Registered: 2007-02-27
- Posts: 4
Re: [plugin] [ORPHAN] rss_admin_quikpik
Hi,
I recently upgraded from rss_admin_quikpik 0.2 to 0.6.
I like the new style and functionality, but the menus are somehow unusable now:
The Quikpik menu “breaks” after “extensions+” to another line.
Additionally, the withs of “+” menu entries are off, so a mousing over to the submenu collapses the menu.
See http://myhd.org/tmp/quikpik_weird_wrapping_and_widths.png
This even happens on Firefox on the Mac. I’m running TP 4.0.3.
I already tried deleting the related cookies and re-installing. Hmmmm…
Searched the web and this forum… couldn’t find a way to solve the problem.
Any help would be greatly appreciated!
Thanks
Jakob
Offline
Re: [plugin] [ORPHAN] rss_admin_quikpik
Regarding the side affect of losing the notifications area with this menu…
What if we used onchange change the background color of an element in the quikpik menu. I’m no javascript guru, but it seems if you could listen for onchange throughout the page, you could set the element to red, alerting the user that a save is required. And then it’d be green or yellow when the page reloaded.
Offline
Re: [plugin] [ORPHAN] rss_admin_quikpik
I just upgraded to Txp 4.06, and now I don’t see the quickpick menu at all. Disabling the plugin restores Textpattern’s default menus. Oh, how I miss the quickpik.
brainPhat
Offline
Re: [plugin] [ORPHAN] rss_admin_quikpik
Problems with 4.0.6 are reproducible.
Quote from the 4.0.6 announcement discussion:
rss_admin_quikpik by Rob Sable (version 0.6) for a changed admin menu interface is not running.
Worse: Being active rss_admin_quikpik hides the standard admin menu.
A dumb try to change the code to:
if (@txpinterface == 'admin') {
add_privs('rss_quikpik_buffer', '1');
ob_start("rss_quikpik_buffer");
}
did not help.
I had to disable the plug-in to get the standard admin back to work.
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
Re: [plugin] [ORPHAN] rss_admin_quikpik
Has anyone found a solution to the rss_admin_quikpik problem with Textpattern 4.0.6 ? After upgrading, the menu no longer appears.
I’m not getting any javascript errors. The plugin hides the standard menu (as it’s supposed to do), but doesn’t show it’s alternative.
It seems that 4.0.6 includes an id on the body tag. Perhaps the plugin can’t find where to place the menu?
Offline