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?

Tutorial On Creating Themes?

Asked Modified Viewed 2,362 times
S
SkeeredOfMyMind
S
[size=24]HELP WANTED FOR PHP-FUSION PROJECTS[/size]
[size=12]I am seeking Web Developers & Designers, Graphic Developers & Designers, Web, Mobile App & Computer Program Coders & Programmers & Beta & Alpha Testers for new PHP-Fusion Add-Ons like Themes, Infusions, BB-Codes and ETC, as well as Websites, Mobile App & Computer Programs to help me develop, design, code & program new PHP-Fusion Add-Ons, Websites, Mobile Apps & Computer Programs and I also need some people to test those in the Beta & Alpha stages both. All jobs are paid and are freelance jobs. Please message me here if interested for a list of available positions and projects. [/size]
  • Member, joined since
  • Contributed 120 posts on the community forums.
  • Started 44 threads in the forums
  • Started this discussions
asked
Member

I know there used to be a tutorial for creating themes for PHPFusion but I cannot find it anywhere. Does anyone know where to find the tutorial for creating PHPFusion themes or does anyone have a good tutorial for creating themes from scratch?
0 replies

2 posts

D
dimki
D
dimki 10
  • Senior Member, joined since
  • Contributed 246 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

your theme no korrekt install submenu in header does not exist, Did not upload all the files ?

if you wanted 2 sides

changed here

styles.css

as existence

/* Comment element properties */
#main-bg {    padding :6px; }
.side-both #main-bg {margin: 0 330px 0 215px;}
.side-left #main-bg {margin-left: 215px; }
.side-right #main-bg {margin-right: 330px; }
#side-border-left .panel, #side-border-right .panel, #container .panel, .post, .article {   margin-bottom: 15px }
#side-border-left {    float: left; width: 200px; max-width: 200px;    color: #777; padding: 6px; }
#side-border-right { float: right; width: 315px;    max-width: 315px; color: #777;    padding: 6px; }



as existence now

in the same size

/* Comment element properties */
#main-bg {    padding :6px; }
.side-both #main-bg {margin: 0 215px 0 215px;}
.side-left #main-bg {margin-left: 215px; }
.side-right #main-bg {margin-right: 215px; }
#side-border-left .panel, #side-border-right .panel, #container .panel, .post, .article {   margin-bottom: 15px }
#side-border-left {    float: left; width: 200px; max-width: 200px;    color: #777; padding: 6px; }
#side-border-right { float: right; width: 200px;    max-width: 200px; color: #777;    padding: 6px; }



the way you want but here the distance is 15px

.side-both #main-bg {margin: 0 215px 0 215px;}
.side-left #main-bg {margin-left: 215px; }
.side-right #main-bg {margin-right: 215px; }


and run this first more can not help
dimki attached the following file:
theme_control_panel_1.rar [No information available / 292 Downloads]
0 replies
— 4 years later —
S
SkeeredOfMyMind
S
[size=24]HELP WANTED FOR PHP-FUSION PROJECTS[/size]
[size=12]I am seeking Web Developers & Designers, Graphic Developers & Designers, Web, Mobile App & Computer Program Coders & Programmers & Beta & Alpha Testers for new PHP-Fusion Add-Ons like Themes, Infusions, BB-Codes and ETC, as well as Websites, Mobile App & Computer Programs to help me develop, design, code & program new PHP-Fusion Add-Ons, Websites, Mobile Apps & Computer Programs and I also need some people to test those in the Beta & Alpha stages both. All jobs are paid and are freelance jobs. Please message me here if interested for a list of available positions and projects. [/size]
  • Member, joined since
  • Contributed 120 posts on the community forums.
  • Started 44 threads in the forums
  • Started this discussions
answered
Member

Sorry but I am just a little bit confused by what you are trying to say here. Also, what is the file you attached for, what does it do? I need a complete step by step tutorial on how to create a brand new Theme for PHPFusion v9 from scratch. Does one exist or would someone be willing to write one and share it?

Quote

your theme no korrekt install submenu in header does not exist, Did not upload all the files ?

if you wanted 2 sides

changed here

styles.css

as existence

/* Comment element properties */
#main-bg {    padding :6px; }
.side-both #main-bg {margin: 0 330px 0 215px;}
.side-left #main-bg {margin-left: 215px; }
.side-right #main-bg {margin-right: 330px; }
#side-border-left .panel, #side-border-right .panel, #container .panel, .post, .article {   margin-bottom: 15px }
#side-border-left {    float: left; width: 200px; max-width: 200px;    color: #777; padding: 6px; }
#side-border-right { float: right; width: 315px;    max-width: 315px; color: #777;    padding: 6px; }



as existence now

in the same size

/* Comment element properties */
#main-bg {    padding :6px; }
.side-both #main-bg {margin: 0 215px 0 215px;}
.side-left #main-bg {margin-left: 215px; }
.side-right #main-bg {margin-right: 215px; }
#side-border-left .panel, #side-border-right .panel, #container .panel, .post, .article {   margin-bottom: 15px }
#side-border-left {    float: left; width: 200px; max-width: 200px;    color: #777; padding: 6px; }
#side-border-right { float: right; width: 200px;    max-width: 200px; color: #777;    padding: 6px; }



the way you want but here the distance is 15px

.side-both #main-bg {margin: 0 215px 0 215px;}
.side-left #main-bg {margin-left: 215px; }
.side-right #main-bg {margin-right: 215px; }


and run this first more can not help
0 replies

Category Forum

Themes Support

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

D
D
dimki 10
  • Senior Member, joined since
  • Contributed 246 posts on the community forums.
  • Started 28 threads in the forums
S
S
[size=24]HELP WANTED FOR PHP-FUSION PROJECTS[/size]
[size=12]I am seeking Web Developers & Designers, Graphic Developers & Designers, Web, Mobile App & Computer Program Coders & Programmers & Beta & Alpha Testers for new PHP-Fusion Add-Ons like Themes, Infusions, BB-Codes and ETC, as well as Websites, Mobile App & Computer Programs to help me develop, design, code & program new PHP-Fusion Add-Ons, Websites, Mobile Apps & Computer Programs and I also need some people to test those in the Beta & Alpha stages both. All jobs are paid and are freelance jobs. Please message me here if interested for a list of available positions and projects. [/size]
  • Member, joined since
  • Contributed 120 posts on the community forums.
  • Started 44 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet