bottledup
Forum Replies Created
-
Forum: Networking WordPress
In reply to: single log-in between a domain and subdomain?The work-around that I’ll be doing now though is to re-install WordPress MU and setup as Sub-directories instead of sub-domains and then use a plug-in to make it appear as a sub-domain. At least until I can afford to switch hosts and or upgrade packages to one that will allow wildcards. Thank you for all your help Andrea!
Forum: Networking WordPress
In reply to: single log-in between a domain and subdomain?Sorry for late reply. Yeah I see super-admin menu in background. “test” gets created in the backend but typing url in browser or looking at my cp (control panel) at 1and1 it’s not there. A call to 1and1 later tells me why I’ve been having trouble finding information on it with my package with them. Currently “1and1” only supports wildcards on VPS, Dedicated Servers, and Cloud server packages. Some of these support wildcards directly others support them with a work-around.
Forum: Networking WordPress
In reply to: single log-in between a domain and subdomain?Found the setup instructions for wildcards in the wordpress setup now I’m trying to find how to modify my dns settings accordingly to add wildcards with 1and1 hosting package.
Forum: Networking WordPress
In reply to: single log-in between a domain and subdomain?That probably is the problem that I was hoping was not. There is a quick install at blog.strangebot.net it wasn’t as full as I’d remembered it at strangebot.net the blog wasn’t made at the backened of strangebot.net if I’m interpreting the question right. Never ran across the wildcards saw them mentioned in the instructions but didn’t know where to go to set them up. Can you re-point me to those instructions again and I’ll give my hosting service a call too to find out about those on my hosting package.
Forum: Networking WordPress
In reply to: single log-in between a domain and subdomain?What setting needs to be enabled for the blog creation for you to fully test it? As far as it being named “blog” it’s an actual subdomain to read as http://blog.strangebot.net not a virtual one created by a plugging masking something as a subdomain. But I’m still curious to what you find on your initial probing.
Forum: Networking WordPress
In reply to: single log-in between a domain and subdomain?Changed your privileges from subscriber to author. Should be able to test it better now Andrea!
Forum: Networking WordPress
In reply to: single log-in between a domain and subdomain?on additional note the database is setup so that strangebot.net is wp_ and blog.strangebot.net is wp_2 would that make a difference if they were both setup as wp_ instead?
Forum: Networking WordPress
In reply to: single log-in between a domain and subdomain?Cookies are accepted from sites and third party sites until they expire. No exceptions. However, I’d had cookies and history setup to be emptied upon closing of browser. For arguments sake I changed it to keep cookies all the time but it still asks to log-in to each place.
Forum: Themes and Templates
In reply to: Steampunk theme footer alignment moddingInterestingly simple solution there. Will definitely remember that handy little placement trick in other themes! Moved it up one line. Footer.php now reads:
</div><!– #main –>
</div><!– #main-bottom-frame –>
</div><!– #main-top-frame –>
<div id=”footer-frame”>
<div id=”footer”>
Copyright © <?php echo date(“Y”); ?> – Powered by ” title=”<?php esc_attr_e(‘Semantic Personal Publishing Platform’); ?>” rel=”generator”><?php printf(__(‘%s’), ‘WordPress’); ?> “Steampunk” theme by The Search Engine Guys, LLC
<?php wp_footer(); ?>
</div><!– #footer –>
</div><!– #footer-frame –>
</div><!– #wrapper .hfeed –>
</body>
</html>Where as before the solution it was more like this.
</div><!– #main –>
</div><!– #main-bottom-frame –>
</div><!– #main-top-frame –>
<div id=”footer-frame”>
<div id=”footer”>
Copyright © <?php echo date(“Y”); ?> – Powered by ” title=”<?php esc_attr_e(‘Semantic Personal Publishing Platform’); ?>” rel=”generator”><?php printf(__(‘%s’), ‘WordPress’); ?> “Steampunk” theme by The Search Engine Guys, LLC
</div><!– #footer –>
</div><!– #footer-frame –>
</div><!– #wrapper .hfeed –>
<?php wp_footer(); ?>
</body>
</html>Plus the addition of your #footer line in the css sheet all did wonders for this theme! Thank you esmi!
Forum: Themes and Templates
In reply to: Steampunk theme footer alignment moddingThx a bunch esmi! Got most of the issue solved couldn’t figure out how to start the php string for the footer there to solve my alignment issue as I’m new to php and using wordpress to assist me in the learning process. Moving the wp_footer comment before the last</div> has successfully put the Bad Behavior text to the bottom of the page now but still trying to put it with the rest of the footer.
Forum: Themes and Templates
In reply to: Steampunk theme footer alignment moddingExample can be viewed at http://blog.strangebot.net
Forum: Networking WordPress
In reply to: WordPress network installation advanced setupThx a bunch! Figured it was something similar to that I was over-looking. The plug-in did what I was after!