Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by BRCO

  1. BRCO

    JavaScript Need help with to <script> codes on the same page.

    Had to combine the <script> tags
  2. BRCO

    JavaScript Need help with to <script> codes on the same page.

    I guess it shows 2 exports how would I combine them?
  3. BRCO

    JavaScript Need help with to <script> codes on the same page.

    ** FIRST** <script> export default { name: 'UserSetting', data: function(){ return { user_email: '', user_new_password: '', user_confirm_password: '', user_existing_password: '', } }, mounted: function () { this.loadUserDetails(); }, methods: {...
  4. BRCO

    vue.js Need help with anchor links

    How would I create anchor links with Vue.js Nav Bar and other links show <li class="nav-item active mr-lg-4" v-if="!loggedIn"> <router-link class="nav-link" :to="{ name: 'home' }">Pricing</router-link> </li> <li class="nav-item active...
  5. BRCO

    Need some advice on integrating Ruby on Rails website to a forum login

    well I went with Mybb... so if anyone knows the answer to my questions using mybb please let me know!
  6. BRCO

    Need some advice on integrating Ruby on Rails website to a forum login

    So i am trying to set up a subdomain with a forum for my ruby on rails website which will be hosted on different server. so I have A domain.com hosted on AWS which is built with Ruby On rails then B Community.domain.com hosted on another server. I would like to make community.domain.com a...
Back
Top Bottom