templs
Forum Replies Created
-
Forum: Hacks
In reply to: Universal Login for 13 BlogsI’ve disabled WP-Orphanage Extended and enabled root-cookie again.
All variation of login/logout now it works!
In first my try with root-cookie I didn’t defined cookies in wp-config.
But in the last try I just forgot to remove defined cookies. And looks like login works like a charm even with subdomains! 🙂I’ll make second test on another blog and get you updated.
I need to try make it work with buddypress.Forum: Hacks
In reply to: Universal Login for 13 BlogsSo, I’ve disabled root-cookie plugin and installed WP-Orphanage Extended. Set wp_ & hha_ prefixes in plugin settings for both blogs.
Defined cookies like here.Unfortunately multi-login doesn’t work…
I login to the blog A. When I visit blog B – appears wp-admin-bar in the top (the bar for blog B). But when I try visit dashboard it redirects me to login page.Forum: Hacks
In reply to: Universal Login for 13 BlogsHi Andrzej,
Thanks for quick reply!I really installed WP-Orphanage instead of WP-Orphanage Extended 🙂
Sorry for confusing…Those are test blogs, I can give full access if needed. Can I use email specified here?
Second question – does it work for buddypress?
Forum: Hacks
In reply to: Universal Login for 13 BlogsHi there!
First of all, wish to say Thanks to all for this thread and replies (especially Alex and Meloniq)!I’m trying to configure 2 WP installations. I need it to be separate blogs and multisite feature can’t help me. And I really need this because second blog should contain huge database of agencies and it would be just nightmare if both blogs will share one posts table in DB.
My steps in short.
1) Setup blog A with default $table_prefix = ‘wp_’;
2) Setup blog B with $table_prefix = ‘hha_’;
3) Set CUSTOM_USER_TABLE&CUSTOM_USER_META_TABLE for blog B to wp_users&wp_usermeta
4) Added 2 new meta for admin (as Meloniq described above).
Now blog B uses wp_users&wp_usermeta tables (from blog A), I can login on both.
5) Installed plugin WP-Orphanage on both blogs. But in my cases it doesn’t looks like it on screenshot. It only contains dropdown Choose Default Role, but Add WP prefixes not appear.
6) And even here I’ve got troubles with cookies (but both blogs on one domain! no subdomains). I mean if I login on one of blogs, I need to login on second again.7) Good news!
I found this plugin – root Cookie.
According to description it works with last versions of WP (3.3.1). And can be used across subdomains!But bad news: it looks like something wrong with this plugin.
It didn’t change cookie path for test_cookie and wp-settings-time-1 cookies.I feel we can find perfect solution here 🙂
—OFF-TOPIC—
Alex, thanks for sharing your resources. After checking them I found great Resume&Jobs plugin 🙂
I’ve spent days but didn’t found this, and now here it is!
From my side I wish to recommend you to check WP-SimplyHired API. I’m using it on one of my sites for US, but it can be configured for Canada (simplyhired.ca).Forum: Plugins
In reply to: [Google Custom Search] [Plugin: Google Custom Search] Resizing search boxCheck my site as exmaple.
I’ve set 50% in a div:
<div id="cse-search-form45" style="width: 50%;">
And 94% for “input.gsc-input”. But this second property I’ve set after JS initialization. Maybe otherwise your “input.gsc-input { width: 50%” is reassigned by other CSSs.
Use Firebug for Firefox to see what happens there.Hope it helpful…
Are those pages really non existent (404 error), or have titles but with empty content?
There was troubles on my site. In my situation I’ve installed buddypress. After uninstall I found some empty pages like members, register and etc.Forum: Plugins
In reply to: [WP-Paginate] [Plugin: WP-Paginate] Right-align won't workLooks like you’ve implemented this float to .wp-paginate li 🙂
Try to use “text-align:right” for “wp-paginate” class. Or use this for ol.wp-paginate{}.
.wp-paginate {height: 30px; text-align:right; padding:0; margin:0;}I’ve set it to center. You can see example here.
Hey, hotmailpbpb!
Good news – you can try to fix it manually like me. Just place in archive.php of your theme this code:
<?php if(function_exists('wp_gdsr_render_article')){ wp_gdsr_render_article(); } ?>
Here is how that embedded in my code:... <div> <?php the_excerpt('Read the rest of this entry »'); ?> <?php if(function_exists('wp_gdsr_render_article')){ wp_gdsr_render_article(); } ?> <p class="postmetadata"> ...maybe there should be specific code in the theme?
Have the same problem (WP version 3.3).
In Setting panel on Articles tab checked all this items:
For posts displayed in Archives.
For posts displayed on Front Page.
For posts displayed on Search results.But ratings showing only on individual posts/pages. Here is example
Oups… Just tried register it once more and got message:
Congratulations! Your blog has been successfully configured and is ready to start translating.
Thanks!
stevevls, have you any solutions for this critical error. Or this project closed?
I’ve got the same error as happened with eliteim.
There was my first try to use this plugin…