isellstuff
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: How to display category page if no posts yet in categoryForum: Requests and Feedback
In reply to: How to display category page if no posts yet in categoryAnyone able to help?
Forum: Plugins
In reply to: [Plugin: Article Directory] Needs fine-tuningDimox: Your site is not allowing comments to be posted anymore. tried in FF & IE browsers.
well i installed the site theme and plugin on a diferrent host and it works absolutely fine there.
So i need to know how or what to modify in order for the plugin to know im installed in a subfolder off the root folder with its own domain pointing to it.
anyone?
Forum: Plugins
In reply to: author page code?I figured it out.. ?? thx
i used <?php the_author_posts_link(); ?>
and worked great.
And i installed the same site on the root instead of the subfolder of my hosting and permalinks worked just fine…grrr..
so i need to know how to make wordpress know that my site is in a subfolder off my hosting root.. something in the htacces file?
I am setup like so
main site(root) permalinks are fine
>>testersite(subfolder off the root) permalinks not fine.hope that makes sense.
any help would be appreciated.Forum: Plugins
In reply to: author page code?i want to have it so when users see the authors name in the article. They can click on the authors name, and it will tyake them to the profile of that author. Not to list all authors..
I already use author pages, but i cant seem to get permalinks working with the plugin i am using. So i have to change the text the link to the authors profile page. To something other than
sitename.com/author/authorname/
i need to go back to sitename.com/?author=5
the code i use now is
<td style=”border-style: solid; border-width: 1px”> More By the Same Author: /author/<?php the_author_login(); ?>/”><?php the_author() ?>
</td>Unless someone can help me wioth the htaccess/permalinks problem. This is what i have to do.
hope that made sense
thx in advance
Forum: Plugins
In reply to: [Plugin: Article Directory] Needs fine-tuningHi there,
I am having an error with your plugin, while trying to use a permalinks setting other than the default one.
I uninstall your plugin, and permalinks work just fine. So i know its not a mod rewrite issue.
I setup a new unmodified installation to try this out. And still the same problem.
Anyone else having this issue?
Forum: Fixing WordPress
In reply to: Trouble with permalinks & database backup/importThx for help so far, but no luck resolving this as of yet..
I am getting so frustrated trying to figure this out..
Can you tell me which part of the db needs to backed up, so it just grabs the categories. No posts or other info..?
basicially so i can just plug the categories into any wordpress install.
Maybe i can do it this way..?
thx again in advance for any help..
Forum: Fixing WordPress
In reply to: Trouble with permalinks & database backup/importThx 4 your thoughts
Mod rewrite is definately working, i have other wordpress sites on same hosting and they work fine.
It is only when i backup the database of the site i want to use on other multiple sites.
Its like when i backup the site that has all the categories already setup. It saves into the database files, that only /%postname%/ can be the only user choice. Then when i add it to the new sites database, it will only let that permalink option work.
what should be in my htaccess file anyway?