Welcome, Guest. Please login or register.
Did you miss your activation email?
May 25, 2012, 07:18:24 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155523 Posts in 21712 Topics by 7736 Members
Latest Member: chris85
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Portfolio Module  (Read 1280 times)
nene

Offline Offline

Posts: 56


« on: July 15, 2009, 10:10:40 PM »

Hello,
Am having difficulty in configuring the portfolio module. Can someone please help me with a step-by-step approach in using it? The info on the site http://portfolio.allwww.nl/pages/help.php doesnt seem to be enough for me

Thanks so much
Nene
Logged
Paradontax

Offline Offline

Posts: 57



« Reply #1 on: November 24, 2009, 11:04:57 PM »

This worked for me the first time i installed it.

Step 1
install catalog http://portfolio.allwww.nl/pages/help/portfolio-catalog.php

Step 2
Install Detail http://portfolio.allwww.nl/pages/help/portfolio-detail.php

Step 3
Create a page (something like Portfolio) with module Catalog

Step 4
Create a page with module detail and make it a hidden child page of catalog.
Do this with every project.

Example
Portfolio (catalog)
      -project 1 (detail)
      -project 2 (detail)

http://portfolio.allwww.nl/pages/help/tips-tricks.php

If there is somebody who kan make this tutorial beter please do!
I installed it like 5 minutes ago and it worked. cheesy

Greetings,
Leo
Logged
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2295



WWW
« Reply #2 on: November 25, 2009, 12:28:51 PM »

If there is somebody who kan make this tutorial beter please do!
I installed it like 5 minutes ago and it worked. cheesy

Thats the spirit  wink

Ruud
Logged

Professional WebsiteBaker Solutions
Paradontax

Offline Offline

Posts: 57



« Reply #3 on: January 12, 2010, 01:32:06 PM »

 Ruud
yes you also thanks for all your work. grin

 It is very appreciated!

Bedankt he!

Greetings,
Leo
Logged
nene

Offline Offline

Posts: 56


« Reply #4 on: January 12, 2010, 08:32:53 PM »

Thank you all very much. It is working now.

Regards
Nene
Logged
terrajohn

Offline Offline

Posts: 43


« Reply #5 on: January 13, 2010, 11:17:14 AM »

ìs there a way not to use the carrousel but to display the thumbs individually (and then link it to the view page?)
Logged
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2295



WWW
« Reply #6 on: January 13, 2010, 10:54:12 PM »

Not without recoding the module. It is designed to work with this carousel.

R
Logged

Professional WebsiteBaker Solutions
terrajohn

Offline Offline

Posts: 43


« Reply #7 on: January 14, 2010, 01:37:42 PM »

Dear Ruud,

I assumed that this needed recoding in, at least the view.php file.
I can imagine that there are php commando's we can use to retrieve the images in the database?
If you could provide me with these php lines - I will see what I can do in the view.php file to change this. Maybe later this could then be offered as an option in the portfolio module (do you want to use the carroussel or the listed view)?

Kind regards.
Logged
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2295



WWW
« Reply #8 on: January 15, 2010, 03:08:00 PM »

Since the portfolio pages are using 2 different modules (catalog/detail) you could modify anything you like in the catalog module, and with that just create another type of catalog by doing that.
Give it a different name (and path) and users can decide what catalog they want to use.

R
Logged

Professional WebsiteBaker Solutions
Roych

Offline Offline

Posts: 149



« Reply #9 on: January 31, 2011, 09:43:27 AM »

Hello!

Not sure if this is the right place for this but anyway!

I have a problem with portfolio module. The module itself is working fine, but the page that the module is on doesn't. (the menu an submenus) I tryed everything. In the IE the whole page is messed up.

What am I doing wrong?

here is the preview page.
http://www.as-press.si/asfest/pages/si/domov/portfolio.php



And the template code.

Code:
[[jQueryInclude?preset=linkprewiev]]

[[jQueryInclude?preset=datatables]]

[[jQueryInclude?preset=accordion]]

[[jQueryInclude?preset=jquerytab]]


[[jQueryInclude?preset=tttaaa]]

[[jQueryInclude?preset=superfish]]

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



<html xmlns="http://www.w3.org/1999/xhtml">



<head>



<?php include (WB_PATH.'/'.strtolower(LANGUAGE).'/newsbox.php'); ?>
<meta http-equiv="Content-Type" content="text/html; charset=<?php 



if(defined('DEFAULT_CHARSET')) { echo DEFAULT_CHARSET; } else 



{ echo 
'utf-8'; }?>
" />



<title><?php page_title(); ?></title>


<!-- Favorites icon -->

<link rel="shortcut icon" href="<?php echo TEMPLATE_DIR?>/images/AS-Press_ikona.ico" />


<!-- Global IE fix to avoid layout crash when single word size wider than column width -->



<!--[if IE]><style type="text/css"> body {word-wrap: break-word;}</style><![endif]-->





<meta name="description" content="<?php page_description(); ?>" />



<meta name="keywords" content="<?php page_keywords(); ?>" />



<script language="JavaScript" type="text/javascript">

//<![CDATA[

var URL = '<?php print WB_URL ?>';

var WB_URL = '<?php print WB_URL ?>';

var TEMPLATE_DIR = '<?php print TEMPLATE_DIR ?>';

//]]>

</script>



 

<?php

if (function_exists('register_frontend_modfiles')) {

        
register_frontend_modfiles('css');

        
register_frontend_modfiles('js');

?>








<link rel="stylesheet" type="text/css" href="
<?php echo TEMPLATE_DIR?>/css/style.css" media="screen" />


<link rel="stylesheet" type="text/css" href="

<?php echo TEMPLATE_DIR?>/css/tooltip.min.css" media="screen" />


<link rel="stylesheet" type="text/css" href="
<?php echo TEMPLATE_DIR?>/css/blog.css" media="screen" />


<link rel="stylesheet" type="text/css" href="
<?php echo TEMPLATE_DIR?>/css/sexy-bookmarks-style.css" media="screen" />




<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE6">

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">





<!-- Cufon JavaScript Files -->
<script src="<?php echo TEMPLATE_DIR?>/javascript/cufon-yui.js" type="text/javascript"></script>
<script type="text/javascript">
Cufon.replace('h1, h2, h3, h4, h5', { hover: 'true' });
</script>

<meta charset="UTF-8"></head>

<body>

<div id="wrapper">

<div id="header">


<div class="nav1">




<?php
if (function_exists('switchLanguage')) {
   
switchLanguage(array('SI' => 19'EN' => 20));
}
?>

</div>
       
<ul class="footer_menu">

           <a href="#"><?php show_menu(3); ?>

            </a></li></ul>



<div id="logo"><a href="#"><img src="<?php echo TEMPLATE_DIR?>/images/logoas.png" alt="" /></a>
<div id="bread"> <?php show_breadcrumbs(' &raquo; '0true, -1,'&raquo;&raquo; ');?></div>
</div><!--END logo-->
 
<form id="search" name="search" method="post" action="<?php echo WB_URL?>/search/index.php">



<input type="text" name="string" class="search_string" value="<?php echo $TEXT['SEARCH']; ?>"/>



<input name="Submit" type="submit" class="search_button" value="" />



</form><!--END search-->

<div id="superfish" class="jqueryslidemenu">

<? show_menu2(
  0,
  SM2_ROOT+1,
  SM2_ALL,
  SM2_ALL,
  '<li>[a][menu_title]</a>',
  '</li>',
  '<ul class="sf-menu">',
  '</ul>'
); ?>


</div><!--END jqueryslidemenu-->

</div><!--END header-->

 
<div id="container">

 

<div id="inner_content">


<?php showslider'capslider' '13,78' ); ?>



<?php if (class_exists('imageOptimizer')) {
  
ob_start();
  
page_content(1);
  
$content ob_get_contents();
  
ob_end_clean();
  
image_optimize($page_id$content);
}
else {
  
page_content(1);
?>






<div class="team-member">
  <!--END ul-->
</div><!--END team-member--><!--END posts-->


</div><!--END inner_content-->


<div id="sidebar">

<div class="block">

</ul><!--END ul-->


<?php if (class_exists('imageOptimizer')) {
  
ob_start();
  
page_content(2);
  
$content ob_get_contents();
  
ob_end_clean();
  
image_optimize($page_id$content);
}
else {
  
page_content(2);
?>





   </div><!--END block-->

<div id="testimonial-holder">
<h2>Testimonials</h2>


<div id="testimonial">

  <?php if (class_exists('imageOptimizer')) {
  
ob_start();
  
page_content(3);
  
$content ob_get_contents();
  
ob_end_clean();
  
image_optimize($page_id$content);
}
else {
  
page_content(3);
?>

 


<!--END ul-->
</div><!--END testimonials-->
           
</div><!--END testimonial holder-->
       
        <div class="block">

</ul><!--END ul-->
     

<?php if (class_exists('imageOptimizer')) {
  
ob_start();
  
page_content(4);
  
$content ob_get_contents();
  
ob_end_clean();
  
image_optimize($page_id$content);
}
else {
  
page_content(4);
?>




   </div>
       
       


</div><!--END sidebar-->

</div><!--END container-->
 
<div id="bottom_holder">
 
<div class="two-odd">
  <p>

<?php if (class_exists('imageOptimizer')) {
  
ob_start();
  
page_content(5);
  
$content ob_get_contents();
  
ob_end_clean();
  
image_optimize($page_id$content);
}
else {
  
page_content(5);
?>


<?php

global 
$wb;

$current_page_id $wb->page_id;

$wb->page_id 76

page_content(5);

$wb->page_id $current_page_id;

?>


</p>
</div><!--END two-odd-->

<div class="three-even last">
<strong>Socialize with us </strong>
<div class="sexy-bookmarks">
<ul class="socials">
<li class="sexy-digg"><a href="http://digg.com/submit">Digg this!</a></li>
<li class="sexy-twitter"><a href="http://twitter.com/home">Tweet This!</a></li>
<li class="sexy-reddit"><a href="http://reddit.com/submit">Share this on Reddit</a></li>
<li class="sexy-technorati"><a href="http://technorati.com/faves">Share this on Technorati</a></li>
<li class="sexy-facebook"><a href="http://www.facebook.com/share.php">Share this on Facebook</a></li>
</ul><!--END ul socials-->
</div><!--END sexy-bookmarks-->
</div><!--END three-even last-->

</div><!--END bottom_holder-->

</div><!--END wrapper-->

<div id="footer_top_border"></div>

<div id="footer">







<div class="boxes_holder">







<div class="four-even">



<a href="#">

  <?php if (class_exists('imageOptimizer')) {
  
ob_start();
  
page_content(6);
  
$content ob_get_contents();
  
ob_end_clean();
  
image_optimize($page_id$content);
}
else {
  
page_content(6);
?>






<?php

global 
$wb;

$current_page_id $wb->page_id;

$wb->page_id 232

page_content(6);

$wb->page_id $current_page_id;

?>








</a>

<!--END posts-->



</div><!--END four-even-->







<div class="four-even">



<h3><a href="#">

  <?php if (class_exists('imageOptimizer')) {
  
ob_start();
  
page_content(7);
  
$content ob_get_contents();
  
ob_end_clean();
  
image_optimize($page_id$content);
}
else {
  
page_content(7);
?>


<?php

global 
$wb;

$current_page_id $wb->page_id;

$wb->page_id 39

page_content(14);

$wb->page_id $current_page_id;

?>




</a></h3>

</div><!--END four-even-->







<div class="four-even">



<h3><a href="#">

  <?php if (class_exists('imageOptimizer')) {
  
ob_start();
  
page_content(8);
  
$content ob_get_contents();
  
ob_end_clean();
  
image_optimize($page_id$content);
}
else {
  
page_content(8);
?>






<?php

global 
$wb;

$current_page_id $wb->page_id;

$wb->page_id 40

page_content(15);

$wb->page_id $current_page_id;

?>






</a></h3>

<!--END ul-->



  </div><!--END four-even-->







<div class="four-even last">



<h1><a href="#"></h1>

  <?php if (class_exists('imageOptimizer')) {
  
ob_start();
  
page_content(9);
  
$content ob_get_contents();
  
ob_end_clean();
  
image_optimize($page_id$content);
}
else {
  
page_content(9);
?>



<!----
<?php

global 
$wb;

$current_page_id $wb->page_id;

$wb->page_id 222

page_content(9);

$wb->page_id $current_page_id;

?>
-------->





<?php
global 
$wb;
$current_page_id $wb->page_id;
if (LANGUAGE == 'EN') {
            
$wb->page_id 223//page_id for english pages
} else {
            
$wb->page_id 222//page_id for non-english pages
}
page_content(9);  //use 1 for contentblock 1
$wb->page_id $current_page_id;
?>

















</a></h3>

<!--END ul-->



    </div><!--END four-even last-->

<div class="twitters">
  <div id="tweets">
    <p><?php page_footer(); ?></p>
</div><!--END tweets-->     
</div><!--END twitters-->

</div><!--END boxes holder-->

</div><!--END footer-->

</body>
</html>









Help please I would really like to use this module.

Thank you!

R.
« Last Edit: January 31, 2011, 12:18:31 PM by Roych » Logged
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2295



WWW
« Reply #10 on: January 31, 2011, 05:02:00 PM »

I would start by having a look at the generated source in your browser.
Lots of jQuery stuff and CSS loading everywhere.

I count 21 javascripts, and 15 CSS files, together with 22 html errors on this page.



Logged

Professional WebsiteBaker Solutions
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!