• 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!

(Znote ACC) About the guild logo.

Heyron

Active Member
Joined
Mar 23, 2017
Messages
103
Solutions
1
Reaction score
42
Location
Brazil
Where do you configure / change the configuration so that players can change the guild logo? Thank you.

tPe9ej8.png
 
Sorry, but I did not explain it correctly. What I want to know is how to change the logo? As shown in the image, the character "Test" is the owner of the guild, but when clicking on the guild, there is no way to change the logo.
 
In guild options, click on guild name(or guild logo) and you will see.

The problem is that by clicking on the guild, I'm redirected to the demo page.
This does not seem normal to me. The site installation was successful, there were no errors, but unfortunately I'm not sure how to solve this.

RByD4uX.png


0HNxt2v.png
 
Your site url needs to be yourwebsite.com not yourwebsite.com/yourwebsite.com/guilds.php/ XD
Configure it properly in config.php

Etc:
"http://127.0.0.1/" for localhost only.

Maybe I did it. In config.php I left empty the value:
$config['site_url'] = "";

Because before it was defined as:
$config['site_url'] = "127.0.0.1/guilds.php";

That must have been the mistake, correct? But apparently everything is working properly now.

Can you tell me where I change so that everyone can see the Guild List without having to be logged in?
You can only view the guilds if the character is logged into the account.
 
This is wrong:
$config['site_url'] = "127.0.0.1/guilds.php";

This is correct:
$config['site_url'] = "http://127.0.0.1";

Site URL should target your website, and the protocol (http://) should be included.
 
Back
Top