Jump to content

Skreamzja

Community Regular
  • Posts

    579
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by Skreamzja

  1. You would need to recode most the skin since all the templates have changed.
  2. Seems a lot faster, where you hosting from? Would see my self purchasing from them too in the future.
  3. Yes there is locate yourself as such. forum root > uploads > css_built_(number of build) > 341e4a57816af3ba440d891ca87450ff_framework.css.745ffc184078a11c100251ba429dbdb8.css and find the following code .fa { display: inline-block; font: normal normal normal 4px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); } and change the font-size to a different size instead of inherit. Result
  4. ​I'm pretty sure when creating the custom fields for the registration page you have the option to not allow the person to register unless those fields are filled. ​I'm not talking about people who are going to register, i'm talking about people who are already registered and a new field REQUIRED has been added... i hope i was clear in the first msg ​Ahhhhh, You could probably use the hook / application to make all members view a thread before visiting anywhere else, then post a thread telling them to fill the custom fields in. Otherwise if you know how to code, you could just tweak the hook / application so it forces them to go to there user cp instead of a thread.
  5. ​I'm pretty sure when creating the custom fields for the registration page you have the option to not allow the person to register unless those fields are filled.
  6. ​Thank you, is use it like this because i need 2" one left and one right. can you please add that to my base because i'm confused, all day working with that info pane :/? example: .fieldchar{ text-align: left; display: inline-block; float:left; } add the extra width:100% or your other trick here if it's possible, so i will be able to make it for both, title/content, thank you ​You wouldn't use width: 100%; that was just an example of some plain css to add there. What you would have needed if you didn't resolve this is to use @media css code to change the code when "a screen resolution" is smaller or larger so they all look the same in different resolutions.
  7. Why not use cross browser compatibility by doing the css? For example <!--[if IE 6]> .userinfopane { width: 100%; } <![endif]--> and same goes for resolution just another example. @media all and (max-width: 900px) { .userinfopane { width: 90%; }
  8. Okay Welp. navigate yourself to the root of your forum folder > uploads > css_built_(number of skin) > 341e4(blahblah) it's there ;p
  9. Where are you trying to apply this code to? Are you getting any jQuery conflicts?
  10. It's custom coded so you probably won't find it anywhere on the internet right now.
  11. Come on guys, yeah ForumCore seemed to be more like a positive home for people to constantly attend to, but why are you all going on about ForumCore instead of trying to help the staff members improve Webflake so it can be more like ForumCore once was. I just really think Webflake has died in contributors to the download section. I've become a lot inactive the passed few months due to the fact IPB seems to be getting really old for me, same thing all the time. I'll be more active contributing to the downloads section when 4.0 comes out. I hope all returns to what it once was, and can be done with the help from members of the community as well.
  12. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  13. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  14. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  15. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  16. You can totally remove them from the BoardIndexTemplate.
  17. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  18. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  19. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  20. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  21. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  22. try this mail service. mandrill.com
  23. WRONG. ACP > Hooks and Applications > Portal > Edit > Tab Restrictions and disable it from showing in the tab from there.
×
×
  • Create New...