• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[MyAAC][Plugin][Template] Old School layout

You like?

  • Sure, thanks!

    Votes: 27 96.4%
  • Nope :(

    Votes: 1 3.6%

  • Total voters
    28

slaw

Software Developer
Joined
Aug 27, 2007
Messages
3,657
Solutions
125
Reaction score
1,103
Location
Germany
GitHub
slawkens
Hello!

This has been requested many times, so today I'm releasing long awaited MyAAC template - Old School! Converted from Znote.

Original thread: [Znote AAC] old school layout (https://otland.net/threads/znote-aac-old-school-layout.248475/)
Original author: @hemrenus321

NOTE: This will work only with MyAAC version 0.8.6 and higher. On older versions, it won't be possible to install this template.

Demo: http://demo.my-aac.org/?template=old-school

Installation:

Go to Admin Panel, select 'Plugins', and then select myaac-old-school-template.zip and click upload. That's all!

FAQ:
1. Where can I change countdown date?

- It can be changed in the templates/old-school/config.ini
1663361531837.png

Configuration:
In config.local.php set:
PHP:
$config['template'] = 'old-school';

Download: https://my-aac.org/plugins/myaac-old-school-template.zip

Screenshots:
1663361211504.png


1663361360444.png
 

Attachments

  • myaac-old-school-template.zip
    1.8 MB · Views: 253 · VirusTotal
OMG Thank you, i love this template, but i have a question, where can i change the height code from this?:

tamaño.png
 
Great job man but I have a question I would like to ask why is there no discord button and facebook to myacc and how is this done Thank you in advance
 
Could you please answer my question and not have to, your answer will be important to me and I hope you explain it well
 
very beautiful, congratulations, how do i put a window of the 5 best players on the right side?
 
Nice release may i ask how do i fix buttons? sbutton.gif is not being displayed anywhere
 
doesn't work for me :S

This is because the config.ini is cached, that means any changes you do there, needs to be refreshed.

A quick work-around for this would be adding this line at the end of:
system/template.php

Code:
$cache->delete('template_ini_' . $template_name);
 
This is because the config.ini is cached, that means any changes you do there, needs to be refreshed.

A quick work-around for this would be adding this line at the end of:
system/template.php

Code:
$cache->delete('template_ini_' . $template_name);
thanks you slaw you are the best <3
 
Thanks for the release but the /forum section is broken. How would I fix this? Ig the template doesnt change the forum.html.twig? Should I just put my own custom forum.html.twig in the layout directory?
 
Hello, there was small issue for servers that had broadcasting & viewers columns in db.

The fix is here:

Just redownload plugin here: https://my-aac.org/plugins/myaac-old-school-template.zip
Thank you very much!
Unfortunately, downloading a new style didn't help. After manually changing in index.php, it was fixed.

A slightly different question.
Is it possible to delete the existing database in the admin panel? (players, player accounts, guilds, etc.).
 
Back
Top