Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - luca

Pages: [1] 2
1
Information / Re: Difficulty to get a quote
« on: November 01, 2024, 06:15:27 PM »
Friend,

I added in menu "Administracao de emails". Wanted to add a line feed before the word emails.

How do I do that?

This is what we did:

To change the text it self you would edit this line in
/usr/local/cwpsrv/var/services/users/cwp_lang/pt/dashboard.ini

MAILACCOUNTSUB = "Administração de e-mails"
 
To change the HTML/CSS it's located in this file
/usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_left.html
:
{% if ("email_accounts_custom" in rmenu ) %}
<li class="searchmenu">
    <a href="#"><i class="fa fa-envelope"></i> <span class="nav-label">{{langene.MAILACCOUNT}}</span><span class="fa arrow"></span></a>
    <ul class="nav nav-second-level collapse">
        {% if ("email_accounts_custom" in rmenu ) %}
        <li class="search"><a target="_blank" href="https://xxxx">{{langene.MAILACCOUNTSUB}}</a></li>
        {% endif %}
    </ul>
</li>
{% endif %}

Thanks

2
Information / Re: domain aliases
« on: October 31, 2024, 01:05:56 PM »
Its not 100%, though. It loads the domain alias URL at first, then, when you click on a site's link it goes to the site redirected to.

Its not the same thing as a redir.

Can we add a FR for a redir/domain alias as a feature?

Thanks.

3
Information / Re: domain aliases
« on: October 31, 2024, 12:27:44 PM »
Great idea! Thanks. If it's not in documentation, I'd suggest CWP team add it.

4
Information / Re: domain aliases
« on: October 30, 2024, 06:12:49 PM »
Hi, friend

Thanks for reply.

An alias, such as for domain.com, also load it for domain.net, so domain.net is alias of domain.com.

Thanks!

5
Information / domain aliases
« on: October 30, 2024, 03:33:26 PM »
Friends,

Is there a way to set domain aliases in CWP?

Thanks.

6
Information / Re: need to rename username for login
« on: October 29, 2024, 03:53:55 PM »
Thanks, friend.

How do I rename a username of a certain login, then?

7
Information / need to rename username for login
« on: October 28, 2024, 01:38:19 PM »
Friends,

We have a login with many domains and need to just rename the panel's username/login?

There's no way?

Thanks!

8
Other / Contact CWP Bug tracking system webmaster
« on: October 25, 2024, 01:43:24 PM »
Friends,

How can I contact CWP? I have an issue logging in to the bug tracking system. Used the email informed there, but I get no reply.

Contact us I keep getting a robotized message back about paying for support.

Thanks.

9
DNS / Re: Format issue with dots
« on: October 16, 2024, 03:27:35 PM »
Friend,

I know. That's what I said. I understand it's not a bug.

I said something else.

It would be nice if you could validate the field. Alert if person doesn't add the dot. Thats all.

Thanks.

10
Just to keep it registered here, my techs did this in a different way.

I had attempted those instructions but by changing the theme it caused a chain-reaction of problems.
 
Instead, I used a different approach by implementing the custom module the same way we implement our IMH Backup Manager module to prevent CWP updates from overwriting the files. The solution was in the
menu_left.html
file located at:
/usr/local/cwpsrv/var/services/users/cwp_theme/original/menu_left.html

11
DNS / Re: Format issue with dots
« on: October 15, 2024, 03:58:46 PM »
Thanks, friend. Yes, but my case is a feature request.

It could inform about the invalid syntax...

Thanks.

12
Information / Re: Difficulty to get a quote
« on: October 09, 2024, 05:05:24 PM »
Thanks a lot, guys!

Just might wanna check why the hard time to get a reply from team. I wrote to them twice and twice got same answer "do you have a contract" when I had already answered it.

Anyway, thanks for your help, with that, my team can do it.

See, I also cant get a reply from team. I wanna open bug reports and dont know my username. see https://forum.centos-webpanel.com/suggestions/brazilian-portuguese-x-portugal-portuguse/msg48884/#msg48884

13
DNS / Format issue with dots
« on: October 09, 2024, 02:03:51 PM »
Seems when creating an MX, for example, Bind with CWP.

@ IN MX 5 mx.domain.com

It requires a dot

@ IN MX 5 mx.domain.com.

and CWP is not clear on that. We had to change tons of domains in batch. It would be nice if it alerted about the invalid syntax.

I believe same for CNAMEs, require an extra dot at the end of the value.

Thanks.

14
DNS / Format issue with dots
« on: October 09, 2024, 02:03:10 PM »
Seems when creating an MX, for example, Bind with CWP.

@ IN MX 5 mx.domain.com

It requires a dot

@ IN MX 5 mx.domain.com.

and CWP is not clear on that. We had to change tons of domains in batch. It would be nice if it alerted about the invalid syntax.

I believe same for CNAMEs, require an extra dot at the end of the value.

Thanks.

15
Suggestions / Re: usernames
« on: October 04, 2024, 01:14:19 PM »
Thanks. The thing is, how will username do a forgot pwd if he doesnt know the username.

Cant there be a forgot username?

A custom username would be awesome too, imho.

Pages: [1] 2