Advertisement
-
Posts
125 -
Joined
-
Last visited
-
Days Won
5
Community Answers
-
Hey Lindy, I'm PsYcHo_RaGE's post in Vulpes copyright and themed by problem was marked as the answer
so you want to remove the copyright? also can i see your footer, send me in pm if you can't here
-
Hey Lindy, I'm PsYcHo_RaGE's post in how to change the hide content color was marked as the answer
this question have been already asked and i have given the right answer, anyways again check below >
goto your theme and click on edit HTML/CSS > now goto CSS Tab > find bimhidecontent.css > open it and you'll find some code, replace that code with this below
.bimHiddenBox { background: #212327 !important; /* you can change with your color you want */ /*border: 1px solid #212327;*/ /*color: #000 !important;*/ } #bimHiddenBoxLine{ border: 2px solid #212327; /* you can change with your color you want */ } baam you can now see it perfectly
-
Hey Lindy, I'm PsYcHo_RaGE's post in Best Cache Method was marked as the answer
Memcached is best option to set and also when you set any of these caching methods use the MySQL Data Storage Method as it will provide you the best performance if caching is enabled
Differences >
Memcached is a general-purpose distributed memory caching system. It is often used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an external data source must be read.
Alternative PHP Cache (APC) Alternative PHP Cache is a free and open (PHP license) framework that caches the output of the PHP bytecode compiler in shared memory, thus reducing parsing and disk I/O overhead for later requests; and a shared memory cache for user data.
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries.
-
Hey Lindy, I'm PsYcHo_RaGE's post in Chatbox doesn't show constantly on loading was marked as the answer
since you are having the IPB 4.3.5...trust me and use the chatbox 3.1.0 its working on my side
-
Hey Lindy, I'm PsYcHo_RaGE's post in UltiMaze Dark theme 1.3 changing the post backgroung color to see any url more clearly was marked as the answer
can you send us some screenshots so i can better understand the problem
-
Hey Lindy, I'm PsYcHo_RaGE's post in bimcode was marked as the answer
its easy just goto admincp> themes> choose any theme and click on edit HTML/CSS >and now goto CSS Tab > find and click on bimhidecontent.css and replace the all code in it with below
.bimHiddenBox { background: #212327 !important; /* change with your color */ /*border: 1px solid #212327;*/ /*color: #000 !important;*/ } #bimHiddenBoxLine{ border: 2px solid #212327; /* change with your color */ }
-
Hey Lindy, I'm PsYcHo_RaGE's post in Chat for Staff was marked as the answer
use the chatbox app and set the permissions to mods only if you want mods only use and see it
check the app in IPS Community Suite 4.3 Section in Apps and plug-ins
-
Hey Lindy, I'm PsYcHo_RaGE's post in How can I activate so that visitors can download? was marked as the answer
well you just need to go to admincp>members>groups>click on guest group, since they are also called as visitors
and see the below images to get proper demostartion
their you can control everything about downloads of certain groups, if you any more questions just ask me