walterego
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with “current_page_item” navigation highlightingI’d like to testify that lomtas’ plugin works great. The latest version even gives the blog page item a current_page_parent class when viewing a single post!
Forum: Fixing WordPress
In reply to: More semantic post permalinks with a static front pageHuh? That works!
Appearantly I don’t really understand how permalinks work in WordPress. I though this would make my pages appear as weblog/pagename/ so I never tried it.
Thanks Moshu!
Forum: Fixing WordPress
In reply to: access denied pageThat’s superweird, because php is serversided and browsers don’t matter. Are you sure renet? Doesn’t it maybe have something to do with cache?
Forum: Fixing WordPress
In reply to: access denied pageWorks! Thnx Hami!
Forum: Fixing WordPress
In reply to: access denied page??
Still the same… No errors too though…
Forum: Fixing WordPress
In reply to: access denied pageHey Hami,
I haven′t really tested this version thoroughly, what I did is: activate -> check if members only is toggled -> log out -> go to blog’s main page.
Now, I didn’t get the error this time, but I could view my website as I could before the members only plugin.
So, errors are fixed, the plugin just doesn’t do anything. Registered only still works.
off topic: being without internet is one of the reasons why moving sucks. it just never rolls smoothly.
Forum: Fixing WordPress
In reply to: viewing word press on local machineHairball,
Have you even really read the error? All the information you need is in there. Or maybe you should ask a more specific question, like ‘where do I find my wp-config.php file?’.
Forum: Fixing WordPress
In reply to: access denied pageHey guys,
There’s a plugin called Registerd Only that does the job perfectly. It lacks functionalities the members only is supposed to have, but it works if all you want to is block visitors who aren’t registered.
Hami, maybe you can use this to develop your own plugin?
Forum: Fixing WordPress
In reply to: Problem with “current_page_item” navigation highlightingHas anybody filed a ticket in trac about this?
Forum: Fixing WordPress
In reply to: access denied pageHey Hami, thnx for working on it! I′m getting this now:
Warning: Cannot modify header information – headers already sent by (output started at F:\WebDev\wamp\www\wordpress\wp-content\themes\pop-blue\page.php:4) in F:\WebDev\wamp\www\wordpress\wp-content\plugins\members-only\members-only.php on line 74
I’m using the pop blue theme, but I’ve modified it heavily. I’m only using page.php, if you want the code I’ll send it to you (pastebin or something). The only plugin I’m using is Search pages.
Forum: Fixing WordPress
In reply to: access denied pageHey Hami, I’ve tried your plugin as well with WP 2.2. It’s not working here as well. Even when I’m not logged in I can access the website, and I’m getting an error too:
Warning: Cannot modify header information – headers already sent by (output started at F:\WebDev\wamp\www\ukjl\wp-content\themes\pop-blue\page.php:4) in F:\WebDev\wamp\www\ukjl\wp-includes\pluggable.php on line 329
It’s the same error with the 0.1 and 0.2 version.
If you need extra info just let me know. I want to use this plugin and need it to work before friday, so I’m more then happy to help.
Forum: Themes and Templates
In reply to: Border around main div<div id="main" style="width:725px; margin: 0 auto; border:#000000 solid 2px;">
725-2-2=721
<div id="content" style="float:right; width: 515px;">hello content </div> <div id="sidebar" style="float:left; width:200px;">hello sidebar </div>
515+200=715
</div>
721-715=6, ie still 6px less than the parent minus the border. This was never the problem. I left it this way.
Forum: Themes and Templates
In reply to: Border around main divSolved! Setting overflow to auto on #main did it. Only checked in IE7 and FF2 though. This article seems quite comprehensive on the subject.
Forum: Themes and Templates
In reply to: Border around main divYeah, I did try. Setting the position: absolute; to #main makes the border work btw. The margin: 0 auto; just doesn’t work anymore then.
Forum: Themes and Templates
In reply to: Border around main divYou’re not making any sense Root. You’re also not helping, so why do you bother posting?