Jump to content

#crowley

Newbie
  • Posts

    10
  • Joined

  • Last visited

About #crowley

  • Birthday 05/09/2002

Profile Information

  • Language
    English
  • Software
    IPS4
  • Version
    4.5

Contact Methods

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

#crowley's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. There is something missing inside the instalation package, try downloading it again.
  2. The effects inside the tag is a image, you can put it on using background-image, a border of 1px green solid with a radius of 3-5px, and a font awesome icon.
  3. Can you give us some more details ? I can't understand much with the sentence above.
  4. If you was talking about the thumbnails (photos from the grid view), go into css and search for forums.css, open it and then search for this code: .cForumGrid__hero-link From there you can change the height, width, etc.
  5. try renaming avatar.png into default_photo.png
  6. Hello, @SHXRE. If you mean changing the theme in one that you want by clicking a text link, yes you can: This is the code you will need: <form action="//thunderzmcsbd.xyz/themebeta/index.php?/theme/&amp;csrfKey=d56094f3b11a6c7501a911de63ad38a3" method="post"><button type="submit" name="id" value="8" class="ipsButton ipsButton_link ipsButton_link_secondary">Pure Art (Default)</button></form> Where form action = with the link from the theme you want to change into (I put my site as an example) and value = with the id from the theme. Example in footer: Search for footer in templates, open it and then put the code from above (with your details) above this code: <a href='#elNavTheme_menu' id='elNavTheme' data-ipsMenu data-ipsMenu-above>{lang='skin'} <i class='fa fa-caret-down'></i></a> So you will end up with something like this: <li> <form action="//thunderzmcsbd.xyz/themebeta/index.php?/theme/&amp;csrfKey=d56094f3b11a6c7501a911de63ad38a3" method="post"><button type="submit" name="id" value="8" class="ipsButton ipsButton_link ipsButton_link_secondary">Pure Art (Default)</button></form> <a href='#elNavTheme_menu' id='elNavTheme' data-ipsMenu data-ipsMenu-above>{lang='skin'} <i class='fa fa-caret-down'></i></a> <ul id='elNavTheme_menu' class='ipsMenu ipsMenu_selectable ipsHide'> {{foreach $themes as $id => $set }} <li class='ipsMenu_item{{if \IPS\Theme::i()->id == $id}} ipsMenu_itemChecked{{endif}}'> <form action="{url="app=core&module=system&controller=theme" noprotocol="true" csrf="true" seoTemplate="theme"}" method="post"> <input type="hidden" name="ref" value="{expression="base64_encode( (string) request.url() )"}"> <button type='submit' name='id' value='{$id}' class='ipsButton ipsButton_link ipsButton_link_secondary'>{lang="$set->_title"} {{if $set->is_default}}{lang="default"}{{endif}}</button> </form> </li> {{endforeach}} </ul> </li> If you still have questions you can quote this post.
  7. #crowley

    Question Is this a bug ?

    I am so sorry for what Romanian people do to any community, I really feel in shame because of them. Hope this will come back to normal and will work for everyone. If the rules are against VPNs and proxies.. in that case can I use them ? I really have some work to do around here and such things. Regards, nanelu
  8. In the templates search box search this: <div id="ipsLayout_sidebar" class="ipsLayout_sidebarright " data-controller="core.front.widgets.sidebar"> Open the found template and below this line add: <div id="testtext">Text</div> After that go into CSS and open custom.css, add the code above and edit it as you like: .testtext{ font-size: 40px; padding: 140px; /* This will add padding to top, left, bottom, right */ border: 1px red solid; justify-content: center; /* Pack items around the center */ align-items: center; color: red; /* This is the color of the text */ font-weight: bold; display: flex; } If you have any questions you can quote my post.
  9. #crowley

    Question Is this a bug ?

    Hello dear flakes ! Me and some other romanians have some problems with the cloudflare from webflake, I don't know if it is a bug or something, but everytime I'm trying to join the site I'm getting the error below, I'm writing this topic via VPN because it's the only way I can get in contact with you. Error:
  10. Hello webflakes, I'm having a problem when I try to upload a theme on my forum, there is a warning that tells "Something went wrong. Check the values provided on the marked tabs and try again.". I don't really know what's happening there, I'm currently running ips 4.4.7, the theme that I'm trying to upload is for 4.4.x version. Can anyone helps me ? Photo: https://imgur.com/a/kzO9JYc
×
×
  • Create New...