Jump to content
  • Sign Up

titcrunch

Community Regular
  • Posts

    736
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by titcrunch

  1. i have test and is work for me, just put the root forum id not the current subforum id ?
  2. add in your custom css : [data-forumid="9"] .ipsDataItem_subList.ipsList_inline li:nth-child(1) a { color: green !important; } forumid = Root forum of the subforum you wild add on or off (in my exemple i show ON green on my subform id 10 who a child of my forumid 9) NTH-child : the number of the subforum your will target (1 for the first, 2 for the second ect...)
  3. titcrunch

    User Roles

    read the codex : https://codex.wordpress.org/Function_Reference/current_user_can
  4. 1 : slow network is a indicate a very bad server 2 : all the rest is the "sign in by" option with social network like : google, facebook.... so is a plugin or the core system who are not compatible with your theme or bad configurate
  5. depend of the theme codding : 1 : edit theme in admin and search in globaltemplate the code 2 ; or is a special template just for copyright
  6. normaly for 90% of plugin no prob, only application are impact by a major update because she touch or use core code, the best option is make a tets befor ein local ?
  7. personnaly i'm use this one : <IfModule mod_expires.c> ExpiresActive On ExpiresByType text/css "access 1 month" ExpiresByType text/html "access 1 month" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/x-icon "access 1 year" ExpiresByType application/pdf "access 1 month" ExpiresByType application/javascript "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresDefault "access 1 month" </IfModule> <ifModule mod_headers.c> <filesMatch "\.(ico|jpe?g|png|gif|swf)$"> Header set Cache-Control "public" </filesMatch> <filesMatch "\.(css)$"> Header set Cache-Control "public" </filesMatch> <filesMatch "\.(js)$"> Header set Cache-Control "private" </filesMatch> <filesMatch "\.(x?html?|php)$"> Header set Cache-Control "private, must-revalidate" </filesMatch> </ifModule> <IfModule mod_headers.c> Header unset Etag Header set Connection keep-alive </IfModule> FileETag None # BEGIN GZIP COMPRESSION <IfModule mod_gzip.c> mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$ mod_gzip_item_include handler ^cgi-script$ mod_gzip_item_include mime ^text/.* mod_gzip_item_include mime ^application/x-javascript.* mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* </IfModule> # END GZIP COMPRESSION <IfModule mod_deflate.c> # Compress HTML, CSS, JavaScript, Text, XML and fonts AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE application/x-font AddOutputFilterByType DEFLATE application/x-font-opentype AddOutputFilterByType DEFLATE application/x-font-otf AddOutputFilterByType DEFLATE application/x-font-truetype AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE font/opentype AddOutputFilterByType DEFLATE font/otf AddOutputFilterByType DEFLATE font/ttf AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE image/x-icon AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/xml # Remove browser bugs (only needed for really old browsers) BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html Header append Vary User-Agent </IfModule>
  8. the better choice if you have a vps is use letencrypt directly in your panel serveur and domain
  9. check with the default theme but i think your theme is outofdate update him
  10. check if you have activate friendly url and you have a htaccess in the root of your forum and if yes is a server problem with CURL
  11. <video controls="" autoplay="" name="media"> <source src="https://upload.wikimedia.org/wikipedia/commons/d/d0/Caminandes-_Llama_Drama_-_Short_Movie.ogv" type="application/ogg"> </video> like this ?
  12. send url of your live board for we see the code and send you the answer for the question 1 For the question 2 is because you copy passed content of a other site ... pass this text in a text editor before for remove the current styling and you can go in = admin => customization => editor => parmaeter for remove the styling automaticly when you copy past content
  13. in your custom.css targeting the root forum ID and add this [data-forumid="9"] .ipsDataItem_subList.ipsList_inline li:nth-child(1):after { content: "ON"; background: green; padding: 3px 6px; } forumid = Root forum of the subforum you wild add on or off (in my exemple i show ON green on my subform id 10 who a child of my forumid 9) NTH-child : the number of the subforum your will target (1 for the first, 2 for the second ect...) content : your content to show after the titte background, padding is just css for style the content text For found id look the url of the forum the id number is just abose the name exemple : http://yourforum.com/forum/8-title : 8 is the ID My forum is : ordinateur with ID 9 and my subforum is "ressources pour ordinateurs" with ID 10, so i target the root forum in css with ID 9 and i say it for the first element add the code after ?
  14. yeah a block add in one forum appear in all child-forum
  15. don't care the destination where you have install your forum is your domaine parameter who are not good you can instal forum in "/public_html/public/forum/forum/forum/forum ...." and have at end "mydomain.com/topic/4903-how-to-use-features/" just make the domaine choose the good destination
  16. man calm down 13 hours for a support is not long .... we are all benevol here ... font color dont work anymore in html5 you need use css now so 2 solutions : <p style="color:red">text</p> <span class="colorred">text</span> and in custom css add : .colorred { color:red; } and same for green
  17. open the forum 'Nieuws" and clic the arrow at the right center and add a news custom bloc at this place (the custom bloc need to be create before in admin => page => bloc)
  18. EN : the table is in the database but is empty for old message i think the convert have don't work for old message so when a old member open is messenger he have this error ! But no but for new user because the table work correctly FR : la table existe dans la base de donnée, mais elle est vide pour les anciens messages, je pense que le converter à pas marcher correctement et n'a pas rapatrier les anciens messages donc quand un anciens membres veut ouvrir son messenger il a ce message d'erreur, mais aucun probleme pour les nouveau car la table existe bien et fonctionne, du coup pas trop de solution car de souvenir on peut pas relancer le converter pour resyncro un truc
  19. database probleme ips say : he don't find the content of messenger in database : table : core_message_topics
  20. we can't create a logo with no information of the all content page color and design ^^ if your site is dark and we create a light ... you see the problem ? so you have already a website running ? if yes send link or if no send 2 color requiered ^^ And i have look quickly your forum for a 100% logo the width of the image need to be 1200px ?
  21. don't forget this trick work only for :
  22. a description of what you need would be appreciated, and your financial means
  23. yeah i have make some change so the domaine was unreachable, but is good now
×
×
  • Create New...