User login
Featured on CNL
Forum Topics
-
1 week 2 days ago
-
3 weeks 3 days ago
-
3 weeks 5 days ago
-
4 weeks 1 day ago
-
5 weeks 7 hours ago
-
6 weeks 6 days ago
-
7 weeks 6 hours ago
Recent comments
-
23 hours 33 min ago
-
2 days 19 hours ago
-
3 days 23 min ago
-
3 days 23 hours ago
-
3 days 23 hours ago
Recent Blog Posts
-
oscatholic
-
oscatholic
-
oscatholic
-
oscatholic
-
mdhoerr
-
mdhoerr
-
archstl


Was looking at your php solution and thought I should point out a security issues. The chmod at the end of the script is give global read+write+execute to the index. You probably want to set the permissions to 0775 or 0755 instead.
Thanks for the post, Susan - best of luck with WiFi Faith!
I think many people are afraid of using new technology. We can help our priests and leaders to learn how to use these tool: visit WiFi Faith Catholic Marketing: http://www.wififaith.com/
I have a beta invitation; you need to sign up to get one...
Hi,
Great work, love the site. I am a drupal catholic developer in Australia.
was just going to take a look at drupal gardens. Do you have a beta invitation? Or how can I get one, thanks
I'll let you know if I ever need my robots programmed ;-)
Your code was excellent, my problem is that I am a robot programmer (one that have never come close to PHP or "web-terms" and the first time I heard about Drupal was 7-8 months ago.
But even as a robot programmer I should know to "not work" when tired. ;-)
Thanks again and I'll defenently sign up for this site.
(I guess my skills for PHP and web projects are very limited, but perhaps if someone would ever have to program a ABB Robot I could assist ;-)
I'm glad you could get it working! Sorry I couldn't respond sooner.
It's working, thanks a million (I had some trouble getting it to work, having both a copy and paste-error as well as a logical one)
Regards
Swe_catholic
Hi again, I must be missing something because it's not working for me.
(believe me I have tried ;-)
I know this isn't a support forum but I would be extremely thankful if you could help me out.
What I have is a cck-field “machine name=sport_image"
it's a image-field using imagecache (the name of the imagecache preset is “sport_330_scale”)
In the content type area, my settings are “Enable custom alternate text”
To get my text into the “alt” variable (is this right? This is one of the main problems where/how should I enter the “text for the image”)
I have also tried to check the Description field(for that image field), for the text to appear below the image.
Both of the solutions have not worked.
My CSS
.field-field-sport-image {my css}
.field-field-sport-image a {my css}
.field-field-sport-image div.caption {my css}
For the theme template.php I copied your code and replaced the
function archstl_imagecache
to be
function mytheme_imagecache
Also I changed the $output = '<img src="http://www.opensourcecatholic.com/' To '<img src="http://localhost/mysite'
I know I am missing something obvious (not to me though ;-) but probably/hopefully to you.
Very interesting!
Cade_One: thanks for checking out the site. It's a work in progress. We just uploaded audio from the Vocation Boom Road Show, featuring seminarians. Good stuff. God or the Girl I have not seen -- but do remember a lot of controversy before it ran. I'll have to see if netflix has it. Thanks! Dino
I've also thought about writing up something like this. My programming skills are pretty rusty, but I'd like to help with this project as much as I can.
Great article(and website)!
Thanks, swe_catholic! I'll keep this story updated if I find a way to do it with inserted images.
I have been looking for this for some time, now I only have to verify it works the way I think it do.
Please update if you find a way to do it with inserted images also! But I am happy enough if it works with imagecache-built CCK ImageFields.
Thanks for sharing and I must say that your work is really inspiring .
Very impressive!
Great job on archstl.org
I especialy like the Mega drop-down menus.
Good luck in making that a module, I"m sure it would be widely adopted.
I'm just getting started with Drupal and hoping to have something up on our web site sometime this summer.
Cool! Good work, Jeff!
Thanks, Mark! I would say the alertbox article linked from above would be the best feedback you can get. People seem to like the menus, but I've probably spent a total of 20-30 hours designing and testing the things, and rearranging links in more logical groupings.
One of the biggest things is the timing and stickiness of the button hover - when do the div's appear, and when do they go away?
Congrats on the launch. That's quite a list of items to transition. Regarding the mega drop-down menus, do you have any interesting user feedback or testing insights? I'm working on a project that will employ those so I'm hoping to learn from those who've already gone through the process.
Great post and very useful. Do you happen to know how to also use a text link to update one's LinkedIn status? I've read several posts that demonstrate how to share a full article or blog post on LinkedIn, but I'm needing just the equivalent of what you've shown how to do on Twitter and Facebook but on LinkedIn. Any help would be appreciated.
Ah, yes, I love regex. These are very nice, very powerful too. In my database work I always have to double check myself because sometimes I might replace "st" with "saint" instead of "st "(space) with "saint". Also this works well for your case but I've seen weird things like "saint st ans" in data, where this regex would make it "saint saint ans". For search results it's not bad because neither would produce the desired affects(correct search), but if you were running an update statement on a database it gets tricky since someone will view the results and think the update broke their data.
Here is a very nice screencast on How to Install and Configure the CKeditor Module and another one on How to add Youtube, Vimeo or any other embed content to CKeditor
I know what I was doing wrong. I had the ckeditor folder in site/all/modules/ckeditor/ instead of site/all/modules/ckeditor/ckeditor. I'm pretty sure I have it now. We'll see. Thanks again for your help.
Here is a how-to for anyone who is going the Drupal 6.x + CKeditor 3.x + WYSIWYG API 2.x rout.