Users can't register?

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Users can't register?

pittman20
When I go into my forum, I click on register, and the fields where you can enter text wont allow me to click into them. I have the forum, and the blog embedded into my website. Is there anything that can be done to fix this?

Thank you.
Reply | Threaded
Open this post in threaded view
|

Re: Users can't register?

Mencey Melgar
Hi pittman, please add here your forum's url, thanks
:) Helper
Reply | Threaded
Open this post in threaded view
|

Re: Users can't register?

pittman20
Reply | Threaded
Open this post in threaded view
|

Re: Users can't register?

GregChapman
This is not a Nabble issue, but to do with the page in which you have embedded the forum. It is very poorly constructed.

For example you have an absolutely positioned <div ID="ctrdiv"> that overlays the forum so it is not possible to access the forum. There may be a number of other issues with the page. You need to sort them out for the forum to work when it is embedded.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
Reply | Threaded
Open this post in threaded view
|

Re: Users can't register?

pittman20
How would I go about doing that? The program i'm using is WebStudio 5. I'm really new at building websites, so I wouldn't know how to change that. Sorry.
Reply | Threaded
Open this post in threaded view
|

Re: Users can't register?

GregChapman
Pass! It is not a program I use. You need to turn to the support service for that software.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
Reply | Threaded
Open this post in threaded view
|

Re: Users can't register?

Mencey Melgar
as greg said, its an issue with that <div id="ctrdiv">, take a look to the "position" atribute, it is in absolute right now, so it is like covering nabble forum.

for example, it will work if you set it to "static":

<div id="ctrdiv" style="position:static; top:0; padding: 0px; height:100%; width: 947px">

But keep trying and see which position suits to you(also because the header image will be moved to left with "static".
:) Helper