[FORUM MS] seguendo l' HOWTO di Alby....grazie
Posted: Tue Aug 05, 2008 1:11 pm
Ho segutio passo passo l'howto per creare un forum made simple qui il link
http://wiki.cmsmadesimple.org/index.php ... ions/Forum
però alla fine il mio problema rimane lo stesso- nella parte finale dell'howto ci sono comunque degli ordini che hanno rislutato diverso da ciò che vedo pubblicato da Alby a quello che invece realmente esce.
Fino alla configurazione dei moduli tutto OK-------------
Now we have finished modules configurations.
i guai cominciano quiiiiiiiiiiiiiiiiiiiiiiii
Create a new template for private forum.
In Layout > Templates use "Copy" icon of your template (that you want use) in new private/forum template.
I copy default "Left simple navigation + 1 column" in "New Template Name": forum and Submit
Make private forum. Fatto
By default, if the Captcha module is installed, validation of a captcha image will be required for FrontEndUsers and SelfRegistration module. For disable, use param nocaptcha='1'
READ help of modules for other info/usefull params.
Edit new template "forum" and substitute:
dove lo metto il params CAPTCHA,,,,dentro a cosa???
{content}
with:
{if $ccuser->loggedin() && ($ccuser->memberof('users') || $ccuser->memberof('moderators'))}
{cms_module module='FrontEndUsers' form='logout'}
{content}
{else}
LOGIN REQUIRED FOR THIS FORUM!
{cms_module module='FrontEndUsers' only_groups='users,moderators'}
{cms_module module='SelfRegistration' group='users'}
{/if}
OK qui però se seguo le istruzioni alla fine mi viene una pagina con dentro anche la registrazione e anche se registro il forum poi non esce più
Now attach CSS style to new template: use "Attach Stylesheets" css icon of forum template, select Forum_Made_Simple and "Add a Stylesheet". Edit this stylesheet for graphics style.
Create a new page for private forum.
In Content > Pages, Add New Content for create a new page with forums.
queste righe vanno lasciate così e portate pari pari (copia e incolla) in una nuova pagina content ?
- Main tab:
"Title" and "Menu Text": Forum, "Template": forum, "Content": {cms_module module="Forum"}
- Option tab:
uncheck "Cachable"
grazieeeeeeeeee x l'aiutoooooooooo
http://wiki.cmsmadesimple.org/index.php ... ions/Forum
però alla fine il mio problema rimane lo stesso- nella parte finale dell'howto ci sono comunque degli ordini che hanno rislutato diverso da ciò che vedo pubblicato da Alby a quello che invece realmente esce.
Fino alla configurazione dei moduli tutto OK-------------
Now we have finished modules configurations.
i guai cominciano quiiiiiiiiiiiiiiiiiiiiiiii
Create a new template for private forum.
In Layout > Templates use "Copy" icon of your template (that you want use) in new private/forum template.
I copy default "Left simple navigation + 1 column" in "New Template Name": forum and Submit
Make private forum. Fatto
By default, if the Captcha module is installed, validation of a captcha image will be required for FrontEndUsers and SelfRegistration module. For disable, use param nocaptcha='1'
READ help of modules for other info/usefull params.
Edit new template "forum" and substitute:
dove lo metto il params CAPTCHA,,,,dentro a cosa???
{content}
with:
{if $ccuser->loggedin() && ($ccuser->memberof('users') || $ccuser->memberof('moderators'))}
{cms_module module='FrontEndUsers' form='logout'}
{content}
{else}
LOGIN REQUIRED FOR THIS FORUM!
{cms_module module='FrontEndUsers' only_groups='users,moderators'}
{cms_module module='SelfRegistration' group='users'}
{/if}
OK qui però se seguo le istruzioni alla fine mi viene una pagina con dentro anche la registrazione e anche se registro il forum poi non esce più
Now attach CSS style to new template: use "Attach Stylesheets" css icon of forum template, select Forum_Made_Simple and "Add a Stylesheet". Edit this stylesheet for graphics style.
Create a new page for private forum.
In Content > Pages, Add New Content for create a new page with forums.
queste righe vanno lasciate così e portate pari pari (copia e incolla) in una nuova pagina content ?
- Main tab:
"Title" and "Menu Text": Forum, "Template": forum, "Content": {cms_module module="Forum"}
- Option tab:
uncheck "Cachable"
grazieeeeeeeeee x l'aiutoooooooooo