Providing resources for people with a passion for Christ and the web
Welcome!




Re: Welcome to Christian XOOPS Resources
Just popping in
Joined:
2011/7/30 23:56
From Texas
Group:
Confirmands
Posts: 5
Offline

Hello Brother Steve. I really appreciate what you have done here. I need it! I have been given the task of rebuilding/ re-establishing our church web site and honestly I know very little about it. I can't even get basic html right.


Our church is small and in a small country town so having something to offer for content in a site for us is a little thin. I have spent the past several weeks looking at/ trying out various CMS packages, so far I am not too thrilled at what I have discovered. All offer all this great ease of use for the novice but are not really much better than free css templates. i.e. concrete 5.


I use a free unlimited Christian host you should ad to your site, Witnesstoday.org unlimited band width etc. Paul Hester does a great service for no charge. That alone makes me WANT to donate!


Your articles are every insightful. Perhaps the Lord led me here? hmmm...


God Bless, we will be praying por your ministry.


BroKen1


Posted on: 2011/7/31 5:04
Transfer the post to other applications Transfer


Re: News feed does not work ?
Webmaster
Joined:
2007/6/15 11:53
Group:
System Administrator
Site Maintainers
Confirmands
Posts: 197
Offline

Thanks for the tip.

Actually, it's not an issue with the core, it is with the module(s) that filter HTML on output, too - CBB is one of them. It was discussed in the ImpressCMS forums - http://community.impressc ... mp;forum=1

BTW - any makeTareaData4... or makeTboxData... method is outdated. Replace with the proper method as indicated in class/module.textsanitizer.php


Posted on: 2009/5/20 9:30
_________________
Steve
"Whether you turn to the right or to the left, your ears will hear a voice behind you, saying, "This is the way; walk in it." Isaiah 30:21
Transfer the post to other applications Transfer


Re: News feed does not work ?
Just popping in
Joined:
2009/5/5 20:26
Group:
Confirmands
Posts: 3
Offline
Again me !

For html in your sig, you should test this hack.

In kernel/user.php
Quote:


function XoopsUser($id = null)
{
$this->initVar('uid', XOBJ_DTYPE_INT, null, false);

[...]

$this->initVar('user_mailok', XOBJ_DTYPE_INT, 1, false);
// hack
$this->initVar('dohtml', XOBJ_DTYPE_INT, 1, false);

[...]
}



And in userinfo.php

Quote:


$xoopsTpl->assign('lang_signature', _US_SIGNATURE);
// edit
// $xoopsTpl->assign('user_signature', $myts->makeTareaData4Show($thisUser->getVar('user_sig', 'N'),0,1,1));
$xoopsTpl->assign('user_signature', $myts->makeTareaData4Show($thisUser->getVar('user_sig', 'N'),1,1,1));

if ($thisUser->getVar('user_viewemail') == 1) {



I have made no test. Hope it still work (original hack was made for an old Xoops version)

@+

Posted on: 2009/5/19 21:54
Transfer the post to other applications Transfer


Re: News feed does not work ?
Just popping in
Joined:
2009/5/5 20:26
Group:
Confirmands
Posts: 3
Offline
Thanks for correction ... and for your dev work !

@+

Posted on: 2009/5/19 21:47
Transfer the post to other applications Transfer


Re: News feed does not work ?
Webmaster
Joined:
2007/6/15 11:53
Group:
System Administrator
Site Maintainers
Confirmands
Posts: 197
Offline

Thanks for the notice - the feed is working again. There was an invalid character in one of the articles causing the problem. I should learn not to copy/paste text from other sources.


(I also need to work on the HTML in the forum signatures)


Posted on: 2009/5/19 21:41
_________________
Steve
"Whether you turn to the right or to the left, your ears will hear a voice behind you, saying, "This is the way; walk in it." Isaiah 30:21
Transfer the post to other applications Transfer


News feed does not work ?
Just popping in
Joined:
2009/5/5 20:26
Group:
Confirmands
Posts: 3
Offline
hi

It seems that this feed does not return information
http://christianwebresour ... ?feed=news

Posted on: 2009/5/19 21:29
Transfer the post to other applications Transfer


Re: CMS's really the best for a Church site?
Webmaster
Joined:
2007/6/15 11:53
Group:
System Administrator
Site Maintainers
Confirmands
Posts: 197
Offline

It may, or may not, be relevant in your situation, but here is an article I wrote on this topic, too - An Effective Solution for Church Web Sites.


I've also just found this - Determine Your Goal - the first in a series about church web planning and development. There's lots of good stuff out there and I plan on bringing as much of it together as possible.


Peace!



Posted on: 2008/11/19 12:07
_________________
Steve
"Whether you turn to the right or to the left, your ears will hear a voice behind you, saying, "This is the way; walk in it." Isaiah 30:21
Transfer the post to other applications Transfer


Re: CMS's really the best for a Church site?
Just popping in
Joined:
2008/11/17 8:56
Group:
Confirmands
Posts: 2
Offline
Thanks Steve!
I'll read over those links when I get time. To be honest, i'm not sure where our church is up to as far as doing the site, or who is on the team putting it together. I'm guessing there's a number of capable people involved, given the level of technology we have already (video screens,live video crosses to a mission trip to Fiji etc) so I suppose we will find out soon enough. I've put my hand up to be involved, but haven't heard back yet :)

Posted on: 2008/11/18 5:05
Transfer the post to other applications Transfer


Re: CMS's really the best for a Church site?
Webmaster
Joined:
2007/6/15 11:53
Group:
System Administrator
Site Maintainers
Confirmands
Posts: 197
Offline

First off - Welcome, Bassman! I have a thread at XOOPS bookmarked with your admission of having a XOOPS-based church web site. That thread has been very influential in the making of this site. Thank you!


Now, to your question. My answer - "That depends."


Honestly, not all churches are ready to enter the Internet mission field. There's an article by Tim Bednar at Godbit about chosing a web site for your church and it gives us something to think about. How are we serving our churches?If a church needs a 'static' web site, a CMS can serve that purpose. Just install the core and a basic content module, like News, SmartSection or Wiwimod. When they are ready for more, add another rmodule. Eventually, they'll be ready for a fully interactive site. If you just give them a static site at first, how will you add interactivity?


Another interesting bit of research was done to identify what makes a ministry site successful? While I might challenge some of their conclusions, the 3 factors involved - technology, people and processes - are an excellent summary of what we must consider. In my experience, processes play the biggest part in the success of anything. Not to the point of some organizations that elevate processes above effectiveness and results, but if the processes have not been established, then the people can't follow them, using the technology available.


Posted on: 2008/11/17 11:27
_________________
Steve
"Whether you turn to the right or to the left, your ears will hear a voice behind you, saying, "This is the way; walk in it." Isaiah 30:21
Transfer the post to other applications Transfer


CMS's really the best for a Church site?
Just popping in
Joined:
2008/11/17 8:56
Group:
Confirmands
Posts: 2
Offline
Hi,
I've had a little experience using CMS's for Church sites - do you think they are really the best thing to use? If so, which CMS and why?

I sort of took on the job of getting a website up and running at our former church. It was then that I started taking an interest in CMS's, and eventually settled on Xoops. It seemed to be the best fit with what we wanted from a site, but it suffered from the problems that a lot of church sites (and sites in general) have: Nobody to regularly update the content. I didn't have the time or access to the information, and every time someone stepped up to volunteer to keep the site updated, they would last a short time and give up for one reason or other. Eventually the task of keeping the core and modules updated became a chore, modules stopped working because the host upgraded to PHP 5, and the whole thing fell in a heap. I ended up doing a basic html site with a PHP news script which was easy enough to update, and although I am no longer a member there, the site seems to be functioning OK. (Time will tell I guess).

Our new church is much larger and already has an existing (Joomla) website, which is OK but lacks some decent content. Our senior pastor is now talking about creating a new "interactive" site, but there doesn't seem to be any idea of what that actually means in practical terms. I think "interactive" could be his way of saying "flashy" (or Flash-y), but I think once people get over the wow factor of something, there needs to be a good reason to come back regularly... any suggestions?

Posted on: 2008/11/17 9:12
Transfer the post to other applications Transfer







Bookmark and Share!

Join Us On Facebook

Find Us on the Socials

Facebook Christian Web Resources LinkedIn page YouTube