|
You are here: Home / Submission of Files, documents and projects on siteforge
Submission of Files, documents and projects on siteforge
Forum /
Support Questions /
Submission of Files, documents and projects on siteforge
Reply
Subscribe
Start new thread
Syndicated Feed (RSS)
|
Displaying 1 to 5 of 5
|
Previous
1
Next |
| Author |
Message |
srn
Posts: 3
|
|
Submission of Files, documents and projects on siteforge - Posted: January 2, 2006 - 11:28 AM
|
Quote and reply
|
Hi.
I've just installed sitelitecms & Siteforge. I've followed all the instructions but I can't find a way to add documents and downloads to a project and a way for users to submit project just like on the http://www.sitelliteforge.com.
Can anyone help me?
Best regards.
|
|
Back to top
|
|
lux
Posts: 645
Location: Manitoba, Canada
|
|
Re: Submission of Files, documents and projects on siteforge - Posted: January 2, 2006 - 2:04 PM
|
Quote and reply
|
srn said:
Hi.
I've just installed sitelitecms & Siteforge. I've followed all the instructions but I can't find a way to add documents and downloads to a project and a way for users to submit project just like on the http://www.sitelliteforge.com.
Can anyone help me?
Best regards.
As long as you've added the siteforge/my/projects and siteforge/my/profile boxes to the SiteMember properties file, you should see the 'Create Project' link on your member home page (ie. /index/sitemember-app). This is where users create new projects.
Once a user has created a project and it's been approved, if they are logged in they can then edit that project from links that appear in the project page itself. There's an 'Edit Project' link on the main page, an 'Add Download' link to upload files, etc.
Let me know if that makes sense and if it answers your question.
Cheers,
Lux
|
|
Back to top
|
View user profile
Contact this member
|
srn
Posts: 3
|
|
Submission of Files, documents and projects on siteforge - - Posted: January 4, 2006 - 9:00 AM
|
Quote and reply
|
I've added the following to the inc/app/sitemember/conf/properties.php file under the "member_services" setting:
appconf_set ('member_services', array (
'home' => array (
intl_get ('Profile') => 'box:sitemember/profile/default',
intl_get ('My Projects') => 'box:siteforge/my/projects',
),
'profile' => array (
intl_get ('Profile') => 'box:sitemember/profile/default',
intl_get ('Projects') => 'box:siteforge/my/profile',
),
));
but I cant' see any changes on the front page. It seems that the member_services aren't working....
Don't know if it as something to do with it, but I'm using the following apps:
- apache 2.0.54
- php4-4.4
- mysql 4.1.12
- sitellite-4.2.7-stable
- siteforge-1.0.1-stable
Can you give some pointers?
Thanks.
|
|
Back to top
|
|
srn
Posts: 3
|
|
Submission of Files, documents and projects - Posted: January 4, 2006 - 9:26 AM
|
Quote and reply
|
I've added a sidebar on the control panel with an
Alias = siteforge/my/projects
And now I can finally edit my projects.
However I can't make it work using this method:
Add the following to the inc/app/sitemember/conf/properties.php file under the "member_services" setting:
'home' => array (
intl_get ('My Projects') => 'box:siteforge/my/projects',
),
'profile' => array (
intl_get ('Projects') => 'box:siteforge/my/profile',
Am I missing something?
|
|
Back to top
|
|
lux
Posts: 645
Location: Manitoba, Canada
|
|
Re: Submission of Files, documents and projects - Posted: January 6, 2006 - 8:53 PM
|
Quote and reply
|
srn said:
I've added a sidebar on the control panel with an
Alias = siteforge/my/projects
And now I can finally edit my projects.
However I can't make it work using this method:
Add the following to the inc/app/sitemember/conf/properties.php file under the "member_services" setting:
'home' => array (
intl_get ('My Projects') => 'box:siteforge/my/projects',
),
'profile' => array (
intl_get ('Projects') => 'box:siteforge/my/profile',
Am I missing something?
What do your 'home' and 'profile' settings in the sitemember/conf/properties say? For this to work, the 'home' value should be 'box:sitemember/home' and 'profile' should be 'box:sitemember/profile'.
I've changed the defaults in Sitellite to these, which is what I think they should be anyway. Currently, the defaults for these are both 'sitemember/homepage' which creates a self-editable personal homepage and not the list of member_services.
Let me know if that gets it working for you.
Cheers,
Lux
|
|
Back to top
|
View user profile
Contact this member
|
|

|