Jump to content

Hitman68

Frost
  • Posts

    85
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Hitman68

  1. .ipsType_large.ipsWidget_statsCount { background-color: #1e90ff; padding: 0px 5px 0px 5px; border-radius: 3px; font-size: 16px; color: #fff; }
  2. Link to your Page pls or via PM. Thanks
  3. Yes that´s a plugin General Statistics 1.0.1
  4. .ipsDataList.ipsDataList_zebra .ipsDataItem:nth-child(2n):not(.ipsDataItem_selected):not(.ipsModerated):not(.ipsDataItem_new):not(.ipsDataItem_success):not(.ipsDataItem_warning):not(.ipsDataItem_error):not(.ipsDataItem_info):not(.ipsDataItem_status) { background: #b0b0b0; }
  5. Go to " boardIndexTemplate " search at " mesai" <td style='width: 10%;'><span class='nstatsNumber'> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $total_topics_posts ) )"} </span><span class='nstatsText'>mesai</span></td> change span class Text with " message " <td style='width: 10%;'><span class='nstatsNumber'> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $total_topics_posts ) )"} </span><span class='nstatsText'>message</span></td>
  6. And now should I know what you have made wrong?? Sorry, however, with your statement "I already install that but doesn't work" if I can start nothing with.
  7. Developer Mode is required to develop Applications and Plugins in IPS Community Suite. Developer Mode will cause the software to run much slower than usual and may introduce security vulnerabilities. You should only enable Developer Mode if you are a PHP developer intending to develop Applications and Plugins and should only do so on a local installation that is not web-accessible To enable Developer Mode: Download the Developer Tools, making sure you download the correct version for the version of IPS Community Suite you are using. Developer Tools for pre-release versions may be available, so you may need to download an older version from the "Previous Versions" section. Extract the developer tools and move them to where IPS Community Suite is installed, merging with the existing files. There is a root "dev" folder, and "dev" folders for each application. If you do not have every IPS Community Suite application installed, you should delete the folders you don't need from the Developer Tools folder before copying. The presence of Developer Tools for uninstalled applications may cause errors. If you do not already have a constants.php file in the root folder of your installation, create one. Add the following line to your constants.php file: <?php define( 'IN_DEV', true ); Important Notes: 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.
  8. Go to " ckeditor.css ". Search at this Line: .cke_skin_ips *, .cke_skin_ips a:hover, .cke_skin_ips a:link, .cke_skin_ips a:visited, .cke_skin_ips a:active { color:#000 !important; } and change the color: .cke_skin_ips *, .cke_skin_ips a:hover, .cke_skin_ips a:link, .cke_skin_ips a:visited, .cke_skin_ips a:active { color:#444 !important; }
  9. Ok.. you did himself Please delete my Account!!
  10. Insert the following code in custom. css .ipsPos_left.ipsPad.cProfileHeader_name { margin-left: 19px; margin-top: 132px; } Follow Member and message I cannot see as a guest from there know I whether these must not be also changed
  11. (IP Content) Pages is our application that is designed to allow you to build custom areas of your community. These could range from custom reusable blocks to use in your sidebar, all the way up to complex applications built using our databases feature. Who is (IP Content) Pages for? Pages has features for everyone! It has easy-to-use features like drag'n'drop page building, but under the hood, the entire IPS4 framework is available for power users to take advantage of. The wider your knowledge of HTML & PHP, the more advanced solutions you'll be able to develop, although no experience of HTML & PHP is required to get started with Pages! For booth IPS 4.x and 4.1 You can create with it, e. g. own homepage
  12. Oh sorry, i dont know. You've woff fonts present your files as ?
  13. Which font is that? You still have a link code in the global template thus insert the font is displayed. e.g. <head> <link href='https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800' rel='stylesheet' type='text/css'> </head>
  14. Unfortunately, he had the code not accepted ... for whatever reason. Now have your Branding - Height set up ... now it fits. Your angle bracket I also removed below.
  15. You're not listening to me, I wrote all the way down to the end of the code needs to be inserted because this is otherwise overwritten
  16. What do you mean a different category ?? OMG See Attachment
  17. ACP > Look & Feel > Manage Skin Sets & Templates > Manage Templates in YourDesign > CSS > style.css The code at the bottom Add to conclusion!! If that is too complicated I do it quickly for you. I need some access to the ACP. Please the data only via PM. Thx
  18. Go to admincp > applications > system > Then select permissions on Online user list and change who can access it. Then go to your menu manager and add the link to show to the groups you want.
  19. This is because your logo is too large, so also your Breadcumps be obscured. Add the one in your CSS, then the also reappear. #logo img { width: 31%; }
  20. Nice that you have found it himself . Had only times look myself if I do this where it is then hidden in the database . Right in the table ibf_pfields_data
  21. In ACP (Backend) you find the course details Setting Profile scroll down and you see " Member's Custom Profile Fields "
  22. Sorry you mean IPB3 There means the table name: ibf_members Sorry would that be in the forum backend or in the MSQL data ? In your MSQL Database
×
×
  • Create New...