Posted
over 15 years
ago
checking back in to see if this past update resolved your issue. please reply asap.
ty....
|
Posted
over 15 years
ago
in Dreamhost your .htaccess must be:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
instead of:
RewriteEngine On
RewriteBase /
RewriteCond %{R.......
|
Posted
over 15 years
ago
To save anyone else loosing hair over this, there seems to be a bug in the implementation of drag & drop under Firefox 3.6.
The 'line' does not appear, resulting in you being unable to move items correctly. As a workround I used IE8 which did handle it.......
|
Posted
over 15 years
ago
Thanks, Remo. I'm going to give it a try next chance I get. I'll let you know if I have any feedback.....
|
Posted
over 15 years
ago
Hello.
I am also having trouble figuring this out. I have enabled advanced options, but cannot figure out how to allow or disallow user groups to add pages to the website. I have gone through the entire site map (after showing system pages) and tri.......
|
Posted
over 15 years
ago
if you look in /themes or /packages what the folder for the theme you want for example the folder's name is theme_pie you would put theme_pie in the your-theme-name
Mike....
|
Posted
over 15 years
ago
I know this is a dumb queston, but I just can't figure out how to reference "your-theme-name." How do I know it's name? Is is it a full address? I've tried a bunch of different things, but I keep getting this error message:
Warning: include() [functio.......
|
Posted
over 15 years
ago
as craftyCS said its the list-style-type
i believe it is set in the block's styles if you make a custom template you can point it to a different css file that excludes that line....
|
Posted
over 15 years
ago
thx, good to know :)....
|
Posted
over 15 years
ago
here are all the functions:
http://www.concrete5.org/api/Permissions/CollectionPermissions.html
(scroll to the bottom)
but you would more likely use this: http://www.concrete5.org/api/Permissions/Permissions.html....
|