First of all, thank you!Hanakin wrote:There is still alot to be done with this theme so I would argue as to it being titled [Release].
Furthermore just slaping bootstrap on top of the crapy html that is bundled with prosilver is not a good idea if you really would like to create something of worth out of this I would recode everything to fit around bootstrap and get ride of the crappy css of pro-silver all together. Also consider doing all of it with LESS as it would be more benifital.
Also as pointed out earlier compatability wise this does not work with 3.1 so consider relabeling the info atached to the post to convey this.
Consider using these to plan and map out the redesign. A series of design aids I made several years back for 3.1 overhaul
https://dl.dropbox.com/u/66415404/Profi ... silver.zip
Keep up the good work
Sorry. I have fixed this issue. Please download proBoot v.2.0 from here: http://shibulijack.github.com/proBoot/selfservice0 wrote:This theme does not work. When a user attempts to register it says "The e-mail address confirmation you entered is too short." because this theme offers no e-mail address confirmation form on the register page.
This code on the ucp_register.html pageShould be thisCode: Select all
<dl> <dt><label for="email">{L_EMAIL_ADDRESS}:</label></dt> <dd><input type="text" tabindex="2" name="email" id="email" size="25" maxlength="100" value="{EMAIL}" class="inputbox autowidth" title="{L_EMAIL_ADDRESS}" /></dd> </dl>
Code: Select all
<dl> <dt><label for="email">{L_EMAIL_ADDRESS}:</label></dt> <dd><input type="text" tabindex="2" name="email" id="email" size="25" maxlength="100" value="{EMAIL}" class="inputbox autowidth" title="{L_EMAIL_ADDRESS}" /></dd> </dl> <dl> <dt><label for="email_confirm">{L_CONFIRM_EMAIL}:</label></dt> <dd><input type="text" tabindex="3" name="email_confirm" id="email_confirm" size="25" maxlength="100" value="{EMAIL_CONFIRM}" class="inputbox autowidth" title="{L_CONFIRM_EMAIL}" /></dd> </dl>
I have revised the theme using phpBB 3.0.11's basecode.darkcloud784 wrote:Ah, that explains it. Any news on a 3.0.11 version?nextgen wrote:The style is not compatible with the version 3.0.11darkcloud784 wrote:As pointed out in this post. People are unable to register to the forum board if this style is being used. Confirmation email is not coded into the registration part of the style.
Read this posting.php?mode=reply&f=185&t=2166765#pr13212061
I have revised the theme using phpBB 3.0.11's basecode.andrew55 wrote:phpBB needs a good responsive theme that is customizable (it's long overdue). This is great. I have been waiting for something like this to appear for quite some time. I'm more of a marketer, not a developer, or I would have done it myself sooner.
Thank you for taking the initiative to create this theme.
Any ETA on when the version for 3.0.11 will be available?
I'm looking forward to seeing this explode!
shibulijack wrote:I have revised the theme using phpBB 3.0.11's basecode.darkcloud784 wrote:Ah, that explains it. Any news on a 3.0.11 version?nextgen wrote:The style is not compatible with the version 3.0.11darkcloud784 wrote:As pointed out in this post. People are unable to register to the forum board if this style is being used. Confirmation email is not coded into the registration part of the style.
Read this posting.php?mode=reply&f=185&t=2166765#pr13212061
You can download proBoot v.2.0 here:
http://shibulijack.github.com/proBoot/
Something must have happened during installation... reinstalled it and works fine now O.odarkcloud784 wrote:shibulijack wrote:I have revised the theme using phpBB 3.0.11's basecode.darkcloud784 wrote:Ah, that explains it. Any news on a 3.0.11 version?nextgen wrote:The style is not compatible with the version 3.0.11darkcloud784 wrote:As pointed out in this post. People are unable to register to the forum board if this style is being used. Confirmation email is not coded into the registration part of the style.
Read this posting.php?mode=reply&f=185&t=2166765#pr13212061
You can download proBoot v.2.0 here:
http://shibulijack.github.com/proBoot/
After updating this, the top bar login location doesn't work. I click, no drop down.
Changing the fluid styles in .css file might have worked before, but it's definitely not the correct way to do it. Please replace the edited CSS with the original CSS from the repo. Meanwhile I will push a new version which is based on a grid system.darkcloud784 wrote:
Something must have happened during installation... reinstalled it and works fine now O.o
Edit: I do however have a problem changing it from being "fluid". I dont want it to span the entire size of the screen, I like seeing the boarders on the size. Before I was just able to go into the bootstrap.css and change it from row-fluid and container-fluid to just row and container. I did this with the updated version but it is not changing it. Am I missing something?
shibulijack wrote:Changing the fluid styles in .css file might have worked before, but it's definitely not the correct way to do it. Please replace the edited CSS with the original CSS from the repo. Meanwhile I will push a new version which is based on a grid system.darkcloud784 wrote:
Something must have happened during installation... reinstalled it and works fine now O.o
Edit: I do however have a problem changing it from being "fluid". I dont want it to span the entire size of the screen, I like seeing the boarders on the size. Before I was just able to go into the bootstrap.css and change it from row-fluid and container-fluid to just row and container. I did this with the updated version but it is not changing it. Am I missing something?