tsalagi_red
Forum Replies Created
-
I am using all-in-one-seo with wpmu and buddypress, and there is an issue with the last update. When I configure the plugin, it will not stay enabled. (yes, I have checked the ‘enable’ box. I keep getting the message that I have to configure the plugin.
Forum: Requests and Feedback
In reply to: [Plugin: Author Avatars List] BuddyPress integrationI can’t seem to get the avatar size to change. It remains small, no matter what size I set it to. I’m using the widget with Buddypress.
Forum: Fixing WordPress
In reply to: Add RSS News Feed On Main Page??Have you tried FeedWordPress plugin?
Forum: Fixing WordPress
In reply to: How to develop a parser to call XML files into my websitI found this short article on how to parse xml with php.
https://www.jauhari.net/how-to-parsing-a-simple-xml-document-in-php.jsp
I have never done anything like this myself, so I can’t really answer any questions about it. For instance, I’m not sure how to even call the xml file into the parser script. Any ideas on how to actually use this example?
Forum: Installing WordPress
In reply to: Call to undefined function: suppress_errors()Otto, you were correct. For some reason all of the files did not upload. I also had to go directly to upgrade.php to upgrade my database. Weird.
Forum: Requests and Feedback
In reply to: 2.5 editor changes name of authorThis is the same problem I have. There is no option to set the author any longer. Bummer.
Forum: Alpha/Beta/RC
In reply to: I don’t like the way 2.5 is goingI agree that the post write page rearrangement sucks big time. And where is the option to set post author? This one is absolutely essential to me!
And yes, Fluency is great, although it doesn’t help with the above layout problems.
Forum: Themes and Templates
In reply to: Firefox wierdnessProblem resolved. Thank you.
Forum: Themes and Templates
In reply to: Firefox wierdnessRoot, I’m glad that you are such a genius that you can remember all of everything you have read about html, but I really don’t need this crap.
I am not a coder, I am just someone trying to get my site to work, and I am trying to retain as much of this as I can, and still do the real work, which is the content of my website.
If you don’t want to help me learn, then just don’t reply to my post. I don’t need your immature elitist geek shit in my face.
Forum: Themes and Templates
In reply to: Firefox wierdnessand learn basic html: the comment out is
<!– text here –> only 2 dashes, not a zillion...
Is there any reason people on this site have to be such jerks! We are all learning here. Even you, Moshu, so there is not need to give me shit!
It is not entirely obvious that additional dashes are not considered proper html. None of the tutorials I’ve read mention this. I thank you for pointing it out, but do you have to be so damned rude in the process?
Forum: Themes and Templates
In reply to: Firefox wierdnessOn further investigation, this is what WordPress seems to be doing. It is inserting random
<p>
markers in my post.I reformatted the article, taking out all carriage returns and whitespace, and it is still full of random paragraph markers. What is that all about???
Reformatting the post still doesn’t resolve the Firefox issue. Its as though there is some hidden control character in there or something. Bizarre.
Forum: Themes and Templates
In reply to: Formatting second page of paged postsCan someone just give me some clue if this is even possible. Or am I wasting my time pursueing it?
Forum: Your WordPress
In reply to: php – tag help – post previous monthAlso, if you’re just trying to show posts for the previous month when no posts exist for the current one, this may be what you’re after:
Yes, this is what I am looking for (the second example), but I can’t get it to work. I pasted your code between my
if (have_posts)
andwhile (have_posts)
statements. Is this correct?It is behaving just like my original code. I have only one artlicle, and if I edit the timestamp to the previous month, I get a blank page.