Jump to content
  • Sign Up

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Cookie Monster

  1. I will still stick to IPS. Though i do find the theme and the looks of Discourse very nice and friendly. Looks like github comments :P
  2. I think its in the core itself. Edit the HTML / CSS of the theme and find Core > Front > userBar <a href='#' class='ipsfocus_toggleBgPicker' data-ipsTooltip title='Change Background'>
  3. Keep the brownies, feed me cookies!
  4. She can bake and feed me or eat it herself :P
  5. Version 1.0.2.1

    30 downloads

    Due request from users this has been re-uploaded original from IPS store. Like it press the green ^ button at bottom right or feed me some cookies. VirusTotal ------------------------------------------------------ Create forms for CSS design purposes with ease! The CSS Shell app adds new Form Elements that parse and interface CSS code as form input rows. The app currently includes (other than the actual CssShell class) the sub-classes: Border, BorderRadius, BoxShadow and Gradient (experimental). Each can be used to easily generate its suggested name's CSS code. You can also use these classes as a reference when deriving your very own CSS Shell sub-classes. Why CSS Shell? While it's true that creating CSS code is possible using the current form element classes, the process would be tedious for large-scale element redesigns, especially with more complex CSS and even more-so during the value parsing phase. The CSS Shell was designed to support a simpler interface, one which allows input and output of CSS data with the ease of any old form element class. This becomes extremely useful when generating multi-part CSS code. Another issue to address was the interface structure, since any form that contains a number of fields for every single piece of data would become extremely demanding in terms of screen-usability. The last piece of interface support was a preview template, which has a JS controller overlooking its 'Apply preview' button, and allows for a real-time preview of CSS designs, from within the actual form. CSS Shell in a Nutshell With a CSS Shell object, you basically have a form element that represents a single line of CSS code, which means you can input and output CSS code as strings. The CSS Shell is a form element, but also a form in its own right; Use the add(...) method to add regular form elements into the CSS Shell, and they will hold the different parts of the CSS code. For instance we could have a CSS Shell which generates a 'padding' CSS code with a default value of '1em 5px -5%' and a matching (or higher) amount of Number inputs added to it. There is no real need in designating default values for the Number inputs, since the default CSS code string will be parsed and set onto the appropriate input element upon addition. Once the form is submitted, retrieving the CSS line is as simple as retrieving any form element value - just get the value from the values array, it will all be in one place, parsed and ready to apply! Some DEV API:
  6. It's fine i have approved your baking skills so you can just bake me more :P
  7. Well feed me more of them then :P 1 is not enough!
  8. Oh look! It was just that I posted last.
  9. Sure just feed me cookies first.
  10. How big is the background you have? Also if you cut and paste the URL does the image show up? Can add !Important to the CSS to override?
  11. the bgimage.jpg needs to be the same name as from what he said below. The image name here is what it will be uploaded as and you will need to referance that :)
  12. Hi there @xDrac There are a few topics that covers this and I always give the same answer you can hide this with CSS. Open AdminCP > Customize > Your Theme > Edit HTML / CSS > custom.css and add this code #elLicenseKey { display: none; } Add that to your custom.css on all the themes you mostly use. This will hide it but still show it in the AdminCP
  13. Well I would presume since it is linking to a 3.X app and its not installed. Would presume a staff member can answer this more then I can.
  14. This is a old topic, but I would presume they will announce if they are looking for more uploaders @Valerie This gives more info on about been one etc. Then again, we will need a staff member to confirm all this.
  15. Hello and welcome to WebFlake!
  16. What was the server issue so far ? That might explain why you are having the other problems.
  17. Try to delete old cache. (AdminCP > System > Support) Also was this with data storage or mysql for the storage of data storage? (AdminCP > System > Advanced Config > Data Storage) I know some people that had the issue you had moving host and using datastorage instead of mysql.
  18. That might be because you do not have friendly URL not set on. That way it would be another link (I think its yourforum.com/index.php?/search/?type=core_members
  19. You need to be on 4.1.x AdminCP > System > Menu Manager Add external link and the link op said or I said.
  20. You're welcome! Just remember to feed me cookies ;)
  21. Check in your control panel under speed. Make sure none is checked
  22. Love this tutorial, though you don't need to add search. You should be able to just add http://www.yourdomain.com/search/?type=core_members
×
×
  • Create New...