51
blueangel
Re: Article Management / Workflows
  • 2003/11/7 7:16

  • blueangel

  • Module Developer

  • Posts: 132

  • Since: 2002/2/20


have you tried to create a Custom Groups called Editors for example and trought the Administration Panel -> System -> Groups set the access rights only to this group and to the webmaster group

in the preferences there is an option that allow only the webmaster to change the preferences of wfsection

I did not try it but you can do and if it works I think that the result is what you need



52
blueangel
Re: backup problems
  • 2003/11/6 14:26

  • blueangel

  • Module Developer

  • Posts: 132

  • Since: 2002/2/20


maybe your database has reached a size greater then the size of the attachment that you can receive in you mail



53
blueangel
Re: Table with rows of two alternative colors ?
  • 2003/11/6 14:22

  • blueangel

  • Module Developer

  • Posts: 132

  • Since: 2002/2/20


you can use the feature of smarty templates to obtain this

for example i report here a part of code of the block of the newbb module "show recent discussion"

<{foreach item=topic from=$block.topics}>
  <
tr class="<{cycle values="even,odd"}>">
    <
td><a href="<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$topic.forum_id}>"><{$topic.forum_name}></a></td>
    <
td><a href="<{$xoops_url}>/modules/newbb/viewtopic.php?topic_id=<{$topic.id}>&amp;forum=<{$topic.forum_id}>"><{$topic.title}></a></td>
    <
td align="center"><{$topic.replies}></td>
    <
td align="center"><{$topic.views}></td>
    <
td align="right"><{$topic.time}></td>
  </
tr>
  <{/foreach}>


then you need to define the classes odd and even of two different color in the css of your theme and you reach the result



54
blueangel
Re: Article Management / Workflows
  • 2003/11/6 10:03

  • blueangel

  • Module Developer

  • Posts: 132

  • Since: 2002/2/20


If I remember well that is the last you can download it

in any case you can start with it and update the module when a new version is released



55
blueangel
Re: Article Management / Workflows
  • 2003/11/6 9:03

  • blueangel

  • Module Developer

  • Posts: 132

  • Since: 2002/2/20


I think that WF-Section is the right module for you

It can be easily set up to allow:
Quote:

- Editors can write articles, approve and publish them.
- Normal members can write articles and submit them
- Editors (and the Admin, of course) can approve, edit, publish, delete, whatever.


Quote:
- Users can edit their own articles.

for this point I really do not remember if it possible in the last version, but in any case if not I am sure it will be added in the future and in any case I think that an hack that provide this feature also in the current release is not too much difficult to implement



56
blueangel
Re: cannot display the member list page
  • 2003/10/22 6:48

  • blueangel

  • Module Developer

  • Posts: 132

  • Since: 2002/2/20


what version are you using? If I remember well it was a bug present in old versions of XOOPS 2



57
blueangel
Re: weblinks problem
  • 2003/10/22 6:39

  • blueangel

  • Module Developer

  • Posts: 132

  • Since: 2002/2/20


maybe it's stupid, but open the group permissions of Webmaster group and check if the Links module is accessible or not



58
blueangel
Re: Moving xoops from a local environment to a hosted server
  • 2003/10/21 12:58

  • blueangel

  • Module Developer

  • Posts: 132

  • Since: 2002/2/20


what version of php do you have installed on your server?

create an info.php files with this content:

<?php phpinfo(); ?>

point the browser tohttp://yoursite/info.php and check the PHP version

xoops 2 does not works on linux server only with php version older than 4.1.0



59
blueangel
Re: Moving xoops from a local environment to a hosted server
  • 2003/10/21 10:45

  • blueangel

  • Module Developer

  • Posts: 132

  • Since: 2002/2/20


before transferring the local database to remote server is always better set the PHP debug to on

then you have also the set che permission of folder and files for /cache/ and templates_c/ directories (CHMOD 777)

therefore the cause of your blank page can depend also on you server configuration or php version look at

http://wiki.xoops.org/wakka.php?wakka=TroubleshootingBlankPage



60
blueangel
Re: partners problem
  • 2003/10/21 7:18

  • blueangel

  • Module Developer

  • Posts: 132

  • Since: 2002/2/20


are you working in local or in remote directly on the server?

has the templates_c directory the right permissions (CHMOD 777)?

what version of XOOPS are you using?




TopTop
« 1 ... 3 4 5 (6) 7 8 »



Login

Who's Online

187 user(s) are online (128 user(s) are browsing Support Forums)


Members: 0


Guests: 187


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits