![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
phpBB2 source code does not show in design view /CS3
I would like to customize a php bulletin board. The default bulletin board
page does not show in design view. Is there a way to do it , such that php code can be written by DreamWeaver via the design view ? |
|
|||
|
Re: phpBB2 source code does not show in design view /CS3
If there is a testing server setup and the forum software is all installed
on it, you could try "live data view"to see the page all built. But don't try to edit THAT. however- you don't edit the generated pages, you edit a special set of "templates" stored within the script folder. http://www.phpbb.com/community/viewtopic.php?t=10764 there are probably better indepth tutorials at that site and elsewhere. also, since it looks like the template pages are .tpl files, you'll need to add that file extension to dreamweaver. Once you add .tpl you'll see the page in design view. Changing and adding file extensions to dw: http://kb.adobe.com/selfservice/docu..._Customer&exte rnalID=tn_16410 -- Alan Adobe Community Expert, dreamweaver http://www.adobe.com/communities/experts/ |
|
|||
|
Re: phpBB2 source code does not show in design view /CS3
> I very carefully followed the procedure I was directed to in this post. > The .tpl file extension is already in there. > Any other possibilites? This .tpl page is a template file for the forum? There's no choice for Design view or split code/design? Or- is it that design view is available, but is blank? Just to check Make a copy of the file and rename to html or .php and see what shows in design view. -- Alan Adobe Community Expert, dreamweaver http://www.adobe.com/communities/experts/ |
|
|||
|
Re: phpBB2 source code does not show in design view /CS3
In the 02.02/08 comment "Once you add .tpl you'll see the
page in design view." , I checked .tpl is in there. The files I am trying to edit, or that is think I should be trying to edit , are index.php , and in the includes file template.php The choices for Code , or Split or Design view are all there. Code shows , in Code & Split. Design view is always blank. I renamed the files index.html , template.html . Still same result , code shown , design absolutely blank |
|
|||
|
Re: phpBB2 source code does not show in design view /CS3
|
|
|||
|
Re: phpBB2 source code does not show in design view /CS3
> The files I am trying to edit, or that is think I should be trying to edit , > are > index.php , and in the includes file template.php If I am sorting this out correctly, which i am _not_ sure of at the moment: those aren't .tpl files. they are .php files, and are part of the forum. They aren't displaying in design view because they are all php. You need to find and edit the template files. In previous link given: http://www.phpbb.com/community/viewtopic.php?t=10764 <q> So where do I find these great 'templates'? Look in /templates/subSilver (thoroughout the FAQ I will be using subSilver, the default template. If you are using a different template then change the folder you look in accordingly). You will see a collection of files there. The templates are the ones with the file extension '.tpl' The majority of files in that folder are .tpl files. </q> strongly suggest you make a backup copy of anything you try to touch. -- Alan Adobe Community Expert, dreamweaver http://www.adobe.com/communities/experts/ |
|
|||
|
Re: phpBB2 source code does not show in design view /CS3
> Sorry , I had no clue that a php file is not editable in DW CS3 php pages ARE editable in dreamweaver. But, if they contain html within php statements, that html will not be rendered in design view. It will just show as php visual aid icons, if that choice is enabled in dw menu-->View-->Visual aids -- Alan Adobe Community Expert, dreamweaver http://www.adobe.com/communities/experts/ |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|