tomatoma
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sharing users between 2 blogsTheory:
1) You install Blog B using the same database as blog A (changing the $table_prefix in config.php)
https://codex.www.ads-software.com/Installing_Multiple_Blogs#Single_Database2) In blogB’s wp-config.php you have to ad two lines:
‘define(‘CUSTOM_USER_TABLE’, ‘wp_users’);
define(‘CUSTOM_USER_META_TABLE’, ‘wp_usermeta’);’https://codex.www.ads-software.com/Editing_wp-config.php#Custom_User_and_Usermeta_Tables
For me it’s not working, when I try to login on Blog B, I just get a blank page with a message “You have no authorisation to access this pages”
May be you are luckier than me
Forum: Plugins
In reply to: New Plugin: Full Text FeedA couple of frends of mine also see so, it’s only me that’s not seing it, bud luck ??
Thanks for your help!
Forum: Plugins
In reply to: New Plugin: Full Text FeedThen it is just me, it seems to work on netvibes but it doesn’t in bloglines. I’ve reactivated the plugin and posted a new entry to see what happens now. (i’m still not seeing it)
The last blog post is: Este post es una prueba y va a desaparecer
The last showing in feeds: Otro cambio irritante de wordpress 2.1: full feeds
https://www.feedburner.com/fb/a/livefeed?id=654227
If you take a look to the feedburner feed, the last post shows. But if you take a look at that feed from the reader (netbives/bloglines) the post is not showing.
On the regular feed the post is not showing either.
Hansolo: I have a feedburner feed and I have manually linked to it but i’ve installed no plugins for it. feedburner is just something i’m trying out.
Thanks for your attention
Forum: Plugins
In reply to: New Plugin: Full Text FeedHi cave,
Thanks for answering me
My feed is: https://www.tomatoma.ws/articulos/feed/ I do not know which of the wp feeds this uses (I thought is was better than offering 3 different formarts).
I’m not using any plugins to redirect to feedburner, so that cannot be it.
Forum: Plugins
In reply to: New Plugin: Full Text FeedI’ve installed it, and now feeds are not working at all. Not even after deactivating the plugin
Forum: Fixing WordPress
In reply to: WordPress Editor Driving Me InsaneI’m with 21stproject, the editor does not matter. A CMS should not change users coding without permission. Even if our html is horrible we have the ‘right’ to use it ??
Forum: Fixing WordPress
In reply to: WordPress Editor Driving Me InsaneIf you downloaded this week it must be 2.03. It is driving me insane also. WP editor is changing My code. Everytime I save a post it changes my coding as it likes. Inserting html tags I dont want or deleting the ones I write. For example I cannot insert youtube videos because it deletes half the code.
?Is there a way to modify this? I saw a plugin that let you use the html editor instead of the wysiwg but I can’t find it anylonger, and ?would it solve this problem?
Forum: Fixing WordPress
In reply to: Comments not showing on index sometimesSuddenly everything is working perfectly. Mistery thanks any way ??
Forum: Fixing WordPress
In reply to: Comments not showing on index sometimesI think I’ve found the difference.
Comment count is not working on posts I’ve written changing the date to a previous day.
It works ok on posts where I have not touched the date.
?this might be a bug?
Forum: Fixing WordPress
In reply to: Comments not showing on index sometimesI aproved it ?? cannot think of anything else, I suppose I’ll start again whith a fresh instalation and see what happens.
Thanks for your help ??
Forum: Fixing WordPress
In reply to: Comments not showing on index sometimesAll plugins are deactivated, The code you see is because i’m triying to explain lastRSS to spanish readers, there are other posts where the same thing is happening that contain no code at all.
Comment are open and have always been, it’s really weird ??
Forum: Fixing WordPress
In reply to: Trackbacks !mmm I’ve just upgraded to 1.2.2, and my trackbacks are working nicely with clean urls, but if use the “pinging list” in “options – writing options”, both incomming and outgoing trackbacks stop working ??Am I doing something wrong?
thanks
Forum: Fixing WordPress
In reply to: need help with get_links parametersGot it!
I did not understand booleans usage, but i just left them blank. Now I’ve got a brand new, beatifull links page ??
Thanks!!!Forum: Fixing WordPress
In reply to: need help with get_links parametersThanks so much moshu,
I’m going to give it try when I get home ?? I’ll came back and tell you how it went
Best regards ??Forum: Fixing WordPress
In reply to: need help with get_links parametersThanks, but my problem is that I do not understand the parameters usage even afeter reading documentation ??
??can anyone give me a hand?