Advertisement
-
Posts
736 -
Joined
-
Last visited
-
Days Won
20
Community Answers
-
titcrunch's post in plugin error was marked as the answer
either the plugin is outdate and not compatible with last update of ips or you have a bug with this plugin
-
titcrunch's post in Display posts in chatbox was marked as the answer
no is only present in premium version of chatbox
-
titcrunch's post in Logo/banner issue was marked as the answer
in your actual code you have some custom css directly in template so if is not your is the template himself and many code have many error so best choice is change theme because this one is very creepy
But if you would anyway keep this one and have logo alone and center add this in your custom css
.ipsLayout_container.header-align { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
-
titcrunch's post in Error - Donations Plugins was marked as the answer
plugin outofdate you need wait or found the update
-
titcrunch's post in Prefix in post was marked as the answer
oh ok he use html content for this you have the all list here : https://invisioncommunity.com/4guides/themes-and-customizations/css-framework/badges-r100/
<span class="ipsBadge ipsBadge_positive" data-ipstooltip="" title="your description">your text</span>
you can make your own style to with :
<span class="your_class">your text</span> and in your custom css add
.your_class{ font-style: bold; } replace "font-style" by your own css balise
-
titcrunch's post in How Can I add rank's frame was marked as the answer
search post container template, see the capture
-
titcrunch's post in 4.4 to 4.4.1 was marked as the answer
for make a good update, you need :
- desactivate all plugins
- download the new file ips 4.4.1=> unzip => send in FTP for overwrite old file by news exept "conf_global.dist.php "at root this file don't be upload
- connect to yourdomaine.com/admin and folow instruction for make update
- when update is finish re-activate all your plugin one by one
- and don't forget to check if your custom theme have a update
-
titcrunch's post in How i change the subforum name color was marked as the answer
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...)
-
titcrunch's post in vulpes theme was marked as the answer
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
-
titcrunch's post in FORUM HTML VIDEO POST was marked as the answer
<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 ?
-
titcrunch's post in No more html colors in sub-forums? was marked as the answer
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 ?
-
titcrunch's post in Commerce Subscription Name Change was marked as the answer
.cSubscriptionsTitle { text-align: center !important; } .cNexusPrice { text-align: center !important; } in custom css
-
titcrunch's post in How to Change Background of BIM42 Chatbox Rules Message was marked as the answer
add in custom css this :
.cbAnn { background: #ffffff !important; } change #ffffff by was you want
-
titcrunch's post in Error when posting a thread: ERROR EX0 was marked as the answer
all plugin who touche member table of database affect all other function who use member table too lol in your error message we look he can't load bimchatbox and prefix and tag plugin when you touch the post system ... desactivate your plugin and test you will see that work fine witout
-
titcrunch's post in installing paypal was marked as the answer
so use bloc system in page application and create a new bloc with your paypal code and add bloc where you would
-
titcrunch's post in adding a hide button was marked as the answer
in admin => cuztomisation => editor add the eye icon
-
titcrunch's post in Change to uppercase mod Advanced Tags & Prefixes was marked as the answer
add this in custom.css
.ipsBadge { text-transform: uppercase !important; letter-spacing: 1px !important; }
-
titcrunch's post in How change colour to chatbox texts was marked as the answer
add in custom CSS
div#chatboxWrap { color: #ffffff !important; } change #ffffff by the color you want
and for link is this code :
div#chatboxWrap a { color: #ff0000 !important; } div#chatboxWrap a:hover { color: #3d75ae !important; }
-
titcrunch's post in Changing colors in chatbox was marked as the answer
oh ok in home i see add this too
div#chatboxWrap { background-color: #121212 !important; }
-
titcrunch's post in Patch available - should i ? was marked as the answer
is the official ips system for update is useless in nulled version the link is desactivate if you have a message for update look here and download the last version and overwrite all file on ftp with the new, exept conf-global and go in admin for launch update
-
titcrunch's post in online users was marked as the answer
you have 2 widget in bloc setion one for browsing one for who is online ;-) you take the bad
-
titcrunch's post in Ricently Browsing posts ? On webflake? was marked as the answer
image 01 : show sub forum
image 02 : show post creation
image 03 : show post view
so you have add this plugin at sub forum and post creation now all have this plugin exept post view, add theis plugin on one post view
-
titcrunch's post in Can't embed picture link, gets error was marked as the answer
if you would use ssl and https you need to change all url forum or so is useless you site stay all time in http you can't mixed the content with https
and for the parameter yes sorry is my bad english who send wrong location ... is in login handlers and at top top right connexion parameter
-
titcrunch's post in Video Embed Size Depending on Device was marked as the answer
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