FrontPage Extensions

Olle crap... Take yer pick boys...Throw a dart LOLOL

Code:
[root@server1 ~]# locate user/show_domain.html
/usr/local/directadmin/data/skins/power_user/user/show_domain.html
/usr/local/directadmin/data/skins/enhanced/user/show_domain.html
/usr/local/directadmin/data/skins/enhanced/user/show_domain.html.save
/usr/local/directadmin/data/skins/enhanced/lang/en/user/show_domain.html
/usr/local/directadmin/data/skins/default/user/show_domain.html
[root@server1 ~]#

If any body else wants to get rid of the link to the FrontPage extensions, you don't have to waste your time and go through all the above files to add this code"
Code:
add:

|*if FRONTPAGE_ON="yes"|
before the frontpage line, and
|*endif|
after it.

It's already in each file so disregard the lower portion of the instuction in this link: http://www.directadmin.com/features.php?id=754

Newbie Instructions to get rid of the FrontPage link out of all user accounts:

Log in as root using your SSH software and insert or copy and paste this command:
Code:
nano /usr/local/directadmin/conf/directadmin.conf

Once in the file you will see a list of variables (or whatever they are called :confused: )
Code:
SSL=0
addip=/usr/local/directadmin/scripts/addip
admin_helper=admin.site-helper.com
admindir=./data/admin
apache_public_html=0
apachecert=/etc/httpd/conf/ssl.crt/server.crt
apacheconf=/etc/httpd/conf/httpd.conf
apacheips=/etc/httpd/conf/ips.conf
apachekey=/etc/httpd/conf/ssl.key/server.key
apachelogdir=/var/log/httpd/domains
apachemimetypes=/etc/mime.types
brutecount=25
bruteforce=1
cacert=/usr/local/directadmin/conf/cacert.pem
cakey=/usr/local/directadmin/conf/cakey.pem
check_partitions=2
demodocsroot=./data/skins/enhanced
docsroot=./data/skins/enhanced
dovecot=1
emailspoolvirtual=/var/spool/virtual
emailvirtual=/etc/virtual
ethernet_dev=eth0:1
exempt_local_block=1
[color=red]Insert this line here -->[/color]frontpage_on=0
ftpconfig=/etc/proftpd.conf
ftppasswd=/etc/proftpd.passwd
ftpvhosts=/etc/proftpd.vhosts.conf
license=/usr/local/directadmin/conf/license.key
log_rotate_size=5

then save it.. (Control X and then the letter Y)

Then insert the next command to restart directadmin:
Code:
service httpd restart

Only took me half a day of jerking around to find this out.. :mad: :mad: :mad:
 
Last edited:
Okay, so DA has added a way to disable it globally. Your users can enable/disable it on a per-domain basis. And you can build your skins to include it or not exclude it.

So what's the problem?

Jeff

What are you talking about Jeff???..

If you know something, tell us all...

Nobody here is talking about building skins and if you know a way to enable/disable it on a per-domain basis using the current admin panel setup, please explain how...
 
My post stands on it's own. It doesn't need an explanation. Users can turn FPX on/off themselves for their own domains. Always been there. Unless of course you turn off FrontPage Extensions by globally disabling per DirectAdmin staff's post.

Jeff
 
My post stands on it's own. It doesn't need an explanation. Users can turn FPX on/off themselves for their own domains. Always been there. Unless of course you turn off FrontPage Extensions by globally disabling per DirectAdmin staff's post.

Jeff


Ya Hokay.. Thanks.. Your input on this matter is much appreciated... :)
 
If any body else wants to get rid of the link to the FrontPage extensions, you don't have to waste your time and go through all the above files to add this code"
Code:
add:

|*if FRONTPAGE_ON="yes"|
before the frontpage line, and
|*endif|
after it.

It's already in each file so disregard the lower portion of the instuction in this link: http://www.directadmin.com/features.php?id=754

That is there for the benefit of skin builders so they know what code to add to their skins. John updates the 3 included DA skins as far as I'm aware so of course you adding that to the files isn't needed.

Grant
 
That is there for the benefit of skin builders so they know what code to add to their skins. John updates the 3 included DA skins as far as I'm aware so of course you adding that to the files isn't needed.

Grant

Nice to know after the fact... :p Nonetheless, the next newbie may not have to go through all the files and follow the instructions as posted. That is of course, he hunts down this thread first.. LOL
 
That is there for the benefit of skin builders so they know what code to add to their skins. John updates the 3 included DA skins as far as I'm aware so of course you adding that to the files isn't needed.

Grant

Thanks...wish the article in the features, or was it knowledge base was more clear.

It might be clear to a skin developer, but could confuse us Little Grasshoppers.

At times I feel as a new user to DA it's like coming to the ball game in the 5th inning....the game is simple to everyone that was there early on, but I'm still figuring out Who's on First.
 
No, Thom. Who's the name of the guy on Second. What's on First.

That said, do you remember how hard it was to do something simple in your prior control panel, for example, changinging safe_mode in PHP? Don't make me remind you :) .

No skins there, so of course nothing to worry about. As Mr. Ford said, you can have his Model-T in any color, as long as it's black. Of course we're getting more features and more complex.

Look at it this way... soon you'll know enough to get rich writing DA for Dummies ;) .

Jeff
 
No, Thom. Who's the name of the guy on Second. What's on First.
Ah, I remember it the otherway around.....
Abbott: I say Who's on first, What's on second, I Don't Know's on third.

That said, do you remember how hard it was to do something simple in your prior control panel, for example, changinging safe_mode in PHP? Don't make me remind you :) .

The left-handed advantage was that you were forced to do a lot in shell...and some very bizzare work-arounds. I remember showing one of my instructors the howto I wrote for creating autoresponders....after he stopped laughing......

Look at it this way... soon you'll know enough to get rich writing DA for Dummies ;) .

Jeff

Yes....but I may be dead before I understand enough of it to write it down :D
 
Back
Top