Git Product home page Git Product logo

blogcfc5's People

Contributors

cutterbl avatar ddspringle avatar dfgrumpy avatar jrowny avatar reboog711 avatar seancorfield avatar tkelley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blogcfc5's Issues

Missing images

The css files refer to loader.gif and block-nav.png which do not exist in reposityory

Privacy issue with comment notification emails

When someone (not the blog owner) is subscribed to comments they get an email for each new comment that comes in. The FROM address for that email is the commenter's email address.

In general, blogs don't publish the email address of the commenter for privacy/spam reasons, but it is visible to the blog owner for contact/abuse/whatever reasons. This, then, would seem to be a bit of a breach of privacy.

Other popular blogs (Wordpress, Mango, etc) offer a configuration setting for the from address for comments, and it will often default to "[email protected]" or something like that.

Gravatars sometimes don't work

I will occasionally comment on blogs from my phone, where my email address autocomplete includes a capital A and often I end up with a space at the end of the field, too. In these cases, my gravatar doesn't show.

Gravatar specs say you should lcase the email address before hashing it, and while you're at it (if you're not already), you should trim it, too. :)

Admin login

Good Evening,

I just installed blogcfc and cant seem to get passed the login page. Any ideas what could cause this?

Issue with email getting tagged as spam

From Ray Camden:

"apparently you get dinged for Spam if you send an html email and do not include an actualy html tag
looking at mailEntry, i can confirm that
first line is a h2"

Loadtweetbacks.cfm should check to see if enabled

On my new blog I have tweetbacks disabled, but because Google, or some other bot, logged the URL, it still gets hit. When run, it throws an error because application.tweetbacks doesn't exist. A simple fix is:

<cfif not application.usetweetbacks>
    <cflocation url="index.cfm" addToken="false">
</cfif>

Tweetbacks suddenly failing

I'm getting this error anytime a post is viewed:

Script Name: /blog/loadtweetbacks.cfm?id={blog_uuid}

Message: Element RESULTS is undefined in a CFML structure referenced as part of an expression.

It happens when trying to load Tweetbacks. Right now, I've no idea if I enabled them or not. But I've got about a hundred error messages in the last day related to this.

There's a message stating "loading Tweetbacks", then it fails and it loads a blank entry document body into the existing post.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.