Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://hommk.3deified.net
What have you done before the problem was there?
N/A
What have you already tryed to solve the problem?
Hunted around in the HTML, PHP and CSS files
Description and Message
Hello!
First: this is a great mod! I was able to ditch my old system and shift completely to phpBB when I found this. So thanks for all your genius and hard work, it is greatly appreciated.
Second: I want to change the default size for the sitelogo_small.png file. However, I can't find where in the code this file is specified. Can you tell me? I am using the MilkyWay theme if that makes a difference. It is up and running just fine otherwise.
Third: Where do I change the headers of the various portal boxes, such as "Welcome" and "Top Poster"?
Fourth: Where would I go to change the default background color of the main body of the page from white to something else?
Thanks very much! These are easy questions but I couldn't find the right files to modify.
Some basic manual modifications to a theme (MilkyWay)
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Re: Some basic manual modifications to a theme (MilkyWay)
Good news! I solved problem #3.
Now just wondering where I can change the default size for sitelogo_small and the background colors.
Thanks
Now just wondering where I can change the default size for sitelogo_small and the background colors.
Thanks
Re: Some basic manual modifications to a theme (MilkyWay)
Can you gimme a lil help to edit my menu? I was told to edit the css file but I don't know how to do it,
Re: Some basic manual modifications to a theme (MilkyWay)
In Answer to the following:
3) 2 places
and
For the lang_portal.php simply find the word and replace, but remember this might have an effect on other occurences of this word.
For the welcome.html simply look for and change the following:
To
Using the above method does not use the language files..
4) Depends on your Style that your using..
Default for Prosilver is colours.css in your style/theme folder...
Look for the following:
replace #FFFFFFF with what ever colour you want..
3) 2 places
Code: Select all
Root/Language/en/mods/lang_portal.php
Code: Select all
Root/Styles/style_name/template/portal/block/welcome.html
For the welcome.html simply look for and change the following:
Code: Select all
<th>{L_WELCOME}</th>
Code: Select all
<th>What ever you want</th>
4) Depends on your Style that your using..
Default for Prosilver is colours.css in your style/theme folder...
Look for the following:
Code: Select all
html, body {
color: #536482;
background-color: #FFFFFF;
Re: Some basic manual modifications to a theme (MilkyWay)
Thanks a lot, that is very helpful. I'm new to phpBB and still trying to understand how the style mods fit together with an additional mod like Portal.
Still, I can't find where to resize the default logo size from 300x100. It must be defined somewhere because when I change the graph file it gets resized.
Still, I can't find where to resize the default logo size from 300x100. It must be defined somewhere because when I change the graph file it gets resized.
Re: Some basic manual modifications to a theme (MilkyWay)
To change default logo size do the following..
acp/styles/imagesets/edit your image set/
Under Edit IMage Set select your image "Main Logo"
Choose your image and specify a size..
acp/styles/imagesets/edit your image set/
Under Edit IMage Set select your image "Main Logo"
Choose your image and specify a size..
-
- Active Member
- Posts: 1
- Joined: 12. December 2008 21:42
- phpBB.de User: igor
- phpBB.com User: igor
Re: Some basic manual modifications to a theme (MilkyWay)
it's test.
sorry.
sorry.