Page 1 of 1

Prosilver edit caused crash

Posted: 9. August 2008 06:34
by jlellio5
After editing the files to install the board III portal, things were working ok. However, I was utilizing another style other than the prosilver. When I switched, on my admin account, to the prosilver theme, the site stopped working, but only under this theme. However, I have a 'test' account that works with other themes. I can't get back onto my admin account to logout to switch styles, so I'm stuck.

However, none of the global announcements or news blocks, or anything in the 'center' of the page, for that matter, were showing on the other themes. I am very frustrated because I cannot recover my admin account to try to fix anything.

help!

Re: Prosilver edit caused crash

Posted: 9. August 2008 13:46
by Ice
Would you be able to supply us with a link to your portal? If not publicly could you please PM me? :)

Re: Prosilver edit caused crash

Posted: 9. August 2008 23:11
by jlellio5
well I ended up just uninstalling and reinstalling everything. However, how do I edit other styles to make them work with this portal? And is there a download for the board3 style?

Re: Prosilver edit caused crash

Posted: 9. August 2008 23:59
by Ice
Depends on the style, most are based on either prosilver or subsilver2. Once you work out what it's based on then you use the edits for the respective style as well as the template files. eg if your style is based on subsilver2 use the edits in subsilver2.xml and copy the files found in subsilver2/template/portal to <style>/template/portal.
Currently the Board3 style is not available, and I don't think we will be publicly releasing it.

Re: Prosilver edit caused crash

Posted: 10. August 2008 01:29
by jlellio5
As a point of reference, I think the defining characteristic is whether or not it uses the breadcrumbs.html file? If a theme DOES have this file, what is it based on?

My portal is www.veritaslinkshell.com BUT the default style is not currently the prosilver that works with the portal, I should change that for now. Right now the default is AeroBlue.

Re: Prosilver edit caused crash

Posted: 10. August 2008 01:31
by Kevin
If a breadcrumbs.html is present, it is definitely subsilver2 based.

Re: Prosilver edit caused crash

Posted: 10. August 2008 01:34
by Ice
Yeh I shoulda said that in my last post sorry. :/

Re: Prosilver edit caused crash

Posted: 10. August 2008 01:55
by jlellio5
Ya, if you view the portal in subsilver, it's messed up right now.

I really appreciate the help you guys are giving me. Just need to sit down and figure out fixing the themes.

Re: Prosilver edit caused crash

Posted: 10. August 2008 02:01
by Ice
The subsilver portal files are separate to the root folder of the portal in the zip file, they are in /templates/subsilver2. Make sure you upload those files to styles/subsilver2 as well as to styles/<your style>.

Re: Prosilver edit caused crash

Posted: 10. August 2008 02:23
by jlellio5
Ice, you are the man! I didn't realize that was where the other files theme files were. You definitely fixed my problem, Thank you!

Re: Prosilver edit caused crash

Posted: 10. August 2008 04:30
by jlellio5
Alright, now I have another question. I have all of the themes working properly with the portal. However, if I am logged out of my admin account, I can choose different themes to change to, but it loads the page, and does not switch from the style it's on. I have it set so that the user's style is NOT overridden by the default theme, and I have the select theme block enabled on the portal.

Re: Prosilver edit caused crash

Posted: 10. August 2008 04:50
by Ice
Did you do the edit from the install file that you have to do to enable it?

Open: includes/session.php
Find

Code: Select all

if (!empty($_GET['style']) && $auth->acl_get('a_styles')) 
Replace With

Code: Select all

if (!empty($_GET['style']))