292091
gstarrett
Re: xoops Gallery Print To Shutterfly 'fix'
  • 2003/8/31 18:27

  • gstarrett

  • Friend of XOOPS

  • Posts: 174

  • Since: 2002/3/12


There are a number of other fixes in this thread

I've also previously fixed the shutterfly link--I'll take a look and compare, if there are any noteworthy differences I'll post more info.



292092
adamsmar
Re: Document Management System (DMS) : Error
  • 2003/8/30 9:19

  • adamsmar

  • Just popping in

  • Posts: 4

  • Since: 2003/8/28


I'm getting this message:

Quote:
Error: Unable to move file.
SP:/tmp/phpg6d1et
DP:var/www/html/modules/dms/repository/1/1/1/800001


What do I set these to?
DMS Page Title: <anything, I get it>
Document storage path: <this is what I put: var/www/html/modules/dms/repository>
Document Storage Tuning: 1000
Template Root Directory ID: <what do I type here?>



292093
philroy
Re: What's a block? (versus a 'section')
  • 2003/8/30 5:09

  • philroy

  • Friend of XOOPS

  • Posts: 107

  • Since: 2003/8/23


Thank you so much! I thought the altering of the look and feel would be hard, but I've been getting into CSS recently and it's easy once you know how. Your advice adds to the content side of things and will get me going.

Cheers,

Phil



292094
hsalazar
Re: What's a block? (versus a 'section')
  • 2003/8/30 4:56

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


Phil:

Here's some answers.

1) You seem to have three content sections, each with several pages. I'd make three clones of Tiny Content and name them "About PNINS", "Events" and "Teams". Then I'd feed the content using Tiny Content's editor, in order to build the navigation block. An at the end, I'd put the three navigation blocks together to form the complete left menu. This way, you'll be able to edit every page using Tiny Content's built-in editor.

2) The breadcrumb's not so easy. I've looked at some scripts so far without luck. The most promising one can be found in the snippets of XMDT, but has no decent instructions so I haven't been able to make it work. Sorry about this.

3) The one news item calles "Important news" can be deployed using the module Spotlight. The new version was just uploaded to the CVS yesterday, and it'll let you do this: select a story to spotlight or let the system pick the latest one, as you wish. Then, this spotlighted story will include the headline and the intro text. Optionally you can include a picture. You can also add more links to other news, et cetera. What you need is a "minimalistic" Spotlight module: just one story, just one text.

I hope this is useful.

Cheers.



292095
philroy
Re: What's a block? (versus a 'section')
  • 2003/8/30 2:38

  • philroy

  • Friend of XOOPS

  • Posts: 107

  • Since: 2003/8/23


Thanks.

OK, so I create a custom block which has my various sub headings. How do I then point those links to content that people can update?

If you want to see specifically what I mean, check out a work in progress...
http://www.superhost.co.nz/~intnrm/

I'm hacking into a theme to make XOOPS the back-end of this site ultimately (I'm working on a copy locally under OS X at the moment) and have got the header and left menu working.

So I create a custom block called "About PNINS" for example, then how do I link the smaller headings to pages?

Any idea how I can do a sort of bread-crumb effect under each link?

And, final question (yes, I've asked too much!)...any idea how I can pull one news item from a news section onto that area on the very first page called "Important News"?

Many thanks in advance for any advice.

Phil



292096
philou
Re: WebSlave Project - a project managment tool
  • 2003/8/29 18:05

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


just an idea... why not include a library as jpgraph for rendering graphical data like phpcollab ?

After upgrading ... I've lost the latest translations...
You have to update the french language with the patch



292097
gronice
Re: WebSlave Project - a project managment tool
  • 2003/8/29 17:55

  • gronice

  • Just popping in

  • Posts: 30

  • Since: 2003/7/31


Thanks a lot is fixed now.

Best Regard
G'Ron



292098
ackbarr
Re: WebSlave Project - a project managment tool

Just installed the latest beta and caught a typo in the /sql/mysql.sql script
#
# Table structure for table 'xoops_ws_restrictions'
#

CREATE TABLE xoops_ws_restrictions (


should be:

#
# Table structure for table 'ws_restrictions'
#

CREATE TABLE ws_restrictions (


Other than that, the module seems to be working well



292099
El_Jordo
Re: Hack request: Private message sorting
  • 2003/8/29 17:21

  • El_Jordo

  • Just popping in

  • Posts: 64

  • Since: 2003/4/23


That worked. Thanks very much!



292100
ackbarr
Re: Hack request: Private message sorting

sure. Try this mod for XOOPS 2.0.3 (w/o the IPB module):

On ~line 50:
$pm_arr =& $pm_handler->getObjects(new Criteria('to_userid'$xoopsUser->getVar('uid')));

can be replaced with:
$criteria = new CriteriaCompo(new Criteria('to_userid'$xoopsUser->getVar('uid')));
$criteria->setSort('msg_time');
$criteria->setOrder('desc');
$pm_arr =& $pm_handler->getObjects($criteria);







Login

Who's Online

145 user(s) are online (113 user(s) are browsing Support Forums)


Members: 0


Guests: 145


more...

Donat-O-Meter

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

Latest GitHub Commits