Please Log in or Create an account to join the conversation.
“If you want my sincere reply: While I understand that this is an easy change with 2-3 simple replace-all statements, I think that this problem should be solved differently than with 2 instances of CB...”
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Bubba HoTep:
I have several projects that have similar issues revolving around having two different classes of users.
I've come to the conclusion that the best way to handle this is to create two different websites that have the same look-and-feel. In your case, perhaps create them under the same parent domain with differing subdomains: brides.domain.com and shops.domain.com
Your brides site could then seemlessly link to your directory site, which could be managed independently.
Obviously, putting links back and forth between the sites is simple enough. You can even implement a shared login mechanism if you really needed it. The real trick comes when you want to display new or sponsored directory items within your end user site. You can trick this out in the following way:
Install SOBI2 on your end user site. Write a database backup/restore script that backs up the SOBI2 directory on your vendor site and 'restores' it to your end user site. Put the script in a cron job that runs once or twice daily (or whatever). Viola.
We haven't implemented this for our SOBI2 projects yet but have used this approach to "share" a jevents calendar between two sites. One site maintains the master calendar while the other site is able to view upcoming events and minicalendars in a 'read only' environment.
Please Log in or Create an account to join the conversation.