Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

How to create a PHPFusion theme?

Asked Modified Viewed 5,840 times
E
electrox73
E
-----------------------------------------------
Gaming Portal: http://gamblerz.6f.sk
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
asked
Junior Member

Hey,
there isn't any theme that would suit my needs, so I decided to make one. I have some skills in photoshops so the images part would be a breeze, but the coding part is gonna be tuff. I studied HTML and CSS for a time and PHP a little, but I dont know the steps to create the theme. Could someone give my requirements & steps?


Regards
0 replies

6 posts

C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Hi,

First you will need to fix the copyright in your current theme I do not see any links to here or AGPL 3 in the footer. I see you use an image with the copyright notice but sorry that is still a violation the copyright must be text, no images. As soon as you fix that come back and dwe will be happy to help you out.

Find out more here....
http://www.php-fusion.co.uk/viewpage.php?page_id=6

Thanks
0 replies
E
electrox73
E
-----------------------------------------------
Gaming Portal: http://gamblerz.6f.sk
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

Craig wrote:

Hi,

First you will need to fix the copyright in your current theme I do not see any links to here or AGPL 3 in the footer. I see you use an image with the copyright notice but sorry that is still a violation the copyright must be text, no images. As soon as you fix that come back and dwe will be happy to help you out.

Find out more here....
http://www.php-fusion.co.uk/viewpage.php?page_id=6

Thanks


Oh, sorry for that but I am the second webmaster and the first one is kinda dumb :D gonna fix that right away!

Merged on Jun 02 2011 at 15:35:39:

Quote

electrox73 wrote:

Quote

Craig wrote:

Hi,

First you will need to fix the copyright in your current theme I do not see any links to here or AGPL 3 in the footer. I see you use an image with the copyright notice but sorry that is still a violation the copyright must be text, no images. As soon as you fix that come back and dwe will be happy to help you out.

Find out more here....
http://www.php-fusion.co.uk/viewpage.php?page_id=6

Thanks


Oh, sorry for that but I am the second webmaster and the first one is kinda dumb :D gonna fix that right away!


Ok, I have done it.

Merged on Jun 03 2011 at 14:48:17:
You can help me out now :)
Edited by electrox73 on 03-06-2011 14:48,
0 replies
M
Mangee
M
Mangee 10
Mangee's Conversions

Convert
  • Senior Member, joined since
  • Contributed 242 posts on the community forums.
  • Started 30 threads in the forums
answered
Senior Member

There really is no perfect step by step tutorial on making themes.

A tutorial would build a theme from the writers perspective, not necessarily what you want.

You might start out by using the default theme Atlantis, a tableless based theme, as a building block.

It has your basic code for navigation, panels and the css code to build upon.

As you are learning you need to constantly validate your css and php

http://validator.w3.org/ theme

http://jigsaw.w3.org/css-validator/ css
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

For table themes you can look at Gillette as that is pretty simple and basic to learn and understand. Most new users make themes based on Gillette to start, have no shame doing that its all released under AGPL after all. Change some colours mess around with it and you will soon get the hang of it. :)
0 replies
N
NetriX
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
answered
Senior Member

I would advise to download your favorite theme, or something of interest that runs on PHPFusion.

Open up the source files, examine and study.

Under AGPL you can edit the theme to your liking as well.

In that case I would say edit the code and try new things.

Best,
NetriX
0 replies
E
electrox73
E
-----------------------------------------------
Gaming Portal: http://gamblerz.6f.sk
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

NetriX wrote:

I would advise to download your favorite theme, or something of interest that runs on PHPFusion.

Open up the source files, examine and study.

Under AGPL you can edit the theme to your liking as well.

In that case I would say edit the code and try new things.

Best,
NetriX


I am familiar with editing themes, but there is not a lot of themes that look like the one I am making...

Merged on Jun 05 2011 at 10:45:43:

Quote

Craig wrote:

For table themes you can look at Gillette as that is pretty simple and basic to learn and understand. Most new users make themes based on Gillette to start, have no shame doing that its all released under AGPL after all. Change some colours mess around with it and you will soon get the hang of it. :)


Ok, just need some help, on this web http://iksx.6f.sk/news.php I need to align the menu so that it is floating on top of the header and horizontally aligned. I kinda have problems with aligning since I had to put position: absolute in the css.

Merged on Jun 06 2011 at 13:49:48:

Quote

electrox73 wrote:

Quote

NetriX wrote:

I would advise to download your favorite theme, or something of interest that runs on PHPFusion.

Open up the source files, examine and study.

Under AGPL you can edit the theme to your liking as well.

In that case I would say edit the code and try new things.

Best,
NetriX


I am familiar with editing themes, but there is not a lot of themes that look like the one I am making...

Merged on Jun 05 2011 at 10:45:43:

Quote

Craig wrote:

For table themes you can look at Gillette as that is pretty simple and basic to learn and understand. Most new users make themes based on Gillette to start, have no shame doing that its all released under AGPL after all. Change some colours mess around with it and you will soon get the hang of it. :)


Ok, just need some help, on this web http://iksx.6f.sk/news.php I need to align the menu so that it is floating on top of the header and horizontally aligned. I kinda have problems with aligning since I had to put position: absolute in the css.


And replies to the above question post here http://www.php-fusion.co.uk/forum/viewthread.php?thread_id=28706
Edited by electrox73 on 06-06-2011 13:49,
0 replies

Category Forum

Themes Support

Labels

None yet

Statistics

  • Views 0 views
  • Posts 6 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
N
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
M
M
Mangee 10
Mangee's Conversions

Convert
  • Senior Member, joined since
  • Contributed 242 posts on the community forums.
  • Started 30 threads in the forums
E
E
-----------------------------------------------
Gaming Portal: http://gamblerz.6f.sk
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet