Vlipmode
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Links] [Plugin: BuddyPress Links] doesn't fetch linksYou need to have Http://
Maybe a experience PHP coder can look the code over and unbug the plugin, ithink it should work flawlessly .
You also need a .htacces file containing (Create file in notepad & name it “.htaccess” <note: its a unamed file so only “.htaccess”
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
I think their is a problem with your Pretty Permalinks,
You need to have mod_rewrite enabled in PHP, (Php.ini)
You also need to change The httpd.conf in your PHP folder i think,
And rewrite “AllowOveride none” into “AllowOveride All”CTRL-F will be your friend
Hope that Helps!
me 2 the avatars are not fetching….i have noticed a bug in some of the core files and their was a mispelling of uri instead of URL
you need have a text searcher within files AgentRansack
step 1.
Download your Buddypress-links file from FTP, Your child theme also
2.
Search for BP_avatar_UPLOAD_PATH,
and in one of the core files the mispelling is their,
Its alittle above the actual keywordIdk if it fixes the problem though
ihave changed to many ,
now its broken so ineed to reinstall,I really hope this plugin can back on track