Search found 67 matches

by Ibis Fernandez
Wed 18. Jan 2006, 14:47
Forum: phpwcms Feature Requests
Topic: Flashmovie integration
Replies: 3
Views: 24584

If you are using the latest dev version you can enable flash on the fckeditior which will give you an additional way to upload and manage files, you'll just have to add the .flv extension to it maybe .xml as well if you planning on using playlists such as the ones created with camtasia. To enable ...
by Ibis Fernandez
Tue 10. Jan 2006, 19:05
Forum: phpwcms Feature Requests
Topic: Alias ID replacement tag {id:XX} ??
Replies: 2
Views: 3251

sweet! thank you!
by Ibis Fernandez
Thu 5. Jan 2006, 18:36
Forum: phpwcms Feature Requests
Topic: Alias ID replacement tag {id:XX} ??
Replies: 2
Views: 3251

Alias ID replacement tag {id:XX} ??

Is there such a thing as a replacement tag for the inclusion of an alias ID?

I would love to include certain content parts from other articles inline with my tutorials and other content.

I have a category set up for various things like the authors bios, and certain types of advertisements etc ...
by Ibis Fernandez
Thu 29. Dec 2005, 03:44
Forum: hacks & enhancements
Topic: Simple Machines Forum - Front End Integration
Replies: 2
Views: 3445

You're going to have to be a bit more specific in your request. Have you applied the integration as I have described above?

If you have, the all you have to do is apply the approprite ssi call in your content area using the [PHP][/PHP] tags.
by Ibis Fernandez
Tue 27. Dec 2005, 21:45
Forum: phpwcms Feature Requests
Topic: random images and timer function?
Replies: 12
Views: 38639

Very useful THANKS!!!!

I managed to pull of a dirty fix but it work great!

Check out http://flashfilmmaker.com on the left hand column, labeled "Todays's Challenge".

This thumbnail is generated on the fly, based on the picture of the day.

If clicked on it will take the artists to the full sized picture which they can ...
by Ibis Fernandez
Sun 25. Dec 2005, 19:14
Forum: phpwcms Feature Requests
Topic: random images and timer function?
Replies: 12
Views: 38639

I have small script set up for generating thumbnails on the fly. Which I plan on using on the front page of my site so people can see a thumbnail of the image of the day first, when they click on it they will then go to the page with the actual image in full size. It's an animators community so ...
by Ibis Fernandez
Fri 16. Dec 2005, 20:32
Forum: phpwcms Feature Requests
Topic: Random Picture of the the day
Replies: 5
Views: 4193

no but, there there should be. :)
by Ibis Fernandez
Wed 14. Dec 2005, 20:02
Forum: hacks & enhancements
Topic: Simple Machines Forum - Front End Integration
Replies: 2
Views: 3445

Simple Machines Forum - Front End Integration

This is a front end integration which allows you to make use of the SSI functions avalable in SMF in any of the front end areas of your phpWCMS.

Getting it to work is simple, Just open up your index.php file and find:

require_once ('config/phpwcms/conf.inc.php');
require_once ("include/inc_lib ...
by Ibis Fernandez
Tue 13. Dec 2005, 21:19
Forum: phpwcms Feature Requests
Topic: Random Picture of the the day
Replies: 5
Views: 4193

Whats the point of in that? The reason people use this CMS is cause their looking for a unified content management system. If youre going to use external scripts then you mind as well also use a different CMS :)

Id much rather have this feature as part of the CMS.

Though I do recognise your point ...
by Ibis Fernandez
Tue 13. Dec 2005, 19:38
Forum: phpwcms Feature Requests
Topic: Random Picture of the the day
Replies: 5
Views: 4193

Random Picture of the the day

I love the {RANDOM} tag but is there a way to have a separate yet similar tag that does the same thing exept it uses the same image all day?
by Ibis Fernandez
Sun 31. Jul 2005, 08:48
Forum: hacks & enhancements
Topic: custom repacement tag call
Replies: 27
Views: 20428

I know about that one Oliver but it seems to work only in certain server setups for swf. Provably not much of an issue though cause that was about two years ago, so maybe works its more standardized now... still the class may be useful for some other stuff, either way thanks for bringing it to my ...
by Ibis Fernandez
Sun 31. Jul 2005, 05:17
Forum: hacks & enhancements
Topic: custom repacement tag call
Replies: 27
Views: 20428

i knew there was a reason why i just wanted to see the code for the simple image tag LOL. All of the suddent it turned into a bunch gibberish to me LOL...

looks good though I'm gonna try and decifer it. and post a zip with all the files together.

Im wondering if modifying that php class file is ...
by Ibis Fernandez
Sun 31. Jul 2005, 01:03
Forum: hacks & enhancements
Topic: custom repacement tag call
Replies: 27
Views: 20428

excellent work man on both account, I'll give it a shot and post my final mods here or where ever they are most appropriate... go get som sleep right now though so you may not hear from me for a good 12 hours or so LOL.... :shock:

I'll give it a shot as soon as i get rid of this damn pesky need for ...
by Ibis Fernandez
Sat 30. Jul 2005, 13:35
Forum: hacks & enhancements
Topic: custom repacement tag call
Replies: 27
Views: 20428

yes i have them working and some of them are already posted in the mods section. And yes Im sure the conversion will be fairly easy, which is why Im looking for someone to give me a sample of how they would go about convertingting the {image} tag... which I feel is the easiest, and that that way I ...
by Ibis Fernandez
Sat 30. Jul 2005, 08:38
Forum: hacks & enhancements
Topic: custom repacement tag call
Replies: 27
Views: 20428

hey guys, not being too familiar with PHP, I was wondering if someone can post an easy example to see what the file should look like. I have done a few replacement tags in front.func.inc but I have no Idea about how to format the stuff so it works from the frontend_render folder.

If someone could ...