SC + WordPress

No Albert I disagree with you (you do not have to dive into coding) or at least not very deep (if at all). I also disagree with you that showing sample will not do!
In this case GIU posted very constructive message which helps not only me but others as well.

So far I used jSCRIPTCASE for Joomla. No coding required. It worked well. The only problem is that development stopped and it is only available for J2.5 but not for 3.5+.
Seems that the same thing happened to WP. The plugin dates 2 years old so it simply looks like not many people want to use SC. Since there is no market then no wonder the plugins die and are abandoned. Albert - I do not want to criticize but your CMS system rates quite low on the CMS list, although it might be god for what you need it.
It is not only the fact that I’m not a PHP programmer (like you) but also the fact that I want things done fast and have no time for tedious coding. We all look for fast solutions - aren’t we ? Therefore we use SC because it allows to do things much faster.

GIU - I really appreciate your time and I say thank you for your post. I just get a bit frustrated when one asks question then the reply says “…it is hard to do” or “I do not know how to do it”. I will try to play with your code sample.

One question now. AFAIK Joomla uses MD5/SALT encryption and so SC so isn’t it enough to use SC library to encode/decode password ?
I remember that SC MD5 generated script have had some bugs and I’m not sure it it has been fixed, but I also remember there was some work around which allowed it to work.

Also - do you know how can I read/pass Joomla session variables to SC App ?

User synchronization is not the only issue and it can be eventually resolved with jFUSSION component. If you use Joomla how you handle situation when the grid shows 20 records, you show the grid through wrapper, then user changes the records per page from 20- to 100 ?
In that case the wrapper will generate scroll bars or truncate part of the grid making all very unprofessional.

If I do not know how to help someone why would I make a post in a first place ? I simply appreciate if those who cannot help or do not know the answer help their posts or opinions to themselves.
I’m also thankful for those who do help in constructive manner. At times I have feeling like some users post messages here just to create traffic but really have no solution.
Anyway I THANK YOU ALL INVOLVED IN THIS TOPIC !

I understand, but think thath sometimes is enough to answer something short, because maybe you don’t want to invest the time.
I mean, FOr what you want, you need:

  • Medium PHP knowledge.
  • Knowledge (or time to invest on study) about how Joomla Framework works.

Maybe, you can/want to do it anyway, maybe not. For this reason, First, is interesting to ask how you want to bet on this.

One question now. AFAIK Joomla uses MD5/SALT encryption and so SC so isn’t it enough to use SC library to encode/decode password ?
I remember that SC MD5 generated script have had some bugs and I’m not sure it it has been fixed, but I also remember there was some work around which allowed it to work.

SC use a simple MD5 conversion. For Joomla, I had to integrate once to validate users from a Mobile Application against a Joomla 1.5 database, and the formula was something like:
MD5(password+salt):salt

I think this changed. And in our last integration against Joomla Database (this time v3), IIRC, we opted to integrate the framework because is not possible on a easy way to calculate outside it.

Also - do you know how can I read/pass Joomla session variables to SC App ?

Maybe an explanation of how you want to achieve exactly could help me to understand you better. Including Joomla framework and use it’s functions is very straightforward.

User synchronization is not the only issue and it can be eventually resolved with jFUSSION component.

Sorry, I didn’t sync users. I just use Joomla Users table directly.

If you use Joomla how you handle situation when the grid shows 20 records, you show the grid through wrapper, then user changes the records per page from 20- to 100 ?
In that case the wrapper will generate scroll bars or truncate part of the grid making all very unprofessional.

This problem don’t comes from Joomla or SC itself. It’s a “web technology” problem. TO integrate a SC grid on a Joomla page, you must do it using iFrames, and iFrames are not responsive per se. There are ways to make iframes responsive, wrapping the iframe into a div. Check this: http://www.smashingmagazine.com/2014…onsive-design/

If I do not know how to help someone why would I make a post in a first place ? I simply appreciate if those who cannot help or do not know the answer help their posts or opinions to themselves.
I’m also thankful for those who do help in constructive manner. At times I have feeling like some users post messages here just to create traffic but really have no solution.
Anyway I THANK YOU ALL INVOLVED IN THIS TOPIC !

Sometimes one answer to not have a 0 answers topic. I don’t like to left a topic with 0 answers if my time allows me to do. I don’t own the complete knowledge, and I can assure sometimes I have to document a lot about the topic before to answer, or test, and so on…, and finnally, my answer sometimes are not concrete. It all depends the time of everyone.You have to understand too thath we don’t know the knowledge of everyone. Maybe I answer something taking into consideration thath who asked has some web development profile. I can’t dive into very concrete answers due to time obviously, but sometimes, I have the time to do it.

And remember:
How to ask for help? If you expect good answers, ask better questions

If you don’t ask concrete questions, is very hard to help, and you will not get concrete answers.

EDITED:

OK Albert - so how can I mix the SC table with the CMS page content ?

I just readed this. To show a grid, for example, on a Joomla Article, you just have to add an HTML iframe tag calling the grid:

[iframe src="path-to-your-project/gridcustomers/" /]

Change [ and ] symbols with < and >

Probably you have to add this code on HTML code view of the WYSIWYG, and you have to give permissions to the user to use iframe tag.

Yes I’m always to busy doing other things to get into Joomla framework details. I know a bit but probably not enough and I do not know PHP (or know very little). Of course I use other programming languages so have general knowledge but PHP is kinda cryptic language and not easy to learn (memorize). At this moment I’m not so concerned about mobile view of the SC Apps in Joomla, although I’m concerned about grid, form sizing. For example if you change the number of records to display in a grid the iFrame does not adjust automatically and the height remains the same making it look bad. There are other issues as well. I was thinking about using some extension for Joomla which allows to paste plain HTML/PHP even stripping CSS (or with CSS), but I haven’t tried that yet so have no results if this would work. I know this is recommended method on Joomla forums.

GIU - how about this. I have a Joomla DEMO site here: http://www.essentialdatabase.com How about creating an example on how to integrate SC with Joomla users table ?
The sample Apps you find on this site use iFrame but the use is limited. I can give you admin credentials to this site and then when it is working I create a video or document how to do it and will share it on NetMake site (or forum). Everybody will benefit. The example would show how to use logged in Joomla username.

Arthur

PS>
personally if there are posts with 0 replies I would rather see no replies instead replies that say “…I do not know the answer, or I haven’t tried it”. IT just creates unnecessary confusion for other people hoping the the question is answered (while it is not). This adds extra clicking and time for the user who searches for the answer. If feels like (not being a doctor) you go to every clinic and hospital and announce “you are not a doctor”.

I must be honest, I feel a bit restrained to answer your questions. Can never be sure if it meets your criteria. But IFrames do not adapt automatically to it’s content. That means that if you have content that is larger then your IFrame you will get scrollbars. Of course I can point you to sites that gives work-arounds but that would require changes in your cms. Since you stated you didn’t want to do that… To others: http://stackoverflow.com/questions/153152/resizing-an-iframe-based-on-content

Yes Albert, that is why I stated from the beginning that iFrames are more like a workaround not the professional solution.