Jump to content

Dean_

Clients
  • Posts

    1,044
  • Joined

  • Last visited

  • Days Won

    3

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Dean_

  1. Afternoon Taman, I'm still getting the nav bar going toward the top of the page. This is on a fresh install of the theme, both on FF and safari (both Windows/Mac).

    Update: it's the Social Icons plugin that's caused the issue, will get on to the maker.

  2. 3 hours ago, ipro said:

    I'm only just launching my IPS as a private members group. All forums will be hidden from anyone not logged in.

    I'm just looking for the ability to create an attractive splash page for non-members. Does the them give me that ability?

    You could make use of the slider and have it show guest messages.

  3. 6 hours ago, Himadri Goswami said:

    I hope, these will be just options, not a default feature. We are running it for doctors :) . the day it becomes for kidz...God know what will happen

    That's a very narrow minded out look... Such features should and will apply to all ages. However, it will indeed be a very welcomed feature that will have a lot of outcomes :rofl:

  4. I'm looking to buy this sometime in the very near future when I've finished setting up my site. An idea I have is to be able to have a quiz and at the end have it calculate percentage and be able to select an option out of 4/5/6 possibilities.

    For Example:
    The Topic - What spirit animal are you? (Otter, Dog, Wolf, Fox)
    I would then list around 10/15 questions, each answer depending on what you pick will then select what you would be classed as.

    Question 1
    What do you want to be when you grow up?

    Possible Selections
    An artist
    A scientist
    A business person
    An athlete

    Questions 2
    Where would you like to live?

    Possible Selections
    In the city
    You would like to travel
    In the country
    In the forest

    So at the end you'd have the system tell you what you are out of 4 possible selections
    Wolf
    Dog
    Otter
    Fox
    Obviously each possible answer from the above questions would relate to a particular animal. This can of course be related to any question.

    An example of how it works on other sites:
    Click here to see a quiz

    I understand this might be some work, but if it proves popular with others I would be happy to help fund this feature if you would ever consider it.

    Thanks for your time Adriano.

  5. 3 hours ago, TAMAN said:

    use your custom font like this custom.css

    
    
    @import url('https://fonts.googleapis.com/css?family=Open+Sans');
    
    
    /* slide header */.swiper-slide .slide-container h4,
    /* slide content */.swiper-slide .slide-container .ipsType_richText{
    	font-family: 'Open Sans', sans-serif;
    }

     

    How would I do it with a font like a .TTF file which I have on my computer which I can upload and use?

    Would this be correct? (This has worked, but not sure if it's right)

    @font-face {
      font-family: 'MYFont';
      src: url('http://www.mysite.com/MYFont.TTF');
    }
    
    /* slide header */.swiper-slide .slide-container h4,
    /* slide content */.swiper-slide .slide-container .ipsType_richText{
    	font-family: 'MYFont', sans-serif;
    }

     

  6. 34 minutes ago, TAMAN said:

    Hi!

    There are no settings for that, but it is very easy with custom.css

    Example, if you want to hide all sub forums under a category named "A test Forum"

    
    [cat-title="A test forum"] > ol li > .ipsDataItem_main > .ipsDataItem_subList {display:none;}

     

    Brilliant that's worked.

  7. @TAMAN - Is it possible to hide sub forums? So it only leaves the main category link. If so can a setting be added to which you can select which categories you want to show sub forums on the main page. Something like the category styling where you type the name of the category and choose from there.

    Or is it easy enough to do within the custom.css

    Thanks

  8. Is there a way in which a persons location is added to the map, it will add a link to the profile in topic view. Where we have custom fields, could members map use the Location field and make it a link to redirect the location on a bing maps/google maps?

  9. I've had a look through the posts, but I can find a way for the location to automatically added to the topic view?

    Seen some forums in authorpane Location: Canada  - The Canada would be a link which takes you straight to a map be it google or bing.
    Is this possible to do? Using Member Map  v2.0.1

     

  10. Hi Cheersn

    I've done this myself and I'll explain the steps that I use but may not be correct or maybe long winded by other members but it works for me. (based on cpanel and phpmyadmin)

    1) I created a sub folder, copied all the files from my original folder and placed them in the new folder (So I have an exact copy).

    2) I then accessed my cPanel > PHPMyAdmin - went to my database name > selected 'Operations' and copied the database and gave it a new name (remember to make a new user in MySQL Databases and add it to the copied database).

    3) I then went to my FTP and edited the 'conf_global.php' to reflect the new details.

    4) Once that was working correctly and the forums loaded and tested, I then got the BETA5, downloaded and uploaded the files to my copied subfolder overwriting all the files. Once completed I ran the upgrade and followed the instructions.

    5) That should be it, rather quick and simple process and I haven't experienced any errors.

    **As above this may not be the best or correct way, but It's just how I've done my duplicates

    *** I take no responsibility for any errors that may occur

×
×
  • Create New...