Jump to content
  • Sign Up

titcrunch

Community Regular
  • Posts

    736
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by titcrunch

  1. https don't need htaccess rewrite you need change the url of your all forum that all same if you change domaine and same for the admin login with https you have a option for this in admin => system => parameter => connection manager at top right clic on connection parameter
  2. in group parameter you can set on or off the download for the group
  3. try this for your iframe <iframe width="100%" height="385" src="src="videolinkhere" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> 100 % width and put in height the size you would
  4. send a link of your page plz we look the code
  5. ok hard to help you without look the tutorial you follow if for licence member on ips version of php on server ? 7.2 ? if yesy downgrade the php to 7.1 ips is not full compatible with 7.2 for the moment
  6. you make this too : The developer tools includes the files necessary for all IPS applications. If you are enabling developer mode on an install where third-party applications and plugins are present you will also need to obtain and apply the developer tools (i.e. the "dev" folder) for those from the author. Note that when you upgrade your installation, you will need to download the updated Developer Tools.
  7. or take aother free script who work on free hosting like MYBB forum or phpbb
  8. width="100%" => show the embed all time in full width for all device => is the easy way for a iframe full responsive you need a css change on your div for add a position relative on her and a css change on iframe and remove size in iframe <div class="conteneur"> <iframe src="src="videolinkhere" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> </div> .conteneur { position: relative; text-align: center; } .conteneur iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  9. is pretty simple we use a edittor text with multifile allowed and we change all redirect link use by the script by one other, but for this you need lnow the cms verry well
  10. and at the first update or check of ips you community is block by them ... you can use plugin and theme who dont need ips core but for commerce no you can't use a nulled version in a legit licence because the legit core send anonymous data to ips and commerce use the core version for many thing so use the entire nulled version only
  11. so go in your db and add you the good group id ^^
  12. 4.2.0 alpha man update to last version ^^ 4.2.7 the alpha version are so many funtion who are not here ...
  13. add your member and in forum tab you choose the forum where the member is moderator ...
  14. is just only coding you add your request at base in postcontainer and after you add css in custo .Css for design
  15. admin => member => staff => moderator ! at top right clic add new moderator you can add group or member
  16. when you create a new page you have severals options one is blank page with manual custom code is completly empty or you can chance the css color of page too
  17. you can found the member and change the permission only for him
  18. read man plz read ... is already include in application on IPS suite go in admin => system => applications just activate and follow instruction
  19. is application list : chatbox clic on pen and third tab
  20. i don't think no is easy just follw the instruction
  21. for create a default prefix : admin => system => publication => prefix (but is not autmatic that need to be choose at the start when you create the content) and in default when you create content and write all the prefix you can choose one in default and he appears like your capture
×
×
  • Create New...