guzh
Forum Replies Created
-
Forum: Plugins
In reply to: [PDW Media File Browser] PDW Media File Browser Plugin ProblemI had the same problem, and contacted the author directly.
He has now updated the plugin, and the problem with the wp-root should’ve been fixed 🙂The plugin had issues with localhost, but that’s also fixed in the new version!
Forum: Fixing WordPress
In reply to: Two blogs, one dashboardI tried setting up a unified login, but I didn’t achieve to setup using a shared user database. I kept getting this error, when I tried to log in:
You do not have sufficient permissions to access this page.
after adding this:
define('CUSTOM_USER_TABLE','wp_users'); define('CUSTOM_USER_META_TABLE','wp_usermeta');when I removed it the login works perfectly, but that is the code to use the same user database.. ;\
I have on database, two tables and one for each wp. prefix is wp_ and wp2_.
It’s installed locally using xampp (maybe that has something to do with it?)
I want to use sub directories for both, but I want one of them to have the root (http://my.domain.net) as blog address (and the sub directory as wordpress address (http://my.domain.net/wordpress/))Forum: Fixing WordPress
In reply to: Two blogs, one dashboardHi again!
I tried WordPress MU, and it worked almost as I wanted:
I didn’t manage to make the “homepage” as a blog, and it didn’t support all the plugins I use. And I didn’t understand how I was able to publish posts on a specific blog… but I guess perhaps I would understand if I used more time on it XDI only want two blogs and only me as an admin/editor/writer, so I don’t know if MU is the right tool for me.
The only thing I want is two seperate blogs, with seperate themes and seperate posts/pages/categories/archives. without login on two different places.
Forum: Fixing WordPress
In reply to: Two blogs, one dashboardyeah! But does it work with many of the wordpress plugins, cause I use about 10 of them, and I’ve also made a custom theme.. Perhaps I’ll just try it out and tell you how it worked XD
thanks (:
Forum: Fixing WordPress
In reply to: How to highlight current post title in multiply listsah, thank you! ;D
just as I wanted!(I just copied the second code directly from a page, and didn’t edit it to be a list. Sorry for the inconvenience!)
Forum: Fixing WordPress
In reply to: Posts in 2 categories – what’s the url?you can use this plugin: http://ww.wp.xz.cn/extend/plugins/scategory-permalink/
Forum: Plugins
In reply to: A different Permalink for a specific CategoryI”m in the same boat as andrewfox and cshel.
I found this plugin, and it works great, but I would prefer if it was possible to do this automatically. The plugin adds a custom field in the edit/new page/post-page and then you’ll be able to type in whatever you want, and it becomes the page/post’s permalink.
as I said, I would’ve prefered an automatically option.
somehow to connect it with the category-page or something.I don’t know how, but maybe someone else knows ;O
Forum: Themes and Templates
In reply to: Query_posts – “Read the rest of this entry” doesn’t showah!
It worked with:
<?php query_posts('cat=5&orderby=date'); global $more; $more = 0; ?>thanks!
Forum: Themes and Templates
In reply to: Query_posts – “Read the rest of this entry” doesn’t showI’ve added the <!–more–> -tag..
The Index-page shows the post correctly. but not this page.
The only difference between the index.php and this is that I call have_posts (in index) instead of query_posts..doesn’t anyone know..? :/
Forum: Themes and Templates
In reply to: Image instead of text in menudoes anyone know how i can do that?
Forum: Themes and Templates
In reply to: Image instead of text in menuIsn’t it possible to add a display:none to the text-links, I guess they’ll display in the code and the search engines anyway. css-zengarden is a great example..
So if I could wrap the text-links inside a specified class and every list-items in an unique id it would be exactly what i want (:
Forum: Everything else WordPress
In reply to: Javascript: Help with Toggle menu*bump*
Forum: Themes and Templates
In reply to: Image instead of text in menurobertstennett: I know that.. I want to know a way to display the images and “hide” the text, but not for search engines
(and anyway, I can always use meta-data to help the search engines).If it is a better solution, I would like to add IDs to each page-list-item/cat-list-item ;O
Forum: Themes and Templates
In reply to: Image instead of text in menuwhat do I write to call a custom field called “button”, with links to the pages?
and is it possible to do that with category-names also?