Forum Replies Created

Viewing 15 replies - 16 through 30 (of 30 total)
  • Thread Starter Dan

    (@dan013)

    It never fails – As soon as I post a support ticket, the solution is found.

    It’s a browser issue.

    Chrome V30.0.1599.69 doesn’t like something.

    Thread Starter Dan

    (@dan013)

    With the tag text highlighter disabled in the admin panel and lines 923,924 of image-metadata-cruncher.php commented out, html tags aren’t stripped.

    923.... //$key = sanitize_text_field($key);
    924....  //$value = sanitize_text_field($value);

    Nailed it! That’s exactly what I’m looking for. Thank you very much.

    @anton
    I understand… I’m seeing the date December 13, 2012 because the page I dedicated to display invoices was created on that date, nothing to do with the date the invoice was created.

    You’re right, echo $invoice['post_date']; is a bit ugly.
    YYYY-MM-DD HH:MM:SS isn’t the format I would like to use.

    I’ll stick to adding the date in the description section for now. Hopefully the date functions will be available soon. Thanks for the help and great plugin.

    Is there a special wpi function to display the date the invoice was created?

    Using
    the_date(get_option('date_format')) or the_date()
    in my custom template shows December 13, 2012 no matter when the invoice was created.

    Assigning a due date and using
    wpi_invoice_due_date()
    in a custom template displays the correct due date.

    Sample invoice
    Sample invoice created: June 17, 2013
    Due date 1 week: June 24, 2013

    I’m using wp-invoice Version 3.08.6

    Thread Starter Dan

    (@dan013)

    Resolved! Thanks again for the help.

    Thread Starter Dan

    (@dan013)

    I have a feeling I was over thinking things. If I forget the entire DNS alias part and:
    1 – Create a subdomain (s4.mainsite.com)
    2 – Add the subdomain to my network
    3 – Visit the subdomain’s dashboard
    4 – Tools > domain mapping > add new domain correcturl.com
    5 – Set the newly added domain as Primary
    6 – Visit correcturl.com, and it works.

    My thinking was if I used an alias for a subdomain, the alias would appear on the domain mapping page instead of the subdomain. So for my setup, there’s no need for DNS changes or alias.

    Thread Starter Dan

    (@dan013)

    Exactly. The first and second subdomains have modified DNS’s. Neither are responding. The third subdomain, with an unchanged DNS is up and running with a url of s3.mainsite.com.

    If the first and second subdomains aren’t up by tomorrow morning, I’ll call 1and1 and try to get some more answers.

    Thread Starter Dan

    (@dan013)

    whatsmydns.net shows check marks and the desired urls when I enter the subdomain and verify the CNAME. Keep in mind my host is 1and1 on a shared server, which from what I’ve read can be a little ugly.

    I’m figuring it’s my host. Either taking longer to update or blocking something.

    Thread Starter Dan

    (@dan013)

    And Ipstenu, thanks for hanging in there with me.

    The WP community is pretty cool! It’s been about 2 weeks since I started with WP and It’s amazing how much easier and faster it is to understand than other CMS systems, like one that rhymes with Doomla!

    Thread Starter Dan

    (@dan013)

    The reason I ask about the DNS setup again is because I’ve had the domain mapping plugin installed.

    I mapped my third domain to the network without a hitch. I can navigate to the dashboard or visit the site, no problems. I purposely didn’t change the DNS to use it as a “baseline”, so I was able to see if my WP setup was correct.

    1and1 says it takes 24-48 hours for the DNS to propagate. I think I’m just being impatient. Like starring at an oven with a dozen chocolate chip cookies baking away. They can’t get done fast enough!

    Thread Starter Dan

    (@dan013)

    Either it’s taking quite a long time which is possible (over 20 hours), or something isn’t configured properly.

    Visiting the site directly, xyz.com or 123.com, I see
    mainsite.com/wp-signup.php?new=xyz.com and /wp-signup.php?new=xyz.com

    Visiting the site through my network dashboard results in “Server not found”.

    I’m working with three subdomains, all pointing to the same directory which is where my WP install is located. Parked domains are also pointed to the WP install directory. The third subdomain has no DNS changes and I successfully logged into the dashboard and domain mapped it to my network.

    Is this DNS set up incorrect?

    s1.mainsite.com -> IP: 111.111.111.111 + Cname Alias: xyz.com = https://xyz.com
    s2.mainsite.com -> IP: 111.111.111.111 + Cname Alias: 123.com = https://123.com
    s3.mainsite.com -> IP: 111.111.111.111 + Cname Alias: none = https://s3.mainsite.com

    Flushed local DNS cache through the Terminal: dscacheutil -flushcache

    I know this has been answered before, I’m digging for the post now…

    Thread Starter Dan

    (@dan013)

    Thanks lpstenu. Between your posts and Andrea’s posts, 99% of my questions have been answered. I actually did both setups this afternoon, subfolder and subdomain using different domains. I have quite a few extra domains to play around with…

    Now I’m waiting for my test subdomains to propagate (correct term?). 1and1 and whatsmydns.net show them ready but Firefox can’t find the server. Patience!

    Thread Starter Dan

    (@dan013)

    You need to park the domain so your server knows ‘I accept domainfoo.com’ but you may be able to alias the domain instead of park it. Both work.

    That’s probably what it was referring to, still can’t find that post.

    All of the domains I’m using are parked and collecting dust. I figured it best to get my feet wet with a few domains I’m not doing anything with.

    Got everything up and working (thanks to the forum), now I need to get those urls worked out.

    Thread Starter Dan

    (@dan013)

    For the life of me I can’t find the post that referred to empty parking the domain as a step during the setup process. I thought the same thing,

    I don’t understand what parking your domain name has to do with using it for a Multisite install.

    So I opted for the sub-domain setup.

    Pardon my newness ??

    At any rate, using sub-domains, would this be the proper way to map the domains… Before I start changing DNS info and have to wait hours for it to update, just to find out it’s wrong.

Viewing 15 replies - 16 through 30 (of 30 total)