Jump to content

FluxCP Theme: FluxCP Theme:[FREE] [RESPONSIVE] Hurt Free Theme 2nd


Hurtsky

Recommended Posts


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  82
  • Reputation:   4
  • Joined:  10/20/16
  • Last Seen:  

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>

 

  • Upvote 1
Link to comment
Share on other sites

  • 10 months later...

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.02
  • Content Count:  177
  • Reputation:   6
  • Joined:  10/22/18
  • Last Seen:  

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

  • 2 months later...

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   57
  • Joined:  11/24/16
  • Last Seen:  

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

  • Upvote 1
  • Love 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.02
  • Content Count:  177
  • Reputation:   6
  • Joined:  10/22/18
  • Last Seen:  

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).

IMG_20191126_182800.jpg

IMG_20191126_182846.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   57
  • Joined:  11/24/16
  • Last Seen:  

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

IMG_20191126_182800.jpg

 

 

Spoiler

IMG_20191126_182846.jpg

 

im not sure for number 1, 

but for number 2 i will try look into it

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.02
  • Content Count:  177
  • Reputation:   6
  • Joined:  10/22/18
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   57
  • Joined:  11/24/16
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.02
  • Content Count:  177
  • Reputation:   6
  • Joined:  10/22/18
  • Last Seen:  

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?

1.PNG

2.PNG

Edited by vilkhl
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   57
  • Joined:  11/24/16
  • Last Seen:  

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

1.PNG

 

 

Spoiler

2.PNG

 

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

  • 5 months later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  12/09/13
  • Last Seen:  

can someone help me..

the Online peak is not Working..

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  477
  • Reputation:   269
  • Joined:  06/13/17
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  12/09/13
  • Last Seen:  

ow there is?

where

Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  04/26/16
  • Last Seen:  

hi,

anyone know how to show admin menu?

mine missing admin menu

Link to comment
Share on other sites

×
×
  • Create New...