Just how complicated would it be to install this theme onto PostNuke?
http://www.templatemonster.com/show.php?templ=2540&cat_type=cat&type=1&arg1=47&arg2=&order=date
I ask because I am just learning PHP and am not able to do any major mods yet.
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- Guite responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 05:53 PM
- frw responded to »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 22. May
- mdee responded to »Short URL questions« 22. May
- mesteele101 responded to »Problem in Database Connection« 21. May
- Herr.Vorragend responded to »Clip Documentation and Doubt« 19. May
- mazdev responded to »zikula 1.3.3. and IE9« 19. May
- mesteele101 responded to »How to install Zikula for MSSQL ??? - Part II« 19. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Installing a TemplateMonster Theme
-
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 99
By far the easiest way is to use AutoTheme. You do not even need to know PHP but HTML would be useful. -
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 54
Thanks for the reply.
I think that particular theme is designed more for PHP-Nuke? Will that make a differance when using it with AutoTheme for Post Nuke? -
- Rank: Expert
- Registered: Aug 20, 2002
- Last visit: Jan 12, 2010
- Posts: 1219
The majority of the templatemonster template are not themes. There are only about 5 that are and they are PHP-Nuke. The template that you reference is just a template (original PhotoShop and exported graphics and HTML).
For any of the templates, you would need to use AutoTheme to create the theme, which would then work in any of the 4 CMSs that AutoTheme supports.
-Shawn
--
Get the Revolutionary AutoTheme HTML Theme System! Currently for Zikula, PHP-Nuke, CRE Loaded, osCommerce and Wordpress! -
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 54
Okay Guys, lets say that I wanted to try and save myself the cost of AutoTheme (commercial version) and do it manually. How hard would that be for a PHP newbie? Just curious, as I would most liely by AutoTheme anyway.
Another question on AutoTheme, does it also work on the phpBB forums within PostNuke? Would it work on phpBB2 Plus if I used that in my postnuke installation instead of the included version of PNphpBB2? (Probably wouldnt bother doing that though). -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 354
What about converting a tru phpNuke theme to a PostNuke theme? Can this be done, I am sure it can, but how hard is it? What are the steps? I might find it just isn't worth the effort. I do not know enough to figure out what part of the phpNuke theme does not 'work' with PostNuke.
Thank you,
Joe Dunn -
- Rank: Senior
- Registered: Sep 22, 2003
- Last visit: Oct 21, 2009
- Posts: 2774
Hi Goanna,
I've made a couple of 'starter' themes that basically separates the HTML from the PHP (instead of using the PHP 'echo' command to 'write' the HTML, which makes for difficult editing)... PHP is explicitly designed to be able to mix HTML with PHP, provided you tell PHP when it needs to be processing commands or variables. For example, anytime you need to put a variable (from PHP) in the HTML part of the theme, you can just code:
Code
<?= $variable ?>
See my posts here for more info...:
http://forums.postnu…&t=18177&highlight=
and here:
http://forums.postnu…&t=18447&highlight=
Give it a shot!
--
Get PhotoGallery, PayPalCart, Dynamenu, Enhanced Blocks & other mods
Cape Cod Travel Info... -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Dec 02, 2003
- Posts: 12
If your new to PHP just save yourself a lot of time and trouble and get AT Lite. Trust me. I have converted some TM templates to themes and it is by far the easisest. Use a good WYSIWYG editor and copy and paste the commands (blocks, footer etc) where you want them.
- Moderated by:
- Support
