Search found 1552 matches

by pSouper
Wed 12. May 2010, 21:26
Forum: General Discussion
Topic: Post to facebook status/wall & twitter & LinkedIn etc?
Replies: 5
Views: 4660

Re: Post to facebook status/wall & twitter & LinkedIn etc?

I shall look in to it at the weekend. As I never have time to write nice mod interfaces I will make it with a config file where the account details are held, then find some way of triggering the syndication without hacking the core - this may only be possible with a cron job unless thee is already a...
by pSouper
Wed 12. May 2010, 20:52
Forum: General Discussion
Topic: Post to facebook status/wall & twitter & LinkedIn etc?
Replies: 5
Views: 4660

Re: Post to facebook status/wall & twitter & LinkedIn etc?

Thanks DF6IH, I think I did not make myself too clear (now that I read my post back). It's not a bookmarking script I was looking for but a mod/hack that posted an article (or the first 100 chars + short URL) to facebook, linkedin and twitter when you save your article in the backend. imagine if you...
by pSouper
Wed 12. May 2010, 12:11
Forum: General Discussion
Topic: Post to facebook status/wall & twitter & LinkedIn etc?
Replies: 5
Views: 4660

Post to facebook status/wall & twitter & LinkedIn etc?

Hi all,
Has anyone written a mod that posts articles to Facebook, Twitter and LinkedIn etc?
I have a basic RSS posting script that will 'post on save' to and RSS feed and feel confident to extend it Twitter & Facebook but would first check the water to see if anyone is working on it already?
by pSouper
Thu 6. May 2010, 18:16
Forum: phpwcms Support English
Topic: is this a 'content part' list bug?
Replies: 2
Views: 1613

Re: is this a 'content part' list bug?

Hehe - even after 6.5 years I am still learning new things. Thanks OG. EDIT: if you have a related problem of not being able to edit the list for the home/index page 'content part selection' please check that your config/phpwcms/conf.indexpage.inc.php is writable - otherwise the changes will not tak...
by pSouper
Thu 6. May 2010, 16:55
Forum: phpwcms Support English
Topic: is this a 'content part' list bug?
Replies: 2
Views: 1613

is this a 'content part' list bug?

Hi all, Is this a content part bug or something else? http://www.polygonsoup.net/bbimages/content_parts_bug.jpg The list does not show all the content parts, instead it has [admin] ,[special], [image], [form] and [text] The version os 1.4.5 from the www.phpwcms.de download link. any help on this wou...
by pSouper
Thu 8. Apr 2010, 17:16
Forum: phpwcms Support English
Topic: Can I do THIS with PHPWCMS???
Replies: 2
Views: 1591

Re: Can I do THIS with PHPWCMS???

As far as I understand your issue.... Firstly... you need to upload a file (csv .xls .txt etc) then have phpWCMS display this data. Secondly... you would like phpWCMS to export each of the pages as flat file pages (.htm) ? The first would be a quite a simple process to develop as phpWCMS has a mecha...
by pSouper
Mon 22. Mar 2010, 12:46
Forum: General Discussion
Topic: NAV_ROW_CID - a replacement tag to creat a menu from array
Replies: 2
Views: 2665

Re: NAV_ROW_CID - a replacement tag to creat a menu from array

Spot on Flip-Flop, you are good to me :)
..although, I have just hacked a quick one myself now :lol: - it's always the way
by pSouper
Mon 22. Mar 2010, 12:21
Forum: General Discussion
Topic: NAV_ROW_CID - a replacement tag to creat a menu from array
Replies: 2
Views: 2665

NAV_ROW_CID - a replacement tag to creat a menu from array

Hi all, Would anyone know of or have a replacement tag that is able to generate a menu from an array of arbitrary category id's? Ideally this tag would be able to add the active class and.. optionally include the sub levels for each of the cID's too something like: {NAV_ROW_CID:(4,1,12,42,17,7),1} w...
by pSouper
Sat 20. Mar 2010, 14:00
Forum: hacks & enhancements
Topic: NiceForms
Replies: 12
Views: 9685

Re: NiceForms

currently I'm testing on 1.3.9 but will install a 1.4 and test again.. I've run out of time for this weekend but I have uploaded OG's frontend render technique. It doesn't require any of the previous files and should be installed as per the directory structure in this zip file note: you will need to...
by pSouper
Sat 20. Mar 2010, 12:39
Forum: hacks & enhancements
Topic: NiceForms
Replies: 12
Views: 9685

Re: NiceForms

I have been discussing this with OG but I don't seem to get that result - I am testing it now... edit* nope, I'm not getting that result.
I am also testing and wrapping an OG solution using frontend render (different from the Flip-Flop solution)
by pSouper
Sat 20. Mar 2010, 10:08
Forum: hacks & enhancements
Topic: NiceForms
Replies: 12
Views: 9685

Hi OG, The problem as I find it is that the forms class is actually applied to a container div and not to the form. the niceforms script requires it to be the class of the form itself. both my hack and Marcuses both add the class to the form element. The class that gets added is indeed set in 'form ...
by pSouper
Fri 19. Mar 2010, 18:20
Forum: hacks & enhancements
Topic: NiceForms
Replies: 12
Views: 9685

Re: NiceForms

Hi Marcus, To avoid editing the core you could do if with moo for sure. My only concern with this solution is that although it means you no longer need to hack the core, you now need to include a js framework and an additional snippet. So i guess it's a case of witch ever is preferable / suitable fo...
by pSouper
Fri 19. Mar 2010, 15:34
Forum: hacks & enhancements
Topic: NiceForms
Replies: 12
Views: 9685

Re: NiceForms

I don't think there is a better solution or a worse soultion - just different solutions. You are right that this would be a better solution but certainly not simpler imho - I think that would be adding so much code and complexity for such a little problem. I may be nicer to ask if OG would add this ...
by pSouper
Fri 19. Mar 2010, 14:45
Forum: hacks & enhancements
Topic: NiceForms
Replies: 12
Views: 9685

NiceForms

hey all, I am currently developing a site where we have integrated niceForms by emblematiq unfortunately it does currently involve a small hack to the "forms content part" core file > includes/inc_front/content/cnt23.article.inc.php This is so we can introduce the form class in the form el...
by pSouper
Tue 2. Mar 2010, 10:20
Forum: phpwcms Support English
Topic: NAV_LIST_UL >= V1.30
Replies: 138
Views: 160437

Re: NAV_LIST_UL >= V1.30

Although completely untested - and that I'm only posting this link because the underlying UL structure looks that same at a glance but this mootools nav script should complement this very well... http://uvumitools.com/dropdown.html the script works with both horiz and vertical menus and has unlimite...