travelmonkee123 wrote:
...I'll look into Profile Pro. ...
I have a specific layout/look I want. For argument's sake, let's say I want it to look like this:
browse.deviantart.com/designs/?q=register#/d3j0fio
You want a Windows style and frame? Than CB ProfilePro is overkill, IMHO.
As far as i can see in your example, you just want "surounding eye-candy". This is pure CSS and configuration work.
Additional, you might want the register screen in a modal popup window?! Again, there is no need for CBPPro. You would have to open the register URL the same way as for CB core.
Tip:
You can separate the register page from the rest of the page...
just append
&tmpl=component to your CB register URL.
Modal window / lightbox tip:
- take a look at
NoNumber.nl Modalizer (pro has many possibilities; lightboxes and URL support, but free should work fine for the beginning)
- you could write your own J! core Squeezebox solution in the component.php !?
inspiration here and also [url=http://www.theartofjoomla.com<span>/</span>home<span>/</span>6-layouts/16-layout-overrides-popup-login-box.html]here[/url].
try to make a CBlogin module override, where you modify the register link URL
OR
I guess you can hide the link in CBlogin module and replace register link with your OWN custom link in respective textarea.