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?

Criando themes personalizados para o PHPFusion

Asked Modified Viewed 3,348 times
O
overmix
O
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Junior Member

Dear Friends:

I was thinking about starting to create my own themes.
Well I also thought it right to convert HTML templates for PHPFusion.
But how to begin to undertake such a task? Anybody have any tips to get started?

Was thinking of starting with this [url]http://www.freecssshowcase.com/free-css-templates/business/hosting/green-hosting-free-html-template/
[/url]
cordially

Charles Correa
0 replies

4 posts

A
Ankur
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
answered
Veteran Member

Quote

overmix wrote:

Dear Friends:

I was thinking about starting to create my own themes.
Well I also thought it right to convert HTML templates for PHPFusion.


Yes. You can. There are some people in our community who convert the templates to PHPFusion for us. Even I've converted 1-2 templates.

The thing is that you have to work under the template conditions and Copyright. It may possible that the Author of template has provided a Linkback/Copyright in the template and have said that Copyright should not be removed, then you should keep it in your template too.

Also, if someone has released a template under some License, then it may possible that there needs to be put a Copy of that License in the Theme Download pack which you will make.

In the template which you gave above, the copyright I see as : Designed by STUDIO7DESIGNS Its free to convert !
0 replies
O
overmix
O
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Junior Member

One Ankur:

That I was even thinking about leaving the copyright text at the bottom of the template.

But how to convert, some functions do not get calls in the themes that I have here to get my tests with this layout.
0 replies
A
Ankur
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
answered
Veteran Member

Oops ! Please Change the Title of Thread. Only English is allowed. See Rules : http://www.php-fusion.co.uk/coc.php#8x

Quote

overmix wrote:

But how to convert, some functions do not get calls in the themes that I have here to get my tests with this layout.


Don't know. You may create another thread for that when you will be converting it ;)
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

I converted their template Art Blog a year ago or so.

Just to get a theme its mainly just cut all there html and paste into a theme.php file. With the proper echo and ' here and there so it functions.

Then go thru all the default themes that are included with the core download of php-fusion.

Look for how they implement, example banners

".showbanners()."


Then look at your conversion and figure out how to implement it in that code.

Or say navigation, example fromGillette

".showsublinks(" ".THEME_BULLET." ", "white")."


Above can also be this

".showsublinks(" ")."


No one has done a line item by line item guide to build a conversion or build an original theme.

Just figure out if you want to do a table based or tableless conversion and use the default themes to give you the fusion functions, articles, news and panels.
0 replies

Category Forum

Themes Support

Labels

None yet

Statistics

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

3 participants

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
A
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
O
O
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet