Jump to content

Recommended Posts

Posted

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.

Posted

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');

Posted

$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.

Posted

No CVS. i pulled that straight from the code of 4.5.2.2. i doubt it disappeared in 4.5.2.3.

Posted (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 by lanys
  • 2 weeks later...
Posted

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 ;-]

Posted
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 ;-]

 

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 :D

Posted
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.

Thanks for your answer,

 

Who could set this permisions ? TCH administrators ?

Posted
Thanks for your answer,

 

Who could set this permisions ? TCH administrators ?

 

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.

Posted

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

 

:)

Posted
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.  :clapping:

 

Wow. I missed that link!!

  • 3 weeks later...
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...