lanys Posted June 22, 2005 Posted June 22, 2005 Hello, I'm sorry, if i posted this topic in not suitable place... , please then put in suitable place ;-] With section manager i have created 5 sections. And in every section i have created 1-2 categories. (to put news in them) But when registered user in 'user menu' press, "submit news", there he could choose just 1 category. But here should be minimum 5 categories... Maybe someone knows where is the problem ? Maybe i missed to set smth.... ? Sorry for my bad english... Thanks in advance, Linas. Quote
TCH-Bruce Posted June 23, 2005 Posted June 23, 2005 Sounds like it could be some sort of group or user permissions setting that needs to be adjusted. Don't use Mambo so can't offer much more than that. Quote
impleri Posted June 23, 2005 Posted June 23, 2005 Check in the Admin Panel and make sure that each section is both published and set for public access. Same with each category. Registered access may also be acceptable. Also, make sure the users are set as 'Authors' (19) and not simply as Registered Users (18). That can be changed in components/com_registration/registration.php where it says: $row->gid = $acl->get_group_id('Registered','ARO'); And cnahge it to: $row->gid = $acl->get_group_id('Author','ARO'); Quote
borfast Posted June 23, 2005 Posted June 23, 2005 $acl?... are you using Mambo from CVS? The current version of Mambo (4.5) doesn't have ACL (Access Control Lists - which is probably THE reason why I don't suggest it more often as the CMS of choice for some situations. Quote
impleri Posted June 23, 2005 Posted June 23, 2005 No CVS. i pulled that straight from the code of 4.5.2.2. i doubt it disappeared in 4.5.2.3. Quote
lanys Posted June 24, 2005 Author Posted June 24, 2005 (edited) I would like to ask one more question : here is the image link : Hardrock And i want to change that white font in to black, but i cant find in *.css line this color... Maybe someone knows how to change that ? Thanks in advance, Linas Edited June 24, 2005 by lanys Quote
pompey_john Posted June 27, 2005 Posted June 27, 2005 sorry have nothing to add solution wise, but suggest you ask over at mambers Quote
OldTimer Posted June 27, 2005 Posted June 27, 2005 (edited) Can't help you regarding Mambo (tried it didn't like it) so I gave XOOPS a try and am very pleased. More admin. side and user friendly. Greg Edited June 27, 2005 by OldTimer Quote
lanys Posted July 12, 2005 Author Posted July 12, 2005 One more question about mambo and folders: Why i cant upload or edit files in some mambo/folders? With file manager or ftp clients i get orrors, that i cant upload or delete... Maybe someone has any idea? Thanks ;-] Quote
pompey_john Posted July 12, 2005 Posted July 12, 2005 One more question about mambo and folders: Why i cant upload or edit files in some mambo/folders? With file manager or ftp clients i get orrors, that i cant upload or delete... Maybe someone has any idea? Thanks ;-] <{POST_SNAPBACK}> I have the same problem, and I think it has something to do with the owner permissions on the web server. For some strange reasons some directories and files are installed/uploaded without the owner being set. This means that you cant modify the files, delete them etc... I think there are two ways you can go about this. The first is to ask the wonderful people on the support desk to set you as the owner. This should be a relatively easy and quick thing for them to do. Although it must be mundane and frustrating at times. The alternative is to download an administrator component called mambo xplorer. This will give you full access to do whatever - in a file manager style using mambo - on the server. It might not be able to do all things though. Still it is certainly worth checking out. Hope that all helps Quote
lanys Posted July 12, 2005 Author Posted July 12, 2005 I think there are two ways you can go about this. The first is to ask the wonderful people on the support desk to set you as the owner. This should be a relatively easy and quick thing for them to do. Although it must be mundane and frustrating at times. <{POST_SNAPBACK}> Thanks for your answer, Who could set this permisions ? TCH administrators ? Quote
pompey_john Posted July 12, 2005 Posted July 12, 2005 Thanks for your answer, Who could set this permisions ? TCH administrators ? <{POST_SNAPBACK}> By TCH Administrators are you referring to the board admin on this forum? I dont think the board admin and the support desk are the same people. Best to raise a ticket at the help desk. From this page click web hosting home (in the banner) then choose the help desk sub option from the support menu. Quote
pompey_john Posted July 12, 2005 Posted July 12, 2005 anytime dude. For more mambo help ... check out mambers.com for lots of mambo help and advice (I am on their as pompeyjohn - contact me if you like) also from Monday, 18th to Sunday, 24th July this year mambers will open up a special forum where Mambers help other Mambers. Pop in, ask questions. It should be a great help and of value to everyone in the community. * The Helping Hands Week forum: http://www.mambers.com/forumdisplay.php?f=204 * Register at Mambers.com: http://www.mambers.com/register.php Quote
TCH-Bruce Posted July 13, 2005 Posted July 13, 2005 The moderators do not have server access so please open a support ticket with the help desk to get it done. Link at the top of every forum page. Quote
pompey_john Posted July 13, 2005 Posted July 13, 2005 The moderators do not have server access so please open a support ticket with the help desk to get it done. Link at the top of every forum page. <{POST_SNAPBACK}> Wow. I missed that link!! Quote
lanys Posted August 3, 2005 Author Posted August 3, 2005 Hello, How to become more freindly with Google.lt ? In configuration i have set : Search Engine Optimization : Search Engine Friendly URLs: Yes Dynamic Page Titles: Yes Mambo is installed in "mambo" directory and .htaccess file looks so : >## # @version $Id: htaccess.txt,v 1.5 2005/01/22 23:00:27 spacemonkey Exp $ # @package Mambo # @copyright (C) 2000 - 2005 Miro International Pty Ltd # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL # Mambo is Free Software ## # # mod_rewrite in use # RewriteEngine On # Uncomment following line if your webserver's URL # is not directly related to physical file paths. # Update YourMamboDirectory (just / for root) # RewriteBase /YourMamboDirectory # # Rules # RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) index.php Maybe this htaccess file i should also copy to root directory? Google.lt finds my site, but how i could improve it to the top ? Thanks for advance, Linas. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.