bdoreste
Forum Replies Created
-
Forum: Plugins
In reply to: [nrelate Related Content] Re-Index Unavailableall fixed now from a ticket placed on the nrelate support forum… thanks katrina!
Forum: Plugins
In reply to: [nrelate Related Content] Re-Index Unavailablesame problem here!
the reindex button is greyed out ??
please help!I tried redefining the temp directory in wp-config.php to:
/* Contact Form 7 - Really Simple CAPTCHA temp directory */ define( 'WPCF7_CAPTCHA_TMP_DIR', '/storage/www/primary_domain.com/files/wpcf7_captcha' );
to see if that would work for both primary_domain and mapped_domain, but still no dice.
any ideas?
Forum: Networking WordPress
In reply to: can't log into wp-admin of mapped domaindoh… all good now ??
I created a new blog post at:
https://bridog.net/2011/01/11/wordpress-3-create-network-and-domain-mapping-plugin/ to detail the process… thanks again Andrea_r! ??Forum: Alpha/Beta/RC
In reply to: multiple Multisite installs on single IP?darnit… the “Domain Mapping” option is not showing up under Super Admin in the base install… what am I missing???
Forum: Alpha/Beta/RC
In reply to: multiple Multisite installs on single IP?it looks like I was able to get it working! ??
I forgot to add /blogs.dir/ and to enable the Network menu item ( Administration > Tools > Network ); step 4 at:
https://codex.www.ads-software.com/Create_A_Networkthanks again!!!
Forum: Alpha/Beta/RC
In reply to: multiple Multisite installs on single IP?sunrise.php is in /wp-content/ ??
I tried using both the 0.5.1 and 0.5.3 versions of the domain mapping plugin, but no dice.
I should note that this install is being run on a domU virtual machine under Xen.
I am using WP 3.0.4, but posted here since I originally started this thread back in June… if anyone has successfully set up domain mapping with 3.1-RC2 or 3.0.4 please let me know!
Forum: Alpha/Beta/RC
In reply to: multiple Multisite installs on single IP?ok, here we go again…
I am trying to set up another multi-site install, but something isn’t cooperating with me.
Everytime I place the domain_mapping.php file into the mu-plugins folder, OR insert the following code in wp-config:
define( 'WP_ALLOW_MULTISITE', true ); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'example.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); define( 'SUNRISE', 'on' );
my main wordpress install times out and will not load any pages.
what gives? I have followed the directions in my own post here, and on Otto’s page at: https://ottopress.com/2010/wordpress-3-0-multisite-domain-mapping-tutorial/
Forum: Plugins
In reply to: [Plugin Name] [Plugin: RealShoutSearch] Is this plugin working for anyone?This is an awesome plugin, but I have a few ideas to make it work even better:
1.
I’d like to widen the drop-down boxes from 90px to 150px or so. I
tried editing RealShout-RealEstate.php to change the width values in
the “select” attributes for the boxes from 90px to 150px, but no dice. Is some CSS overriding those values?my goal: there are several towns in Delaware which encompass several
zip codes; i.e. Wilmington covers 19801, 19802, 19803, etc, thus
google returns results over a fairly wide area for “Wilmington”I did a little playing with the “city” field, and found out that if
you code the city as “Wilmington, 19803” instead of “Wilmington, then
you can filter the results even further.The problem: “Wilmington, 19803” does not fit in 90px wide drop down box ??
2.
It looks like Google Base also collects Open House info:
https://base.google.com/support/bin/answer.py?hl=en&answer=78170I would love to be able to provide searchable Open House data on my
site. There are also other searchable attributes in the Google Base
data, which include: agent, broker, feature, hoa_dues, mls_listing_id,
model, parking, property_taxes, school_district, styleIs there any way to add any of the aforementioned searchable fields to
the fields already included in the plugin? I would love to add
functionality to search by school district, or even by parking or MLS
id.Forum: Plugins
In reply to: [Advanced XML Reader] [Plugin: Advanced XML Reader] Multiple Entries LoopHi Raymand – this is an awesome plugin!
Is it possible for the plugin to loop and parse through multiple entries, but for the user to only specify a single entry?
For example, I have an XML file with a key labeled
offerdetails
which is repeated. I get the following message:offerdetails This is a list containing multiple values. [advanced-xml:offerdetails]
Within
offerdetails
, there are many other keys, such asOfferId
andOffername
How can I single out
offername
fromofferdetails
1234?Forum: Plugins
In reply to: [Plugin Name] [Plugin: RealShoutSearch] Is this plugin working for anyone?I am also having problems getting RealShout 2.0 to work with WP 3.0.1
It seemed to work ok with WPMU 2.9.2, but things broke in the admin when I upgraded to 3.0.1.
Upon upgrading from WPMU 2.9.2 to WP 3.0.1, the following links no longer work on the RealShout Default Search menu in wp-admin:
– State/City Management
– Listing Types
– User Contact
– Google Map API KeyClicking on the above menu options simply redirects back to the
wp-admin Dashboard.I also tried a fresh install of WP 3.0.1 and setting up the plugin brand new, but I keep getting a
You do not have sufficient permissions to access this page.
message when I try clicking on the ‘State/City Management’ link for the plugin in wp-admin.Forum: Networking WordPress
In reply to: multisite with dynamic footer.php; same thememcfd90, thanks for the response!
I ended up using
get_bloginfo('url')
with a series of if statements, but will try implementingget_current_site()
instead.thanks again!
Forum: Networking WordPress
In reply to: good link cloaker for Multisite installation?I deactivated and reactivated the plugin, and it seems to work just fine now… I activated individually from each site; NOT via “network activate”, and it works.
Forum: Networking WordPress
In reply to: 3.0 Multisite; domain mapping AND subdomains?yay, it works!
I removed the A-record for
blog.someotherdomain.com
, and putblog.someotherdomain.com
in the ‘Add New Domain’ box under ‘tools > domain mapping’ and checked it as primary.thanks so much Andrea, once again! ??
Forum: Networking WordPress
In reply to: 3.0 Multisite; domain mapping AND subdomains?ok, so I create a CNAME record such as:
blog4.mainsite123.com. 3600 IN CNAME blog.someotherdomain.com.
do I remove the A-record pointing blog.someotherdomain.com to my WP multisite install?
do I need to map anything under ‘tools > domain mapping’? or change the
home
orsiteurl
in ‘super admin > sites > edit’?