Domainlist to show number of domain pointers for each domain

ditto

Verified User
Joined
Apr 27, 2009
Messages
2,577
When a user has many domains and many domain pointers in a user account, it can be hard for the user to keep track of wich domain pointers that has been added to wich domains.

Would it be possible to add number of domain pointers in parenthesis to the right of each domain in the domain list at /skins/enhanced/user/content_main.html?

Currently that domain list is generated from |DOMAINTABLE| variable.

Here is a example of what I would like on the domain list at /skins/enhanced/user/content_main.html:

Code:
domain1.tld
domain2.tld (1 pointer)
domain3.tld
domain4.tld (3 pointers)
domain5.tld
domain6.tld (2 pointers)

I think it would be best to not show any parenthesis when no domain pointer is present (like in my example above).

And also make the domain pointers in parenthesis a hyper link to https://server.hostname.tld:2222/CMD_DOMAIN_POINTER?domain=domain.tld

Currently content_main.html only looks like this (and users with many domains and domain pointers must navigate to each domain looking for wich domains has domain pointers or not):

Code:
domain1.tld
domain2.tld
domain3.tld
domain4.tld
domain5.tld
domain6.tld
 
Last edited:
Back
Top