desbest Posted March 9, 2018 Share Posted March 9, 2018 I've made a website for a client, called Ekzaga which serves multiple purposes. It is a forex broker and cryptocurrency exchange directory, as well as a trading tutor marketplace. The trading tutor marketplace section is hidden as my client is trying to get various tutors to join the website willing to teach students, but it does exist in the code, you just can't access it online. Launch Ekzaga 8 Link to comment Share on other sites More sharing options...
OllieMackJames Posted March 9, 2018 Share Posted March 9, 2018 I like what you did with the homepage, asking people what they want to trade, and then based on their answer you show the next question etc. Can you perhaps explain how you did that? Nice work! Link to comment Share on other sites More sharing options...
desbest Posted March 10, 2018 Author Share Posted March 10, 2018 I got my client to send me a Word file in Outline View of the questions and to indent right for every subsequent question, and put the 3 desired outcomes for each question in brackets. However for two of the questions which appear in succession, how you answer both of the questions, dictates the final 3 results rather than the 3 results being chosen for one option. What the javascript code does, is have a "mayberesults1" array and "mayberesults2" array for both questions, and it checks whether what 3 results are in "mayberesults2", whether they match what's in "mayberesults1". If they match, it is kept, if there is no match, one of the outcomes from "mayberesults1" is dropped and replaced with one from "mayberesults2". If you use Ctrl+U or Cloverleaf+U then you can see the javascript code for yourself at the bottom of the page. The "results" and "mayberesults1/2" are a HTML tag attribute added to the element you click on. What is inside the attribute are three page id's separated by a pipe symbol, (eg. 473|382|943) There is also a sitemap which makes use of the Sitemap module. Other modules used are Form Builder, Blog, Wire Mail SMTP, Padloper will be used in future once my client gets tutors involved on the website. Below are some screenshots of the website that you won't see on the current website. I prefer the old home page that had the photo on it as it is more graphical and I'm not a fan of minimalism, but the client went with his newest idea for a home page. 1 Link to comment Share on other sites More sharing options...
kongondo Posted March 10, 2018 Share Posted March 10, 2018 Some blog pages are missing style sheets: /blog/categories/ /blog/tags/ + children /blog/authors/ + author pages /blog/archives/ + (year and month) blog/post/ Link to comment Share on other sites More sharing options...
desbest Posted March 10, 2018 Author Share Posted March 10, 2018 Well spotted! I am fully aware of this. As my client has not added enough blog posts to the website and the website doesn't get enough traffic as it's not being advertised yet, we both agreed not to format or give stylesheets to those pages. When there are more articles on the blog, it will make sense to style those pages later, as people will want to browse by author, category, tag and date. Also I think I'll leave the blog/post/ page without a stylesheet as a joke. It's not a page that people are expected to find. Maybe I should add an easter egg there. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now