Forums / Setup & design / New folder not displaying in left bar

New folder not displaying in left bar

Author Message

sajid saiyed

Monday 17 November 2003 4:34:09 am

Hi,

I have just installed ezpublish version-3 on LINUX REDHAT and was trying the ADMIN interface.

I created a corporate website, then i went inside the Products > Softwares section and created a FOLDER by selecting it from the drop down and pressing CREATE HERE button.

Then i went inside this folder and created a FILE by selecting FILE from the drop down menu and clicking the CREATE HERE button again.

In the next screen, i browsed the local machine and selected one file to upload. filled up the rest of the form and clicked SEND FOR PUBLISHING.

Then i switched to the website view. Here when i clicked the links PRODUCTS > SOFTWARES.... i did not see any folder which i just created.

SO i tried changing the URL from
http://mysite/corporate/content/view/full/50

to

http://mysite/corporate/content/view/full/55

I chaned 50 to 55 and i could see the page belonging to the folder i created with the file listed there.

Can anyone tell me how to get the folders listed in the left menu once i create them in ADMIN view?

Thanks in advance.

Tore Skobba

Monday 17 November 2003 5:02:18 am

Hi

Sounds like you have an template problem, as the menu to the left is made with a template. Try to insert this into your template for the left menu:

{section loop=fetch(content,list,hash(parent_node_id,$node.node_id, class_filter_type, "include", class_filter_array, array(1)))} <a class="path" href={concat("/content/view/full/",$:item.node_id,"/")|ezurl}>{$:item.name}</a><br />
{/section}

The above will fetch all content of type folder from your current posistion on the page. Then display the name with an link to it.

Cheers
Tore

sajid saiyed

Monday 17 November 2003 5:14:09 am

I am really new,

can you tell me which is the file that i have to edit and where do i have to place this code?

thanks

Tore Skobba

Monday 17 November 2003 6:48:10 am

Hi

In the file /design/your design/templates/pagelayout.tpl insert this

{section loop=fetch(content,list,hash(parent_node_id,$node.node_id))} <a class="path" href={concat("/content/view/full/",$:item.node_id,"/"|ezurl}>{$:item.name}</a><br />
{/section}

(fetches ALL)
Note putting this code into pagelayout.tpl could be very bad design depending upon your design.. However inserting it into pagelayout.tpl should at least give you some lins.

cheers
Tore

eZ debug

Timing: Jan 18 2025 16:05:12
Script start
Timing: Jan 18 2025 16:05:12
Module start 'content'
Timing: Jan 18 2025 16:05:13
Module end 'content'
Timing: Jan 18 2025 16:05:13
Script end

Main resources:

Total runtime1.0538 sec
Peak memory usage4,096.0000 KB
Database Queries197

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0073 588.9609180.8281
Module start 'content' 0.00730.9260 769.7891489.8828
Module end 'content' 0.93330.1204 1,259.6719333.4844
Script end 1.0537  1,593.1563 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00430.4059210.0002
Check MTime0.00160.1480210.0001
Mysql Total
Database connection0.00110.102210.0011
Mysqli_queries0.978292.83431970.0050
Looping result0.00180.17431950.0000
Template Total1.024597.220.5122
Template load0.00220.212220.0011
Template processing1.022397.010420.5111
Template load and register function0.00020.020010.0002
states
state_id_array0.00060.060710.0006
state_identifier_array0.00110.101220.0005
Override
Cache load0.00190.1826370.0001
Sytem overhead
Fetch class attribute can translate value0.00180.172030.0006
Fetch class attribute name0.00120.110540.0003
XML
Image XML parsing0.00080.072930.0003
class_abstraction
Instantiating content class attribute0.00000.000940.0000
General
dbfile0.00280.2656210.0001
String conversion0.00000.001030.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
10content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
6content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 22
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs