The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl eAuction 1.6.1.x >> Start Up and more >> Dissallow Users to Post https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1097591381 Message started by reindance on 10/12/04 at 16:29:41 |
Title: Dissallow Users to Post Post by reindance on 10/12/04 at 16:29:41 Does anyone know how to fix this option? We have this script set up for our sales only and do not want outside postings allowed. However, when I set the 1 to a 0 to not allow postings, it still does. I would like to delete or change the wording of the POST NEW ITEM in the top navagation box as well, so that it is not even seen for a user to click on, but when I did this I got a sever error. |
Title: Re: Dissallow Users to Post Post by www.blitzday.com on 10/13/04 at 16:26:26 Hi, This site is for 2 languages. you have to change the language and text in the config section of your scripts. You search for that text and change it into what you want. In the auction script you will see then that it refers to this translation and will be changed when you look at it in the browser. If you dont want it to show you just take the reference something like &text( blah) out of the line. could be $text as well. This is also in your config section in the navigation part of that script. I hope I gave a hint here. Freddy Check www.blitzday.com to see the alterations.. |
Title: Re: Dissallow Users to Post Post by jtomln on 10/21/04 at 00:47:22 I wanted to the the same, but will probably be allowing users to post later. I found the simplest thing to do is change the 1 to a 0 and then in the config file scroll down to the header that say Edit NavBar.....find the line that references Post New Item and looks like this <a href="$ENV{'SCRIPT_NAME'}?action=new&lang=$form{'lang'}"><b>$txt{'Post New Items'}</b></a> take the text "Post New Items" out from between the quotes so your line looks like this <a href="$ENV{'SCRIPT_NAME'}?action=new&lang=$form{'lang'}"><b>$txt{''}</b></a> It will now just leave your box blank, but if you want to use it later you just have to put the text back in. Worked for me so far. |
Title: Re: Dissallow Users to Post Post by reindance on 10/21/04 at 14:00:10 Much easier! That is what I was going for, thanks! |
The eAuction Support Forums » Powered by YaBB 2.2! YaBB © 2000-2007. All Rights Reserved. |