seanrox
Forum Replies Created
-
Forum: Plugins
In reply to: [Portable phpMyAdmin] Cannot modify header informationI’ll mark this thread solved since you did take care of the issues I had. Thank you again for the fixes.
Forum: Plugins
In reply to: [Portable phpMyAdmin] Cannot modify header informationThank you for the updates. Version 1.4.1 is now working. Is this a test version or will it now be considered a somewhat final version? Maybe wait to hear back from a few others using it as well?
Forum: Plugins
In reply to: [Portable phpMyAdmin] Cannot modify header informationCan’t use the plugin with the warning. Also, I just updated to 1.4 of your plugin and now get the following 2 errors when I go to the Portable PMA menu:
Notice: Constant WP_USE_THEMES already defined in /home/wp-content/plugins/portable-phpmyadmin/pma/libraries/Config.class.php(365) : eval()’d code on line 5
Warning: Cannot modify header information – headers already sent by (output started at /home/wp-content/plugins/portable-phpmyadmin/pma/libraries/Config.class.php(365) : eval()’d code:5) in /home/wp-content/plugins/portable-phpmyadmin/pma/libraries/common.lib.php on line 398
I did try disabling all other plugins and these errors still happen.
Forum: Plugins
In reply to: [Portable phpMyAdmin] Error: Headers already sentJust checking if there has been an official fix for this or if someone has unofficial fix until the plugin author fixes it.
Forum: Plugins
In reply to: SRG Clean ArchivesThanks for the fix. It’s now live on the clean archives download page.
Forum: Plugins
In reply to: SRG Clean Archives and WordPress 2.3 (Please help testing)@moshu: thanks for explaining the plugin ?? functionality. I tried to make it easy to understand, but it seems a few don’t get it.
Maybe I should add a little more space between month and detailed link?
Also, heads up to all, the plugin project page and download link has been relocated, so to keep up to date, go to this page.
Forum: Plugins
In reply to: SRG Clean Archives and WordPress 2.3 (Please help testing)Thanks spencerp. It does help. I’ll leave the thread open a little longer to see if anyone else chimes in.
If not, I’ll up the version number and add it to the confirmed WordPress 2.3 working plugin list.
Thank you again.
Forum: Fixing WordPress
In reply to: Strange Dashboard Main Page IssueIndeed, it was the blank index.php in my plugin folder. I removed it and that solved the problem.
I then tested putting a blank index.html in the plugin folder and all works well.
Thanks KennyP for pointing me to the other thread.
Forum: Plugins
In reply to: Extended Live Archives (ELA) [update request]You’re welcome for the reply.
I’m working on some new updates for SRG Clean Archives, and will take your suggestions into consideration for the next release.
Forum: Plugins
In reply to: Extended Live Archives (ELA) [update request]How about trying SRG Clean Archives?
Forum: Fixing WordPress
In reply to: Strange Dashboard Main Page Issuebump. anyone?
Forum: Fixing WordPress
In reply to: WP 2.0.6 Database Upgrade QuestionThank you. I will mark this resolved now.
Forum: Themes and Templates
In reply to: Sidebar link issue in IE6OK, I got it solved. I needed to add a new span class to my style sheet.
Forum: Themes and Templates
In reply to: Sidebar link issue in IE6Doing more poking around I found the css that is causing be issues which is:
h1 span {
display: block;
text-align: right;
margin-top: -1.5em;
padding-right: 5px;
}
which makes my code go to the right. If I remove the display block, my sidebar links work in IE but then my H1 text shifts to the left and I want it to the right.
Hope this might help someone to help me with this.
Thanks in advance.
Forum: Themes and Templates
In reply to: Sidebar link issue in IE6It’s not using negative margins. Looking into it more it seems to be something with absolute positioning. I’m still having issues, so any help would be great.