Jump to content

S!r.ReaDy

Blizzard
  • Posts

    383
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by S!r.ReaDy

  1. It might be a theme bug, check the header/nav template
  2. Depends where you want to display the code, if as in webfalke, then go for post container.
  3. For custom themes, such as mine, or default theme. Custom CSS. AdmimCP -> edit Theme as HTML/CSS, search for custom on CSS tab...
  4. I recommend you https://www.names.co.uk. Free co.uk tho need verification.
  5. Version 1.3.2

    491 downloads

    About This File The long-awaited awards application for IPS has arrived! iAwards provides administrators the ability to award their members with badges that show in their profile and, if chosen, on their posts. Standalone this application has the ability to manually award members and to award members based on the amount of awards the member has. You can award both from the ACP as well as from the create menu at the top of your site. In order to give everyone a fully customizable way to award we have integrated it with the Rules application. This gives you the power to award your members based on rules that you create instead of the ones that we think up. Features include: Choose location of awards – Under the post or under the author pane. Hide awards – To allow members to show the ones they want. Award based on number of awards. Manual awarding. Upgrade Tools for both HQ Awards and Awards (Free). Category and awards management. Support topic at IPS: Click Here For the best support please register at http://bbcode.it Recommended addons: Automation Rules Lite or Automation Rules Full iAwards Guide By @Chris59: Award-Guide-v1.0.pdf What's New in Version 1.3.2 See changelog Released August 18 widgets now follow new framework rules some minor fixes
  6. Uploaded. Waiting for approval.
  7. Version 3.4.3

    644 downloads

    Help fund your forum with donations, setup goals and track member donations. Offer rewards for members donating. Feature List: NEW Support for custom fields with donations. NEW UI tab and widget improvements and enhancements. Option to automatically demote a member back to his original member group x days after there donation. Option to mark goals as achieved and remove them from listing after they have reached 100% donations. Option to create goals that are continuous and have no set end date. RSS feeds for latest donations and latest goals listings. Ability to track the individual status of each goal as members choose to donate to there preferred goals. Setup fixed donation amounts a member can donate or let the member choose the amount. This includes a minimum donation amount allowed. Group permissions for who can view the donation tracker, view goals, view donations and for who can donate. All payment data is logged including successful and unsuccessful attempts on the payment function. New discussion topic created for each new successful donation. Ability to track the top donors in the view top donors page. Payment gateways included are: Paypal, Skrill, Payza (Alert Pay), Offline Payments and Paymentwall. What's New in Version 3.4.3 See changelog Released August 16 Fix for issue with Paypal recording donations.
  8. Go to Forums->Front->Topics->Topic and find {template="WhoReadThisTopic" group="#" .... and move it to the corresponding place. If you willing to share details to be done for you. PM me.
  9. i used to have something similar and can remake it to your needs.
  10. The template u need its called topic in Forums->Front->Topics->Topic. Play around these values, should the there. {{if $topic->container()->forums_bitoptions['bw_enable_answers']}} If that Who read this Topic is a custom plugin search for its tempalte.
  11. S!r.ReaDy

    Question Banned

    Hello, I'm writing to the Webflake staff. I am using a custom built-in VPN for the browser I use. Sadly while that option is on, there is no access to this specific website ( Shows as banned) . Is it due to the *IP* restrict app or it is an error? Please assist me.
  12. 93 downloads

    Info's: Translation status: Complete Content: System Forums Commerce Pages Downloads Calendar Gallery Blogs Converter What's New in Version 4.4.5 Released Thursday at 04:12 PM Updated: v4.4.5 (01.Aug.2019) 13 updated phrases 50 new phrases
  13. NOTE: This tutorial might be already here. For custom themes, such as mine, or default theme. Custom CSS. /* USER & NAVIGATION ICONS */ #elUserNav .fa-bell:before { content: "\f0f3"; } #elUserNav .fa-envelope:before { content: "\f0e0"; } #elUserNav .fa-warning:before { content: "\f071"; } #elUserLink_menu a[href*="/admin"] i{ display: none; } #elUserLink_menu a:before, #ipsLayout_mainNav a:before, #elCreateNew_menu a:before{ content: "\f02b"; font-family: "FontAwesome"; font-size: 14px; font-weight: normal; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; {prefix="transform" value="translate(0,0)"} } #elUserLink_menu a:before, #elCreateNew_menu a:before{ display: inline-block; width: 22px; opacity: 0.7; } #elUserLink_menu a:hover:before, #elCreateNew_menu a:hover:before{ opacity: 1; } #elUserLink_menu a[href*="/profile/"]:before{ content: "\f007" } #elUserLink_menu a[href='{url="app=core&module=messaging&controller=messenger" seoTemplate="messaging"}']:before{ content: "\f0e0" } #elUserLink_menu a[href*="/content/"]:before{ content: "\f03a" } #elUserLink_menu a[href*="/followed/"]:before{ content: "\f1d8" } #elUserLink_menu a[href*="/attachments/"]:before{ content: "\f0c6" } #elUserLink_menu a[href*="/settings/"]:before{ content: "\f013" } #elUserLink_menu a[href*="/clients/"]:before{ content: "\f07a" } #elUserLink_menu a[href*="edit"]:before{ content: "\f040" } #elUserLink_menu a[href*="/ignore/"]:before{ content: "\f05e" } #elUserLink_menu a[href*="/notifications/options/"]:before{ content: "\f0f3" } #elUserLink_menu a[href*="/modcp/"]:before{ content: "\f046" } #elUserLink_menu a[href*="/admin"]:before{ content: "\f023" } #elUserLink_menu a[href*="/logout/"]:before{ content: "\f08b" }
  14. 11 downloads

    Русификация Invision Community 4.4.5
  15. Linux best option, still there are arguments. Kaspersky takes too much process, Loads system,
  16. I don't download stuff from unwanted emailes. That feature as well *scans* and reads your emails. That was my point. I have many emails related to the company business i work, data, some ID's etc.
  17. Sounds like a feature I won't agree to have. Come on, give me some privacy. I used ESET Premium for a long time and now using Avast premier. My opinion is that no antivirus will help you. When I re windows I have my tricks, I block some sites, IP, some windows features, and I don't download crap. I also use other lap with linux noly where i save my personal stuff, private data, coding, etc. Windows is just for basic stuff.
  18. <div class="custom"> {{$date_joined = floor((strtotime("now")-strtotime("{$comment->author()->joined}"))/86400) ;}} <span class="leftinfo"><i class="fa fa-calendar"></i> $time of fappig:</span> <span class="rightinfo">{$date_joined} Days</span> </div> Tho you will need to make a check for month and year, and replace "Days/Months/years" depending on that This currently is for days
  19. @akaard Edit theme as html/CSS, search for devfuse, open the donation sidebar, remove {{if !\IPS\Settings::i()->devfuse_copy_num_free}} <div class='ipsType_center ipsType_small ipsType_light'>Donate Sidebar by <a href='https://www.devfuse.com' title='View DevFuse home page'>DevFuse</a></div> {{endif}}
  20. Managed to get it working after some templates tricks. Closed.
×
×
  • Create New...