I NEED ADVICE: Need Web Software for customers to access backend
-
I have a prospect in the credit repair industry. Does anybody know of some software where the clients can log into their own accounts to see the progress?
The feature I am looking for is like a Real Estate website where the brokers can create their own accounts and upload their own properties.
-
I'm not a Wordpress expert, but theoretically any CMS that supports user accounts and permissions can do this, and the rest would configuration/custom development.
Would the information mostly be files/data from other sources (e.g. spreadsheets and word documents)? You might be able to get away with an FTP/SFTP solution if that's the case.
If actual information (e.g. from your own database) and interaction is needed then you're definitely going to have to do something custom; I don't think there's an 'out of the box' solution that will do what you want. The amount of work involved would be relatively small though I'm guessing, probably 3-4 days for a good programmer depending on the platform/database/desired functionality.
Speaking personally, I wouldn't be a fan of Wordpress for a financial application, it just seems like every quarter there's a new exploit. Another thing to watch out for is your hosting; when I'm doing PCI upgrades/certification/audits shared/virtual hosting can be something of a pain to work around. I don't know if the applicable standard for your task would be more or less strict.
-
I'm thinking O would have them pull the file like through a web connect (like my quickbooks) or they import the file using a spreadsheet once per month. Yes, compliance can be a big thing. Thank you for sharing your input.
-
Francisco, you've probably thought about this, but be sure to look at all of the banking rules about privacy and sharing of information as you build this. When I worked at an agency, I remember how it would take weeks of turnaround to get a simple banner ad approved, as all of the wording had to go through legal, and how resistant another bank was to even install Google Analytics on some of their https pages.
I'm taking my experiences there and thinking there must be a lot of rules regarding how a site is to be secured so that type of information isn't hacked, how to ensure proper information displays for each level of person accessing the system, etc. Cost of compliance may be something to consider, and I don't know if WP would be quite compliant enough out of the box.
-
Basically the site will be built from the ground up, of course using a CMS. The owner would give access to subscribers. It is a credit management service. Currently the owner of the company gets referrals from the banks for people who were turned down for a mortgage or something large. These people/clients will need to get their credit repaired.
All information will be on the subscribers dashboard in their respective accounts. Banking information will be pulled from banks accounts and FICO scores will be pulled from credit reporting agencies. There would be target goals to get a FICO score above a certain goal amount.
I primarily use WordPress and Magento. I have seldom used Joomla and Drupal, but I am familiar with them. Although I have used WordPress many times, I have never heard of any plugin that can create a backend for subscribers. I can't think of anything that is out of the box. The cost of having custom program applications may be too expensive for the prospective client.
@Ryan, You say "This functionality is offered with most any CMS.". Are you saying that WP has a feature where a paying subscriber can have their own account? I have that in Magento, but it's more about tracking packages, orders, subscriptions. I guess it may work in Magento, but I would have to hack everything. Is there something a little more out of the box?
Thanks guys. I always try helping people in this Q&A forum. Good to know there are pros here, not all beginners.
-
I agree with Valery.
I would also request more details about the nature of how the site will be used. It sounds like the site owner wishes to upload content (credit reports, etc) then restrict access so only specified users (i.e. the client, the client's employees, etc) would have access to the content. This functionality is offered with most any CMS.
If something further is required, we would need to see something along the lines of a Requirements Document to offer better feedback.
-
It really depends on the underlying architecture. If you're using a custom developed solution (e.g. in .net or .php or the like) then you'd likely have to also create a matching interface for author/editor access.
Some CMS solutions like Joomla, Wordpress, Drupal etc. have pretty robust back end controls that you can control access to, create accounts, etc. But each of them have their own foibles. I think to get a real answer we'd need to know how things are set up on the backend. For example, is it database driven? What kind of database? What language is the site developed in? That sort of thing.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Tools for understanding customer behaviour
Hi Can anyone recommend any tools for understanding how people interact with a page? We use events in analytics and have previously used hot jar. I didn't know if there were any new ones? Thanks!
Web Design | | BeckyKey2 -
Do we need both an .XML Sitemap and a .aspx sitemap?
Hi Mozers, We recently switched servers and it came to my attention that we have two sitemaps a XML version of the sitemap and a .aspx version of the sitemap. This came to light as the .aspx version of the sitemap is causing the site to come to a screeching halt as it has some complex code and lists over 80,000 products. My question is do we need both versions of the sitemap? My understanding is that the XML version is for Search Engine bots and the .aspx version is for customers. I can't imagine that anyone is using our .aspx version as it is basically a page with 80,000 links and it's buried away on the site, so we were hoping to kill off the .aspx version of the sitemap and keep the .xml version for Search Engine Bots. I wanted to check here first to make sure we did not any negative search engine implications. Any help would be most appreciated. Thanks so much! Patrick
Web Design | | gatorpool0 -
Ecommerce web design read more toggle vs menu link on home page and product pages
Hello, We have an Ecommerce store. We have a lot of content on the home page and product pages and we are going back and forth between which one to use between a toggle "Read More" "Show Less" toggle for each section and a anchor linked menu. We have long product pages We're thinking a read more toggle is more appropriate for category descriptions so that they can go at the top of the category and not take up space. But the read more toggle with lots of content scrolls the page down and doesn't scroll it back up when you hit "show less" We're leaning towards a linked menu for the home pages and product pages for this reason, but an accordion type set of toggles would look nicer. What do you recommend, and how have you set up your read more toggles if they have lots of info so that they are not confusing? Are there other options? ' Not looking for code (I can do that) I'm looking for ideas on the cleanest home page, category pages, and product pages when they have tons and tons of textual content. Wanting to trim it up and make it look compact and neat! Thanks!
Web Design | | BobGW0 -
We're considering making notable changes to our website's navigation. Other than 301 redirects from old pages to new, what do I need to consider with this type of move or update?
We would like to make some navigation changes to our website: www.NetGainIT.com, specifically to the services section. I know that I will need a list of 301 redirects if I do not plan on keeping certain pages, but what else do I need to consider?
Web Design | | NetGainTech0 -
Confirm responsive design is accessible to crawlers?
Trying to ensure crawlers can access all important info on a new responsive website, but it's javascript-heavy. Following Google's advice/best practices, but can't get the Fetch and Render tool to confirm it's working. Anyone dealt with this before? Also posted in Product Forums with more detail: https://productforums.google.com/forum/#!msg/webmasters/PjxtBYClupw/56id80FUQdMJ
Web Design | | BoxerPropertyHouston0 -
Web Developments and Breakpoints for SEO
Google likes fast and clean pages. Pages load better when they are optimized for each platform. With the new Ultra HD resolutions and ultra phones, what is the optimal number of breakpoints for web page with images on them?
Web Design | | Atlanta-SMO0 -
Hey, So I know wordpress is built with a user capability, but what about databasing custom user data?
Hi everyone, so I am working on a project with a friend of mine, without getting into too much detail, here's the problem. We need users to sign in, then for instance, click a button, and then have that action record a value of 1 in a database on our server (preferably accessible through the wordpress admin interface, and in .csv format so that we can make it easy to work with) Any help with databasing, or if wordpress is already built with SOME database technology, etc, etc For instance, SEOmoz's "mozpoint" system.. Wordpress comes built with the ability for users to log in and have profiles with special access, etc, but does it have the ability to log points and values to a specific user as well? Where should I look? What should I google to figure out options? Who could I call / hire?
Web Design | | TylerAbernethy0