LoganSix
Forum Replies Created
-
I’m 80% of the way thru updating WP-People to work with WP[1.5].
Basically, everything is working:
WP-People can be loaded a plug-in
Uses content filter in WP-People popup window
Uses Kubric Theme for layout in WP-People popup window
Figured out how to add menu item to admin screen
Admin for WP-People uses admin style informationI need to improve the Theme usage and update the documentation for installing. I will probably want some people to test it out when I’m done with that.
Forum: Fixing WordPress
In reply to: [1.5] Sidebar.php not workingKri,
Yeah, we probably should report this as a bug.
I did a complete wipe of my old files when I upgraded, since I still had b2 files in my folders. That’s probably why I didn’t get any errors when I commented out the line.Forum: Fixing WordPress
In reply to: [1.5] Sidebar.php not workingOkay, One more issue.
After you publish a post there is a link to “Click here to post again.”.Unfortunately that doesn’t work in the new FireFox sidebar, it opens up the
sidebar.php
page in the main browser window, insted of refreshing the sidebar content.edit:
Found the fix.
In thesidebar.php
file, look for the
<p><a href="sidebar.php">Click here</a> to post again.</p>
and change it to
<p><a href="sidebar.php" target="_self">Click here</a> to post again.</p>
Forum: Fixing WordPress
In reply to: [1.5] Sidebar.php not workingOkay.
In theadmin-header.php
file I commented out
@header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
and it seems to work now. I can’t see any bad effect to the rest of the admin site.Hopefully one of the developers can explain what might be the issue of commenting that line out.
Forum: Fixing WordPress
In reply to: [1.5] Sidebar.php not workingJust did a quick check.
It seems to be blowing up at the
require_once('admin-header.php');
before it even gets to the first line
@header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
Forum: Fixing WordPress
In reply to: [1.5] Sidebar.php not workingKri, I think we are the only 2 that used that feature apparently.
“. I tried replacing the new wp-admin/sidebar.php with my 1.2.2 version, and it did the same thing.”
Did the 1.2.2 version work in FireFox before you upgraded to 1.5? If so, then that’s why I think it might have to do something with the new theme or style layout. Or, it could be calling a file that no longer exists being included in the page. I guess I’ll have to break open the source page and take a look at it.
Forum: Fixing WordPress
In reply to: [1.5] Sidebar.php not workingI am assuming the sidebar.htm page has changed in 1.5.
So, there must be something with the new page.Forum: Fixing WordPress
In reply to: [1.5] Sidebar.php not workingI’m having the same problem.
There is HTML code in the back ground if you view source, but the page doesn’t display. There must be a missing tag or something.Forum: Fixing WordPress
In reply to: Login IssuesWell, I’m on version 1.2.2 and I have the same problem. I did the cookie thing and tried to change my password thru the database, and checked the options setting.
I’m think it might be something with one of the plugins.
Forum: Installing WordPress
In reply to: WordPress 1.2.1 Redirection Limit For this URLSet Home to my blog
and verified site was the same URL.However, that didn’t seem to help any.
Forum: Installing WordPress
In reply to: WordPress 1.2.1 Redirection Limit For this URLI can’t even get to the login screen now.
With Mozilla won’t go to login screen.
IE won’t go past the login screen.I reloaded the login file and the admin/index.php file.
I really don’t want to have to reload everything.
Forum: Everything else WordPress
In reply to: Hiring BloggersYeah, I don’t get it either.
Forum: Plugins
In reply to: WP-Pulse pluginSome of those other monitors are pretty cool to.
I wonder if you could take the pulse thing and turn it into a Flash application. Then it could really “pulse”. Number of pulses per minute would be relative to the number of posts.
Hmmmmm? Man, I don’t have enough time for all of my ideas.Forum: Plugins
In reply to: phpBB and WP sharing login tables?I started looking into the integration again.
I’ll update this thread if I make any progress.Forum: Plugins
In reply to: WP and PHPBB: Shared Cookies?Hey,
I haven’t been able to work on my WordPress stuff for awhile, but I am still interested in trying to get WordPress / phpBB / 4images Gallery all to play nicely together.
I have a forum thread started for this.
https://www.dean-logan.com/forum/viewtopic.php?t=7
If you have any ideas, I would appreciate it if you would sign up on my forum and contribute to the thread. Maybe if we can get a few people interested, then a solution can be found togther.
Thanks.