Jump to content

FluxCP Theme: Theme - TH1


Akkarin

Recommended Posts


  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1614
  • Joined:  03/26/12
  • Last Seen:  

Theme - TH1


Built with Bootstrap 5 for ease of data view and manipulation, this theme is light-weight with extra features!

Modifications

There are a multitude of config options in the config file that you can change to easily modify this theme. However, there are no wacky extra configs that essentially duplicate the code from /config/application.php like some "designers" do - there's no need and they shouldn't do it.

 

Item & Monster Image - Ready

All the item and monster images (like the images displayed on the db pages) will show automatically as they're served from II's image repository, updated once per week. There is code in the config file that explains how to display specific images for items and mobs elsewhere on the site.

 

Character Sprites - Ready

This theme uses II's chargen that is regularly updated to display character images. It's used primarily on the Server Info page where the number of each class is listed, with a selection of random hats. Refresh the page to force the chars to swap hats!

 

Updated Facebook Page Plugin

Most themes still use the now deprecated Page Like code. For ease of customisation, this theme uses the shiny new Page Plugin with various options in the theme's config file. You will need to create a Facebook App to use this plugin and can be disabled via the config file.

 

Sliders!

There are two carousel sliders in this theme:

  • Firstly, in the Right Sidebar to display offers. Easily customised in the config file.
  • Secondly, the screenshots box on the homepage that expands to display the image in a modal. These can also be customised in the theme config.

Upload as many as you like!

 

Top 3 Killed MVPs

This is also using the hosted chargen to display MVP images on-the-fly so you don't have to do anything! You can easily edit the number if you want to display more.

 

World Boss Sidebar Box

If you've installed my World Boss code, the remaining kills will be displayed in a Sidebar Box. It's a small snippet to display the number so you can easily customise this box however you like! It can also easily be disabled via the config file.

 

Footer Social Icons

These icons will only display if you insert the links into the config file. You can also copy/paste (and swap the names) to easily create your own footer icons!

 

License

You are not allowed to redistribute this theme or any files associated with it. They are for your use only.

 

Price Structure

Now to explain the price. This theme costs $10 to download and install, and you can download all updates for the first 4 months.

4 months after purchasing, the rAthena forums will issue an invoice for a renewal charge of $10. You do not have to pay the extra $10 if you don't want to! If you choose not to renew, you will no longer be able to download new fresh updates.

The renewal charge simply allows you re-download the file and it's updates after 4 months have elapsed. I will be actively developing new features for this theme (like Facebook Login in the next release, and integration with roBrowser) and other features that you can only download if you have an active subscription to this theme. If you chose not to renew, and then in 7 months time a really cool feature is added to this theme, you will have to settle the renewal invoice before you can download updates.

Hope that clears up how the pricing structure works!


 

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  48
  • Reputation:   2
  • Joined:  08/05/19
  • Last Seen:  

This is beautifully simple. By far one of the best budget deals you can get for your server. Excellent work Aki! 

Is there any chance for a live preview of this? So we can really explore the feel of it?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  04/12/20
  • Last Seen:  

Aki, few things to note. I am not webdev or something so please bear with my question

1.Home Page = No news articles have been found. Are you using the correct News Type? (CMSNewsType setting)

2. Database = No items found. Go back.

3. Only 1 Image is showing the Right Slider. The other slider and the video are working fine.

I only modified the Theme Config file. Thanks

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  112
  • Reputation:   4
  • Joined:  08/28/14
  • Last Seen:  

it would be nice if this has server status and online char status

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   3
  • Joined:  08/23/17
  • Last Seen:  

drop down arrow not working. rofl

<a href="#" class="nav-link dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><?php echo htmlspecialchars(Flux::message($menuCategory)) ?></a>
                            <div class="dropdown-menu">
                            <?php foreach ($menus as $menuItem):  ?>
                                <a class="dropdown-item" href="<?php echo $menuItem['url'] ?>"><?php echo htmlspecialchars(Flux::message($menuItem['name'])) ?></a>

what should i input ROFL

dont use this theme. no support. just taking your money.

Edited by gamingmagic
Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1614
  • Joined:  03/26/12
  • Last Seen:  

On 6/7/2020 at 6:06 PM, gamingmagic said:

drop down arrow not working. rofl


<a href="#" class="nav-link dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><?php echo htmlspecialchars(Flux::message($menuCategory)) ?></a>
                            <div class="dropdown-menu">
                            <?php foreach ($menus as $menuItem):  ?>
                                <a class="dropdown-item" href="<?php echo $menuItem['url'] ?>"><?php echo htmlspecialchars(Flux::message($menuItem['name'])) ?></a>

what should i input ROFL

dont use this theme. no support. just taking your money.

The dropdown is working perfectly fine. I can't provide support for something that isn't broken.

 

On 5/14/2020 at 3:06 AM, Sleepy Hollow said:

Aki, few things to note. I am not webdev or something so please bear with my question

1.Home Page = No news articles have been found. Are you using the correct News Type? (CMSNewsType setting)

2. Database = No items found. Go back.

3. Only 1 Image is showing the Right Slider. The other slider and the video are working fine.

I only modified the Theme Config file. Thanks

1. You need to change a setting. This is not theme-specific.

2. You need to add items/mobs to your database tables and ensure FluxCP can read them. This is not theme-specific.

3. I'm not sure what you want me to do about only 1 image showing. Did you only set one image? What else did you change in the theme config file?

 

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  03/22/20
  • Last Seen:  

Good night Akkarin, how are you ?. I bought the website you made available and I'm having trouble adding a voting system compatible with it. The voting system I use is not appreciated in the layout of the site, could you recommend one that works on your site?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  830
  • Reputation:   316
  • Joined:  02/11/19
  • Last Seen:  

1 hour ago, Kalebi said:

Good night Akkarin, how are you ?. I bought the website you made available and I'm having trouble adding a voting system compatible with it. The voting system I use is not appreciated in the layout of the site, could you recommend one that works on your site?

That is not related to Akkarin's theme.

You can try this: https://github.com/sanasol/FluxCP_Addons-VoteForPoints

Edited by Mael
  • Upvote 1
Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  03/30/20
  • Last Seen:  

Hello, just wanna ask how do I activate the top 3 MVP's killed?

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1614
  • Joined:  03/26/12
  • Last Seen:  

On 9/25/2020 at 4:54 PM, SevySevy said:

Hello, just wanna ask how do I activate the top 3 MVP's killed?

In the config you can enable the box. The code pulls the log-data from mvplog so you need to have those turned on in your rAthena settings too.

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  455
  • Reputation:   57
  • Joined:  08/28/12
  • Last Seen:  

Thanks for the new update. I like it.

Link to comment
Share on other sites

  • 4 weeks later...

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

Hi,

could anybody help me maybe?

I've just seen the Site titel in the navbar and then 3 white arrows for the dropdowns but no menu points or smth like that.

 

What I need to change?

 

edit: fixed by myself used an old FluxCP github repo :(

 

Now I've just 1 error, MobDB is fine working, but ItemDB wont show anything, anyone some ideas?

 

Greetz Rewler

Edited by Rewler
Fixed
Link to comment
Share on other sites


  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1614
  • Joined:  03/26/12
  • Last Seen:  

4 hours ago, Rewler said:

Hi,

could anybody help me maybe?

I've just seen the Site titel in the navbar and then 3 white arrows for the dropdowns but no menu points or smth like that.

 

What I need to change?

 

edit: fixed by myself used an old FluxCP github repo ?

 

Now I've just 1 error, MobDB is fine working, but ItemDB wont show anything, anyone some ideas?

 

Greetz Rewler

TH1 is the same as all FluxCP themes at the moment - none of them are updated to use the new item_db table format. It's on my list of things to do for both this theme and the actual FluxCP 'default' theme on the Repo itself.

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  455
  • Reputation:   57
  • Joined:  08/28/12
  • Last Seen:  

Hi Akkarin,
I have installed your theme and the Youtube window is not displayed. I have also tested it with other youtube_codes, nothing..
Am I missing something?
The other question is, where is the event sidebar displayed or how do I display it?

// Events Sidebar
        'events'                =>    array(
            'Race to 99',
            'Screenshot Contest'
        ),

Thanks ~

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  03/11/21
  • Last Seen:  

I installed this theme on my website, but i notice that i can't click on the news to get detail of the news from the homepage, is it normal ?

to get the detail of the news, i must go from menu-->news

my web is ragnasea.com

Edited by Bastian
Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   0
  • Joined:  05/09/12
  • Last Seen:  

unknown.png

hai can i get a little tutor why the navbar doesnt exist.

thanks

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  11
  • Reputation:   1
  • Joined:  02/01/14
  • Last Seen:  

On 4/18/2021 at 1:54 PM, Yugosh said:

unknown.png

hai can i get a little tutor why the navbar doesnt exist.

thanks

me too
 

Screenshot 2021-04-23 020112.png

Link to comment
Share on other sites


  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1614
  • Joined:  03/26/12
  • Last Seen:  

The code hasn't changed since it's working, so I can only assume it's to do with your setup. What PHP version are you using?

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  11
  • Reputation:   1
  • Joined:  02/01/14
  • Last Seen:  

4 hours ago, Akkarin said:

The code hasn't changed since it's working, so I can only assume it's to do with your setup. What PHP version are you using?

Sorry Im newbie, This might be helpful information.

Screenshot 2021-04-23 075710.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  90
  • Reputation:   34
  • Joined:  10/01/18
  • Last Seen:  

2 hours ago, clashlucifer said:

Sorry Im newbie, This might be helpful information.

Screenshot 2021-04-23 075710.png

Just install PHP 7.+ up. Then it should worked. some of the codes requires higher PHP.

How to Install PHP 7+ Linux

Edited by Royr
  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  11
  • Reputation:   1
  • Joined:  02/01/14
  • Last Seen:  

Oh Thank you so much it's work properly ❤️

Screenshot 2021-04-23 110819.png

  • Love 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   0
  • Joined:  05/09/12
  • Last Seen:  

yeah sure we need to upgrade php version 7+

thanks @Akkarin

Link to comment
Share on other sites


  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1614
  • Joined:  03/26/12
  • Last Seen:  

I'll include some debug code in the next release which should help users with this issue.

(it's not really an issue - why anyone would install a version of php that is ~10+ years old is anyone's guess)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  11
  • Reputation:   1
  • Joined:  02/01/14
  • Last Seen:  

On 4/23/2021 at 8:37 PM, Akkarin said:

I'll include some debug code in the next release which should help users with this issue.

(it's not really an issue - why anyone would install a version of php that is ~10+ years old is anyone's guess)

Because I hired someone here to install emulator in my vps. Because I don't know how to do it. Finally, I had to try and upgrade my php manually. Tired for a beginner. Many newbies have problems that people who are good at don't understand. T T

Link to comment
Share on other sites


  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1614
  • Joined:  03/26/12
  • Last Seen:  

On 4/25/2021 at 9:06 PM, clashlucifer said:

Because I hired someone here to install emulator in my vps.

Did you hire someone from the Third Party Services list? https://rathena.org/thirdpartyservices/

Link to comment
Share on other sites

×
×
  • Create New...