You cannot post messages because only members can post, and you are not currently a member.
|
Problem with frontend_dev.php
|
| |
Hello,
I'm using ApostropheNow 1.5 and working on the frontend_dev.php, the
method url_for (or any other link_to) mounts URLs without
frontend_dev.php.
For example, from the page /frontend_dev.php/test, the method
url_for('main/test2') should create the URL /frontend_dev.php/test2
instead creates /test2, without frontend_dev.php.... more »
|
|
Announcing apostropheWorkflowPlugin
|
| |
Apostrophe's philosophy is to help everyone contribute to websites
more easily. However, some projects do have a firm requirement that
content be approved by appropriate persons before it goes live. The
Apostrophe workflow plugin is a straightforward solution to that
problem.
The workflow plugin ensures that all slot edits are approved by... more »
|
|
Apostrophe DOM classes
|
| |
I have noticed, that apostrophe has following DOM classes structure: .a-page .a-global-toolbar .a-ui .a-controls .a-ui .a-btn .icon .icon .a-wrapper .a-search .a-header .a-area .a-slots .a-nav .a-nav-main... more »
|
|
Cron Jobs for linked vimeo account?
|
| |
Hi,
I just spent all day getting my site up on to work on GoDaddy
*shudder* don't ever do it if you don't have to.
Among the numerous problems I had to solve was that the CLI PHP
version was of course different that what the web server was running.
I changed the $PATH with the .bash_profile and wrote a custom php.ini... more »
|
|
blogposts slot
|
| |
Hi,
I would like to add a blogposts slot in a templatefile like
<?php include_component('a', 'standardArea', array('name' => 'body',
'width' => 680, 'toolbar' => 'Main')) ?>
<?php a_slot('blogposts', 'aBlog', array()) // restricts editing?>
However, when I do this, I cannot edit the above 'standardArea'... more »
|
|
change upload directory based on subdomain
|
| |
Nice work, you're doing this the right way.
Look in the aFiles class. There are very thorough mechanisms for
overriding where this stuff goes.
...
-- Tom Boutell
P'unk Avenue
215 755 1330
punkave.com
window.punkave.com
|
|
blank page upload media
|
| |
Hi. Each time i try to upload a image to apostrophe i get a blank page in the url /admin/media/upload (no errors are shown). Using services like youtube works fine. I have only disabled a couple of modules like aUserAdmin, aGroupAdmin and aPermissionAdmin Any help is apreciated.
|
|
disable page permission system
|
| |
Hi.
I am building a custom cms in top of apostrophe and I want to disable the permission system so when the user adds a new page, the options for set who can see or edit the page doesnt appear. I tried to remove the code from the template but then the page didn“t save.
Any help?.
|
|
Search Engine - search by exact phrase
|
| |
Hi, when I want to search with whole phrase that is in the title of the article I receive too much results not only the article that is with this title. How can I search using the exact phrase that I typed.
|
|
|