241
Chainsaw
Re: MRBS Prob - SOLUTION
  • 2003/12/17 3:35

  • Chainsaw

  • Quite a regular

  • Posts: 304

  • Since: 2003/9/28


Quote:

phflupp wrote:
The issue was:

Could not add an area via the MRBS Admin page.


The (workaround) solution is:

Turn on "register_globals" in your php.ini file.

The long-term solution is to bring the code up to PHP 4 standards.


Explanation:
Seehttp://ca.php.net/manual/en/tutorial.oldcode.php for details.

-phflupp



Hi there. I've confirmed my register_global settings in \etc\php.ini was "on". I still can't add a room (logged in as webmaster)


HELP *sigh*



242
Chainsaw
Re: meeting room booking s ystem as a module
  • 2003/12/4 20:51

  • Chainsaw

  • Quite a regular

  • Posts: 304

  • Since: 2003/9/28


I've tried the server booking module and received the following error when I try to install it.

Installing Server Booking

  All parts of a PRIMARY KEY must be NOT NULL
; If you need NULL in a key, use UNIQUE instead

Unable to install serverbooking
Error(s):



243
Chainsaw
Re: MRBS Prob
  • 2003/11/12 22:33

  • Chainsaw

  • Quite a regular

  • Posts: 304

  • Since: 2003/9/28


Yeah I have the same problem.

I have a live MRBS database running on another webserver. So I was plesantly surprised (and delighted) to see MRBS as a XOOPS module.

So I installed MRBS into XOOPS as a module, same like you, everything looks ok but I cannot add a room.



244
Chainsaw
How to make pages for each News Topic?
  • 2003/11/2 4:17

  • Chainsaw

  • Quite a regular

  • Posts: 304

  • Since: 2003/9/28


Thanks for all the help so far. I've now struck another design problem with my websitehttp://202.89.43.124/www.albanycc.org.nz/xoops2

What I would like to do is create different pages for each church department. Each department can then post their own news (aka topic).

Eg

Page for Sunday School
Center block will consist of

1. Intro about Sunday School
2. All unexpired news on Topic=Sunday School


Page for Women Group
Center block will consist of

1. Intro about Women Group
2. All unexpired news on Topic=Women Group


Appreciate any help or site that is currently using that design (I've hit a mental block after a week of customising XOOPS for our site)



245
Chainsaw
Re: Truncate Story
  • 2003/10/30 21:42

  • Chainsaw

  • Quite a regular

  • Posts: 304

  • Since: 2003/9/28


OK I've tried everything that I can think of (for now) but none of this worked

<{foreach item=news from=$block.stories}>
  <
p align="left">:: <a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$news.id}>"><{$news.title}><br><{$news.text}></a><br>
</
p>
<{/foreach}>


I've tried replacing <{$news.text}> with <{$news.hometext}>

Any suggestions???




Please???



246
Chainsaw
Truncate Story
  • 2003/10/30 7:07

  • Chainsaw

  • Quite a regular

  • Posts: 304

  • Since: 2003/9/28


Apologies for this enquiry. My PHP and HTML programming are not one of my strongest skillset.

Can someone please tell me how to change the "recent news" template to

substr({Story Title} <br>
{
Story Content}, 050)


See example on right side of this mock up.
http://www.octane.org.nz/htmlpages/idea_oct_03/home.htm

I see the following code in the news_block_new.html template

<ul>
  <{foreach 
item=news from=$block.stories}>
    <
a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$news.id}>"><{$news.title}></a>
  <{/foreach}>
</
ul>


How do I add the Story content to this and then truncate it to 50 characters.

The site I am building (in beta mode) is at
http://202.89.43.124/www.albanycc.org.nz/xoops2/

Appreciate all your help.

Cheers.



247
Chainsaw
Re: Is there a file upload module?
  • 2003/10/30 3:14

  • Chainsaw

  • Quite a regular

  • Posts: 304

  • Since: 2003/9/28


Thanks for the info. Actually I just discovered there are a lot more stuff under the WFSection hood that I originally thought. There are uploader/file manager there too.

This is getting better by the minute.



248
Chainsaw
Re: Is there a file upload module?
  • 2003/10/29 23:21

  • Chainsaw

  • Quite a regular

  • Posts: 304

  • Since: 2003/9/28


LOL sorry for the drama. I found the uploader module ... (just didn't notice the little line at the bottom of search "show all search result" LOLOLOLOL!) I was only reading the first page. Just tested it and it looks like it will work.

https://xoops.org/modules/news/article.php?storyid=1008



249
Chainsaw
Is there a file upload module?
  • 2003/10/29 21:33

  • Chainsaw

  • Quite a regular

  • Posts: 304

  • Since: 2003/9/28


Hi there. I can't expressed how impressed I am with the modules in XOOPS (and the core XOOPS itself). Having worked with the various Nukes and Coranto (aka Newspro) I have to say that XOOPS is the most easiest to work with. And the modules are so easy to install!!! Congrats to the core and modules teams.

Now, down to a serious question.

I installed a XOOPS site this week for my company's intranet. It has most of the modules I needed - wfsection, agenda-x, xdirectory, xoopsaddress. I've also installed FileManager but it wasn't the module I wanted.

I need to set up an electronic document library for the various departments at my office. HR wants a section containing all the various HR forms, policies, guidelines (in various file formats - .DOC, .XLS, .PDF). Health and Safety has a whole library of PDFs with all the rules for not getting killed on job ) And other departments have their own documents etc etc.

Now what I want to do is to allow each department users to upload their documents to the Intranet web server (Mandrake 9.1/apache). The way I see it work is the user would upload the document file to a folder (eg XOOPS/documents) then go to the DOWNLOAD module and register the document file there (or put the link into FAQ or wfSection). In many way it is very similar to the IMAGE upload function in the SYSTEM ADMIN module.

I've searched around the 2.0 modules but found none fitting this function. Does anyone have this at their XOOPS site?




250
Chainsaw
Re: Help pls - Top Page intro - use block/cjay/xoopsdoc/wfsection?
  • 2003/10/27 8:54

  • Chainsaw

  • Quite a regular

  • Posts: 304

  • Since: 2003/9/28


Thanks for the info. I was thinking the same.

I just wish wf-section can do it right now.... wonder if I have enuf gumption to try and hack it....




TopTop
« 1 ... 22 23 24 (25) 26 »



Login

Who's Online

151 user(s) are online (93 user(s) are browsing Support Forums)


Members: 0


Guests: 151


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