Search found 1931 matches

by Jo Morg
Thu Dec 29, 2011 5:16 pm
Forum: CMSMS Core
Topic: content tag not processing smarty tags
Replies: 12
Views: 3560

Re: content tag not processing smarty tags

Did you set the value of query_var to 'id' ? I know that the installation asks, but I've never changed it before. If it's possible to change, and it doesn't work, it sounds like 'page' is hard-coded somewhere in the code. Actually I don't think 'page' is hard-coded, but 'id' is! It's used by core a...
by Jo Morg
Wed Dec 28, 2011 11:39 pm
Forum: Developers Discussion
Topic: Question about an integration module
Replies: 13
Views: 5763

Re: Question about an integration module

Take a look at CMSMS's index.php .. It loads all the classes necessary, loads the module, then determines which page is being requested, and displays the template. Yap, I got as far as that, even had to take a look at the include.php and got an instance of cmsms on the other side.... However I end ...
by Jo Morg
Wed Dec 28, 2011 11:07 pm
Forum: Developers Discussion
Topic: [Solved] Need some advice on a new plugin/function
Replies: 4
Views: 3366

Re: Need some advice on a new plugin/function

psy wrote:Thanks for the time and effort as well as the plugin. Was something I'd been looking for and hoping would come about. :)
You're welcome. Any questions, just ask. ^-^
by Jo Morg
Wed Dec 28, 2011 10:34 pm
Forum: Developers Discussion
Topic: Question about an integration module
Replies: 13
Views: 5763

Re: Question about an integration module

lol, as you said: Not necessarily the answer... Appreciated the attempt though. That was the fastest reply I ever had to a topic I started! ;) Yap, that would be a possibility if all I wanted was to visually integrate another script, whatever it may be. The thing here is that I need to synchronize b...
by Jo Morg
Wed Dec 28, 2011 10:10 pm
Forum: Portuguese - Português
Topic: Não consigo instalar novo tema
Replies: 2
Views: 4450

Re: Não consigo instalar novo tema

Não sei se percebi bem o seu post, mas parece que está a tentar instalar um template ou tema no cmsms? Antes de podermos ajudar, tentou seguir as instruções de instalação que vêm incluídas no tema? Em que fase da instalação do tema é que tem dificuldades? Um pouco mais de informações, e talvez seja ...
by Jo Morg
Wed Dec 28, 2011 9:56 pm
Forum: Developers Discussion
Topic: Question about an integration module
Replies: 13
Views: 5763

Question about an integration module

I'm working on integrating a forums script with cmsms as fully as possible. So far I've been successful in pulling contents from the forums, and the CMSMS-->Forums Script is basically working. What I've been struggling a bit is with the CMSMS<--Forums side of it. That is to say: triggering my module...
by Jo Morg
Thu Dec 01, 2011 11:36 pm
Forum: Developers Discussion
Topic: [Solved] Need some advice on a new plugin/function
Replies: 4
Views: 3366

Re: Need some advice on a new plugin/function

OK!... Granted: the code I posted had toooooo many basic errors; but I believe I caught them all. :) I did a lot of testing, given my localhost environment, and it passed all the tests I could think of. I even solved the URL bit I was not so sure I could solve on my own. 8) Given the fact that this ...
by Jo Morg
Thu Dec 01, 2011 3:29 pm
Forum: Developers Discussion
Topic: [Solved] Need some advice on a new plugin/function
Replies: 4
Views: 3366

Re: Need some advice on a new plugin/function

OK! Coding while tired is not good... I should have seen this one (pretty basic...). Changed the error function... if (!function_exists(jm_errors)) { function jm_errors(&$errorid, &$error, &$smarty, &$params) { if (isset($params['assign_error_id'])){$smarty->assign(trim($params['assi...
by Jo Morg
Wed Nov 30, 2011 5:52 am
Forum: Developers Discussion
Topic: [Solved] Need some advice on a new plugin/function
Replies: 4
Views: 3366

[Solved] Need some advice on a new plugin/function

I've been lurking these forums for some years now, and learning, and made a few sites based on CMSMS, with very few glitches, thanks to this community. I'm can code very efficiently in pascal/delphi and have been slowly learning php mainly out of need. Actually CMSMS helped me a good bit. I've also ...
by Jo Morg
Sun Nov 01, 2009 5:57 pm
Forum: CMSMS Core
Topic: CMSMailer & Google Apps
Replies: 11
Views: 8641

Re: CMSMailer & Google Apps

I had the same issue and, although I didn't test it thoroughly yet, I thing I have found a workaround (it passed the CMSMailler test on the administrator end): 1 - download the latest version of phpmailer here . 2 - upload it to modules/CMSMailer/phpmailer of your CMSMS installation, overwriting the...
by Jo Morg
Mon Jan 29, 2007 4:55 pm
Forum: CMSMS Core
Topic: Error message when integrating with Simple Machines
Replies: 3
Views: 1429

Re: Error message when integrating with Simple Machines

I'm not sure, but it actually seems that this particular error is related to the SMARTY engine. I've been trying to get this error solved for months without results. Since it only appears once per session (in my case...) I just concealed it with div tags to wrap my contents after setting the BODY to...

Go to advanced search