Jump to content

Leaderboard

  1. RJTB

    RJTB

    Newbie


    • Points

      1

    • Posts

      1


  2. IP.Board

    IP.Board

    Rookie


    • Points

      1

    • Posts

      20


  3. Azhaurn

    Azhaurn

    Explorer


    • Points

      1

    • Posts

      104


  4. TJ.

    TJ.

    Retired Staff


    • Points

      1

    • Posts

      268


Popular Content

Showing content with the highest reputation on 01/15/2016 in all areas

  1. Just wanted to say that my TTGv4 clone script had been abandoned for a long time, even though it was nearly complete. I decided to take it down and stop working on it because someone used HTTrack to attempt to copy the filesystem of my clone, and share it online (they are a noob tho because they just saved the HTML of all the pages, equivalent to viewing the source of a webpage. They did not get any of the PHP files or anything that wouldn't be publically viewable. This discouraged me from further working on the clone, because I didn't want people trying to steal my WIP and make it as their own, also considering that it was a Beta and not fully finished. What also discouraged me from finishing it for this community was because I was repfucked for a nonsensical reason. But, moving on from all that, I'd really like to get back into finishing it and releasing it for the community. I've had many people demo this script and every one of them felt they were ACTUALLY ON THETECHGAME. This clone is almost exact, no joke. Shoutbox exactly the same, fully functioning. Your uploaded background image appears on all site pages, working profile status update feature, working profile wall and friend request system. Working reputation system, rotating fading rank badge images if you have more than one assigned to your account. The posting page uses the same bbcode box TTG uses. Banned accounts display a suspended page, you can set your profile privacy for logged in members only.. Notifications show in the notification drop-down (friend requests, messages, wall posts). I used a PHP script to add the notification numbers to make the total unread notification count appear in the header. The URL scheme is also exactly like TTG (site.com/username etc). Homepage news appears in 4 sections, using IF statements to pull the news from the appropriate categories. The scrolling recent topics on the homepage works, as well. There's a staff list page. You can even change your username color if you're in the "Gold Member" group! I worked nearly 3 years on this script and I wouldn't like for my work to go to waste, so I'd like to continue work on this. There will also be a skinning system to use your own custom skins. I tried very hard to remake TTG down to the last detail. Lots of functionality is using modern modal window popups, and hundreds of more features. Here are some old pictures (pre-me-doing-tons-more-updates). These pics are very old and look quite different from the current version, as it is now way more polished and hundreds of bugs were fixed and features updated. The latest downloads and tutorials on the homepage screenshot are just placeholders, as I did not wish to copy the videos, tutorials, and downloads system features at the time (but I now plan to add just the downloads system). I will be looking for some new beta testers for the script soon. The table borders were fixed in the new version. I'll update with new pictures of the current version soon. Here is the link to the old thread (pic links are dead in OP, but some aren't dead throughout the thread)
    1 point
  2. or you can edit the code by. AdminCP > Customization > Your Theme > Edit HTML & CSS > updateWarning and comment out {{if $newVersion = \IPS\Application::load('core')->availableUpgrade( TRUE ) and member.hasAcpRestriction( 'core', 'system', 'upgrade_manage' )}} {{if $newVersion['security']}} <div class="ipsMessage ipsMessage_error" id='elLicenseKey'> {lang="dashboard_version_info" sprintf="$newVersion['version']"} {lang="this_is_a_security_update"} <ul class='ipsList_inline'> <li> <a href='{url="app=core&module=system&controller=upgrade&_new=1" base="admin"}' class='ipsButton ipsButton_verySmall ipsButton_veryLight'>{lang="upgrade_now"}</a> </li> </ul> </div> {{elseif !isset( \IPS\Request::i()->cookie['updateBannerDismiss'] )}} <div class="ipsMessage ipsMessage_general" id='elLicenseKey' data-controller='core.global.core.updateBanner'> {lang="dashboard_version_info" sprintf="$newVersion['version']"} <ul class='ipsList_inline'> <li> <a href='{url="app=core&module=system&controller=upgrade&_new=1" base="admin"}' class='ipsButton ipsButton_verySmall ipsButton_veryLight'>{lang="upgrade_now"}</a> </li> </ul> <a href='#' data-role='closeMessage' data-ipsTooltip title='{lang="license_dismiss"}'>&times;</a> </div> {{endif}} {{endif}} so it looks like <!--{{if $newVersion = \IPS\Application::load('core')->availableUpgrade( TRUE ) and member.hasAcpRestriction( 'core', 'system', 'upgrade_manage' )}} {{if $newVersion['security']}} <div class="ipsMessage ipsMessage_error" id='elLicenseKey'> {lang="dashboard_version_info" sprintf="$newVersion['version']"} {lang="this_is_a_security_update"} <ul class='ipsList_inline'> <li> <a href='{url="app=core&module=system&controller=upgrade&_new=1" base="admin"}' class='ipsButton ipsButton_verySmall ipsButton_veryLight'>{lang="upgrade_now"}</a> </li> </ul> </div> {{elseif !isset( \IPS\Request::i()->cookie['updateBannerDismiss'] )}} <div class="ipsMessage ipsMessage_general" id='elLicenseKey' data-controller='core.global.core.updateBanner'> {lang="dashboard_version_info" sprintf="$newVersion['version']"} <ul class='ipsList_inline'> <li> <a href='{url="app=core&module=system&controller=upgrade&_new=1" base="admin"}' class='ipsButton ipsButton_verySmall ipsButton_veryLight'>{lang="upgrade_now"}</a> </li> </ul> <a href='#' data-role='closeMessage' data-ipsTooltip title='{lang="license_dismiss"}'>&times;</a> </div> {{endif}} {{endif}} --> either way works, through css or edit the html.
    1 point
  3. Hi you can either use CSS to remove it or code. You can try the following. AdminCP > Customization > Your Theme > Edit HTML & CSS > custom.css add the following. #elLicenseKey { display: none; }
    1 point
  4. First of all, thank you SO MUCH! You made me think and now I'm interested in using 4.x, which ipb/download do you recommend me to use? http://webflake.sx/files/category/67-ips-community-suite-4/
    1 point
    How can i translate it? Its in another language and i would love to have this in English. I would rate it 5 stars if it was in English.
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...