eliZZZa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sharing User Tables Roles don't show in User ListThere is one hint in the Codex, but unfortunately I don’t know, how to achieve, that the capabilites for the second site are written into the user table of the first too.
#### FROM THE CODEX ####
Custom User and Usermeta Tables
CUSTOM_USER_TABLE and CUSTOM_USER_META_TABLE are used to designated that the user and usermeta tables normally utilized by WordPress are not used, instead these values/tables are used to store your user information.define(‘CUSTOM_USER_TABLE’, $table_prefix.’my_users’);
define(‘CUSTOM_USER_META_TABLE’, $table_prefix.’my_usermeta’);
Please note that permissions in the user_meta tables are stored with the table prefix of the site. So in the CUSTOM_USER_META_TABLE one must have entries for each site using that table. At the very least for the administrator, to avoid the “you do not have permissions error” you should have:prefix1_capabilities = a:1:{s:13:”administrator”;b:1;} and prefix2_capabilities = a:1:{s:13:”administrator”;b:1;} etc
#### END FROM THE CODEX ####
Forum: Fixing WordPress
In reply to: Sharing User Tables Roles don't show in User ListThe second questions is answered: The plugin WP-Orphanage was the culprit!
Forum: Plugins
In reply to: [File Gallery] Broken in current wordpress?Same issue with 1.7-RC4 on WordPress 3.2.1
Inserts ALL images, whatever is checked in the file gallery.Kind regards from Austria,
eliZZZaForum: Your WordPress
In reply to: team.eliZZZaOops – Forgot the address >;o//
team.eliZZZaForum: Fixing WordPress
In reply to: Fatal error with pluggable.phpCommented Line 884 of pluggable.php – everything worked, tables created, installation hasslefree. No idea about the consequences, but will test and report…
Forum: Fixing WordPress
In reply to: Fatal error with pluggable.phphallsofmontezuma,
did just that – same error on clean install, unzipped on the server…Forum: Themes and Templates
In reply to: body tag in header.php?P.S.: Oh I see, I was already using the post_class(ID)! So your first answer is useful as well, whenever I want to give every body a certain ID – but I guess, there is some automatisation possible too?
Can I assign the post_class(ID) to the body tag as well?Forum: Themes and Templates
In reply to: body tag in header.php?Great! That answers my question perfectly. So the ideal solution is post_class, which I was not aware of.
Thank you so much!
eliZZZaForum: Fixing WordPress
In reply to: no visual editor when writing !Since I set up a new site with WP 2.3 visual editors in all my WP installations don′t appear anymore. Neither WP 2.3 nor WP 2.2 (visual editor worked hasslefree in 2.2 installations before).
Visual Editor DOES NOT APPEAR (Win XP) in
Firefox 2.0
IE 7.0
Browzar 1.4DOES APPEAR in
Safari 3.0.3 (Win XP)User Profile “use visual editor” checked. File and Folder permissions checked. No .htaccess file other than in root.
This is very much ennoying!!! Any solution?
Kind regards from Austria
eliZZZaForum: Requests and Feedback
In reply to: Link Category versus Post CategoryThanks for clearing that up >;o))
Isn′t that the most self-evident idea???Forum: Your WordPress
In reply to: RecipesHmmm – lecker!!!
Greetings from Austria!
eliZZZaForum: Developing with WordPress
In reply to: Show posts from current category onlyThanks to moshu, the problem was resolved easily with the NoSubs Plugin
https://ryowebsite.com/wp-plugins/nosubcats/Thank you!
Forum: Installing WordPress
In reply to: Could anybody please try to help???Ahhh – works!!!
Thank you sooo much, saved my weekend, I was already falling into depressions >;o))
Still I would love to understand why the query_posts($cat) did not solve the problem. Could you explain?
Great thanks!!!
eliZZZa