Jump to content
  • Sign Up

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Cookie Monster

  1. I'm sorry to hear if i understood wrong. Did you get it resolved ? Did you find out how to sort the problem ?
  2. You will need to pass it in a different way, the way i read that code your just passing 2 as nothing. To nothing. It needs to check the value if it exisits etc. {$invoice->$cfieldsValues()['field_2']} I be more then happy to try help you @Argyros but i would need to see more of the code or understand what you are trying to achive ? Where is the data coming from, is it fields etc from a page or ?
  3. So by reading that i understood the following... It's NOT the full package ?Well download it againMake sure that you are using the latest version and also for IPS the latest version. You don't know how to fully set it up ? (Did you finish the setup as a application when it was first installed) Regarding that you the group sections. This is taken from the readme.txt and should explain where all things can be setup or accessed to
  4. Any errors, or at least link the file you downloaded. Admincp > system > support. Try select you have a problem see if this solves it. If not I will need some errors or atleast more info to debug and assist.
  5. I would presume you need something like this But you can also if you just want to create a topic go AdminCP > Pages > Databases > Release Notes > Database Settings > Forums (tab) And enable it to post it to a topic.
  6. Yeah i updated the code with the missing text= Thank you Will close this
  7. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  8. Version 2.0.1

    27 downloads

    This plugin will display JOINED DATE in user panel in posts and will allow the admin to choose between three different ways to show this date. Requirement: FORUMS app. Note: Version 2.0.1: IPS 4.1.X Version 2.0.0: IPS 4.0.X
  9. Just to try a safer way of doing it ? AdminCP > Customization > Themes > Your Theme > Edit HTML & CSS > custom.css Add the following code. #elCopyright { display: none; } @Mindless and @polkovnika2 This should hide the whole div that contains the information.
  10. Did you get everything sorted and resolved @deehmoraes
  11. For others that are asking you can use CSS to style the photo. For bigger images you can use .ipsUserPhoto .ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large:after { width: 200px; height: 200px; }
  12. I can find out for you, if you PM me your forum link and a possible temp admin user or just the forum link i can find out why they are not big at all but without a link to the forum I'm unable to assist. Thats the code you used but there has been either Something you didnt add Some of the code added was added wrong place
  13. Replace from previous with this code #elProfileHeader { padding-bottom: 0; padding-top: 125px; position: relative; height: 500px !important; background-size: cover; background-repeat: no-repeat; background-position: 50%; box-shadow: 0 0 30px rgba(0,0,0,.4) inset; text-shadow: 0 0 4px rgba(0,0,0,.5); font-size: 16px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } Or if not i will need a link again to your forum so i can inspect and get the correct code.
  14. #elProfileHeader { height: XXX px; } add that to custom.css Also make sure that you reupload or re-position it else its going to look wierd. What part of the larger avatar is not working ? Can you share your css code or any code you added.
  15. Hello __james__ Welcome to webflake! Please do enjoy your stay and also have a quick read through our Community Guidelines
  16. Well as i said its no point of removing it you didnt make the forum ? So why can't people see its IPS ? btw you can try remove the following <p id='elCopyright'> <span id='elCopyright_userLine'>{lang=\"copyright_line_value\"}</span> <a rel='nofollow' title='Community Software by Invision Power Services, Inc.' href='https://www.invisionpower.com/'>Community Software by Invision Power Services, Inc.</a></p>
  17. I don't like it when people remove copyright when people spent time create it, and then they go "oh look i made this" But this was answered of someone else i will simply put this in @polkovnika2 <span id='elCopyright_userLine'>{lang=\"copyright_line_value\"}</span> AdminCP > Customization > Languages > Translate > Search for copyright.... Insert &nbsp; To use empty space. Also if you want just remove that SPAN element what you removed is the link to the site not the text itself.
  18. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  19. Welcome to Webflake! Have a quick read through on our Community Guidelines and enjoy your stay!
  20. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  21. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  22. Ok so here it goes Navigate to AdminCP > Members > Memeber Settings > Profiles Either Edit or create a new field and under "Display Format" use the following code <span class="spleft">{title}:</span><span class="spright">{content}</span> This step needs to be repeated for all things you want to be set as left and right. Then add the CSS the following CSS code at this location AdminCP > Customization > Themes > Your Theme > Edit HTML & CSS > CSS > custom.css CSS CODE: .spleft { float: left; } .spright { float: right; } Then try it out The trick here is using spleft that we created with CSS to have anything within that span tag float to the left while others are to the right (spright)
×
×
  • Create New...