Hakahay Posted October 10, 2018 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 82 Reputation: 4 Joined: 10/20/16 Last Seen: Wednesday at 03:50 PM Share Posted October 10, 2018 11 hours ago, Yugosh said: sure thanks ill wait it @Hakahay Go in: \themes\hurtFreeV2\main\login.php locate <button class="g-recaptcha button is-block is-info is-medium is-fullwidth" data-sitekey="<?php echo $recaptcha ?>" data-callback="onSubmit" type="submit" value="<?php echo htmlspecialchars(Flux::message('LoginButton')) ?>"> <?php echo htmlspecialchars(Flux::message('LoginButton')) ?> </button> Switch to <!--<button class="g-recaptcha button is-block is-info is-medium is-fullwidth" data-sitekey="<?php echo $recaptcha ?>" data-callback="onSubmit" type="submit" value="<?php echo htmlspecialchars(Flux::message('LoginButton')) ?>"> <?php echo htmlspecialchars(Flux::message('LoginButton')) ?> </button> --> move <button class="button is-block is-info is-medium is-fullwidth" type="submit" value="<?php echo htmlspecialchars(Flux::message('LoginButton')) ?>"> <?php echo htmlspecialchars(Flux::message('LoginButton')) ?> </button> Paste after <div class="field"> <div class="control has-icons-left"> <input class="input" type="password" name="password" id="login_password" placeholder="<?php echo htmlspecialchars(Flux::message('AccountPasswordLabel')) ?>"> <span class="icon is-small is-left"> <i class="fas fa-lock"></i> </span> </div> </div> 1 Link to comment Share on other sites More sharing options...
Frost Diver Posted September 2, 2019 Group: Members Topic Count: 48 Topics Per Day: 0.02 Content Count: 189 Reputation: 7 Joined: 10/22/18 Last Seen: Wednesday at 11:18 AM Share Posted September 2, 2019 On 10/11/2018 at 5:55 AM, Hakahay said: Go in: \themes\hurtFreeV2\main\login.php locate <button class="g-recaptcha button is-block is-info is-medium is-fullwidth" data-sitekey="<?php echo $recaptcha ?>" data-callback="onSubmit" type="submit" value="<?php echo htmlspecialchars(Flux::message('LoginButton')) ?>"> <?php echo htmlspecialchars(Flux::message('LoginButton')) ?> </button> Switch to <!--<button class="g-recaptcha button is-block is-info is-medium is-fullwidth" data-sitekey="<?php echo $recaptcha ?>" data-callback="onSubmit" type="submit" value="<?php echo htmlspecialchars(Flux::message('LoginButton')) ?>"> <?php echo htmlspecialchars(Flux::message('LoginButton')) ?> </button> --> move <button class="button is-block is-info is-medium is-fullwidth" type="submit" value="<?php echo htmlspecialchars(Flux::message('LoginButton')) ?>"> <?php echo htmlspecialchars(Flux::message('LoginButton')) ?> </button> Paste after <div class="field"> <div class="control has-icons-left"> <input class="input" type="password" name="password" id="login_password" placeholder="<?php echo htmlspecialchars(Flux::message('AccountPasswordLabel')) ?>"> <span class="icon is-small is-left"> <i class="fas fa-lock"></i> </span> </div> </div> i tried this steps but didnt work out. can guide me how? here's the script <!--<button class="g-recaptcha button is-block is-info is-medium is-fullwidth" data-sitekey="<?php echo $recaptcha ?>" data-callback="onSubmit" type="submit" value="<?php echo htmlspecialchars(Flux::message('LoginButton')) ?>"> <?php echo htmlspecialchars(Flux::message('LoginButton')) ?> </button> --> <?php else: ?> <div class="field"> <label for="register_security_code"><?php echo htmlspecialchars(Flux::message('AccountSecurityLabel')) ?></label> <div class="security-code"> <img src="<?php echo $this->url('captcha') ?>" /> </div> <input type="text" name="security_code" id="register_security_code" /> <div style="font-size: smaller;" class="action"> <strong><a href="javascript:refreshSecurityCode('.security-code img')"><?php echo htmlspecialchars(Flux::message('RefreshSecurityCode')) ?></a></strong> </div> </div> <button class="button is-block is-info is-medium is-fullwidth" type="submit" value="<?php echo htmlspecialchars(Flux::message('LoginButton')) ?>"> <?php echo htmlspecialchars(Flux::message('LoginButton')) ?> </button> <div class="field"> <div class="control has-icons-left"> <input class="input" type="password" name="password" id="login_password" placeholder="<?php echo htmlspecialchars(Flux::message('AccountPasswordLabel')) ?>"> <span class="icon is-small is-left"> <i class="fas fa-lock"></i> </span> </div> </div> <?php endif ?> <?php endif ?> </form> </div> </div> </div> thank you. it worked! Link to comment Share on other sites More sharing options...
Hurtsky Posted November 21, 2019 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 118 Reputation: 58 Joined: 11/24/16 Last Seen: February 20 Author Share Posted November 21, 2019 Update to Version 2.0.1 * update bulmaCSS version * update jquery version * center woe schedule * footer: change to yellow text for bold sentences * change all CDN css and js to local * fix delete button will remove all notification class 1 1 Link to comment Share on other sites More sharing options...
Frost Diver Posted November 26, 2019 Group: Members Topic Count: 48 Topics Per Day: 0.02 Content Count: 189 Reputation: 7 Joined: 10/22/18 Last Seen: Wednesday at 11:18 AM Share Posted November 26, 2019 On 11/21/2019 at 7:28 PM, Hurtsky said: Update to Version 2.0.1 * update bulmaCSS version * update jquery version * center woe schedule * footer: change to yellow text for bold sentences * change all CDN css and js to local * fix delete button will remove all notification class Hi, why my themes always showed 1 update list instead of many list even i made a lot of updates? (See photo 1). And also, if i click at download section, the title always appeared as current status. Not Downloads. Already change it but still the same. Same goes to if clicked at Rules, News and the titles always showed current status (see photo 2). Link to comment Share on other sites More sharing options...
Hurtsky Posted November 27, 2019 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 118 Reputation: 58 Joined: 11/24/16 Last Seen: February 20 Author Share Posted November 27, 2019 14 hours ago, vilkhl said: Hi, why my themes always showed 1 update list instead of many list even i made a lot of updates? (See photo 1). And also, if i click at download section, the title always appeared as current status. Not Downloads. Already change it but still the same. Same goes to if clicked at Rules, News and the titles always showed current status (see photo 2). Spoiler Spoiler im not sure for number 1, but for number 2 i will try look into it Link to comment Share on other sites More sharing options...
Frost Diver Posted November 27, 2019 Group: Members Topic Count: 48 Topics Per Day: 0.02 Content Count: 189 Reputation: 7 Joined: 10/22/18 Last Seen: Wednesday at 11:18 AM Share Posted November 27, 2019 6 hours ago, Hurtsky said: im not sure for number 1, but for number 2 i will try look into it thanks mate Link to comment Share on other sites More sharing options...
Hurtsky Posted November 27, 2019 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 118 Reputation: 58 Joined: 11/24/16 Last Seen: February 20 Author Share Posted November 27, 2019 2 hours ago, vilkhl said: thanks mate look like the problem because i added unfinished news folder in theme, just remove the news folder in custom theme and the problem solve Link to comment Share on other sites More sharing options...
Frost Diver Posted November 27, 2019 Group: Members Topic Count: 48 Topics Per Day: 0.02 Content Count: 189 Reputation: 7 Joined: 10/22/18 Last Seen: Wednesday at 11:18 AM Share Posted November 27, 2019 (edited) On 11/27/2019 at 4:55 PM, Hurtsky said: look like the problem because i added unfinished news folder in theme, just remove the news folder in custom theme and the problem solve I'll try that later and will update the result On 11/27/2019 at 4:55 PM, Hurtsky said: look like the problem because i added unfinished news folder in theme, just remove the news folder in custom theme and the problem solve already removed the news folder but the problem is still occured (see photo). and also, how to make when i clicked at updates list at home page, it will got directly to news page? Edited November 27, 2019 by vilkhl Link to comment Share on other sites More sharing options...
Hurtsky Posted November 28, 2019 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 118 Reputation: 58 Joined: 11/24/16 Last Seen: February 20 Author Share Posted November 28, 2019 10 hours ago, vilkhl said: already removed the news folder but the problem is still occured (see photo). and also, how to make when i clicked at updates list at home page, it will got directly to news page? Spoiler Spoiler i can't reproduce your problem at demo site, i believe it because of your modification. if you can find your problem at my demo site, then let me know.. unfortunately this is free theme, im not support for custom request. Link to comment Share on other sites More sharing options...
gelo221 Posted May 17, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 12/09/13 Last Seen: October 4, 2021 Share Posted May 17, 2020 can someone help me.. the Online peak is not Working.. Link to comment Share on other sites More sharing options...
Haruka Mayumi Posted May 18, 2020 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: Monday at 10:43 AM Share Posted May 18, 2020 On 5/17/2020 at 12:16 PM, gelo221 said: can someone help me.. the Online peak is not Working.. you probably did not add the player peak npc. Link to comment Share on other sites More sharing options...
gelo221 Posted May 21, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 12/09/13 Last Seen: October 4, 2021 Share Posted May 21, 2020 ow there is? where Link to comment Share on other sites More sharing options...
splinterz Posted February 24, 2022 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 04/26/16 Last Seen: March 9, 2022 Share Posted February 24, 2022 hi, anyone know how to show admin menu? mine missing admin menu Link to comment Share on other sites More sharing options...
Recommended Posts