scratali
Forum Replies Created
-
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Unicode support?Thank you for your reply. I’ve changed “relatedness” in every way possible. What I get from it is that only category affects the “relatedness”. One other thing is that the result threshold only shows 1. And as I said, I had this plugin work perfect in nearly 6 months ago. Btw, the number of categories and tags are normal.
Hadn’t my site be entirely in Persian, I’d gladly provide you with link and everything.
Anyway, your help would be really great. Could it be my incorrect installation? (I’ve only copied the yarpp-templates to the theme directory.
Forum: Plugins
In reply to: [WP Favorite Posts] WP Favorite Posts and Custom Post TypesHi
I need the same feature. Can anybody please help?That’s fine, thank you anyway.
This is my email: scratali [at] hotmail .com
Would you please contact me via this email? I provide you with some information and I’ll tell you why I needed you to use my email.No, it’s in my public_html folder and it’s not a add-on domain. I could provide you with a actual url, but the problem is that my site is in Persian. If you don’t have problem with that, please let me know.
for example, test.com to test.mydomain.com.
I had the same problem with blogs created in cpanel. they too would show the signup page instead of the real subdomain (@Andrea_r: you may remember that topic). I solved the problem by adding some redirect rules to htaccess. Should I use the same method for domain mapping? If so, do you know the code required for this?Another thing; You said that; “This means it can’t find the address in the database”, can I add domains manually to database? And where can I find instructions for this?
ThanksYes, that’s exactly what I did. I mapped a domain from the blog’s admin area. But the problem still is the same.
I know I’ve missed something, but I can’t figure out what is missing.
Could it be because of wildcard? My host added it for me when I wanted to install Multisite feature for subdomains. I don’t know if the settings is exactly what the plugin needs. Anyway, can you please explain what exactly you mean by “within wordpress”?Hi, I have the same problem. When I map test.com to test.mydomain.com and park test.com, goion to test.com just shows signup page.
What is the problem?
I have this a record in DNS zone: *.mydomain.com. A my.server.IP.address
and I used the IP instead of CNAME.Forum: Networking WordPress
In reply to: Sub domains problemMy problem solved permanently by simply doing this:
Adding these three lines ABOVE the wordpress htaccess settings:
RewriteCond %{HTTP_HOST} wiki.mydomain.com
RewriteCond %{REQUEST_URI} !wiki/
RewriteRule ^(.*)$ wiki/$1 [L](of course below these:
RewriteEngine On
RewriteBase /
)By saying wordpress htaccess settings, I mean:
# BEGIN WordPress
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]# END WordPress
Forum: Networking WordPress
In reply to: Custom theme for each siteThanks for the info. What I really wanted is that each site automatically has its own theme and editing every files like index.php or function.php, etc could be done for every single site/blog.
Anyway, this should do the trick for me for now. Thanks again!Forum: Networking WordPress
In reply to: Sub domains problemAnother thing that I’ve discovered is that after said time (3 or 4 days), subdomain turns to a sub-directory. What could be the problem?
Forum: Networking WordPress
In reply to: Sub domains problemNow I have a weird problem. My problem did fix at the first by deleting the subdomain (i.e wiki.mydomain.org) and recreating it. The problem now is it works fine for some days (say 4, 5 days) and then it’ll redirects to main domain saying that this subdomain is banned from register (I added wiki to the banned site names’ list). What is the problem and is that a problem with my host’s settings?
I even added these three lines in .htaccess:
RewriteCond %{HTTP_HOST} wiki.mydomain.org
RewriteCond %{REQUEST_URI} !wiki/
RewriteRule ^(.*)$ wiki/$1 [L]Forum: Networking WordPress
In reply to: Sub domains problemYes, my problem somehow has been solved.
I’ve added the wildcard record, added “wiki” to the banned list, deleted the old subdomain and created a new one, but I didn’t put these lines in .htaccess:
RewriteCond %{HTTP_HOST} wiki.mydomain.org
RewriteCond %{REQUEST_URI} !wiki/
RewriteRule ^(.*)$ wiki/$1 [L]I don’t know exactly how this problem solved (or does it exist in the first place!?), maybe the support from my host have done something or maybe just deleting and recreating the subdomain was the solution.
Forum: Networking WordPress
In reply to: Sub domains problemI’ve done instructions in this topic:
https://mu.www.ads-software.com/forums/topic/681i.e putting these three lines in public_html/.htaccess and public_html/wiki/.htaccess:
RewriteCond %{HTTP_HOST} wiki.mydomain.org
RewriteCond %{REQUEST_URI} !wiki/
RewriteRule ^(.*)$ wiki/$1 [L]but nothing differently happens ans still when I go to wiki.mydomain.org, it redirects to mydomain.org. What’s the problem? (i’ve added wiki to banned list).