View Full Version : Multipage Articles plug-in
boccio
12-08-2009, 02:58 PM
We're proud to announce a third-party contribution, something our community asked for long time ago :)
Multipage Articles
http://www.vivvo.net/resources/dload/plugins/multipage-articles.html
This plugin will add multipage option to your articles, allowing you to break articles in multiple pages.
This plugin is contribution by Pera Urosevic, OTC (http://www.otc.co.rs/en/partners).
Impaler
12-08-2009, 11:21 PM
That is very great, will test it out! :)
By the way, in future will it be incorporated into the Vivvo CMS core? OTC can still be accredited for their job in ACP or somewhere else.
akash210
12-09-2009, 08:12 AM
This is excellent! I've finished installing it and it works like a charm! :)
Except for one tiny issue.. It doesn't work if full page caching is turned on.
2nd issue: Even if you're writing a one-page article, the plugin will remove the abstract and the abstract image. I guess it has to do with <vte:if test="{multipage_article_page} = 1">. I'm thinking maybe it should check first if it's a multipage article (maybe like this <vte:if test="{multipage_article_page}">) and then check to see if we're on the 1st page with this <vte:if test="{multipage_article_page} = 1">.
Akash
One-page article abstract issue has been fixed, updated version is online, please report if there are any other issues.
For caching, "Fragment (Query) caching" is recommended.
bobster65
12-09-2009, 03:45 PM
awesome! Good Job OTC ;) Now I will not get anymore PMs about mine lol
apocan
12-09-2009, 09:05 PM
lol. can anyone say which file to which folder? I couldn't make it worked yet
akash210
12-09-2009, 11:29 PM
If I may just suggest.. for sef friendly urls, instead of ?p=2 for e.g. it could be articlename.html/2 if you see what I mean. Maybe you could devise something to add to the .htaccess file?
Thanks.
andy77
12-10-2009, 10:02 PM
^ I don't think that would make any actual difference :)
dave25
12-11-2009, 02:41 PM
Looks like great add on.
Is there an option to have also the article in its full length? (to give the reader the option to multiple or single page).
durham
12-17-2009, 04:06 PM
lol. can anyone say which file to which folder? I couldn't make it worked yet
I cant make it work either.
1. I uploaded to plugin folder
2. Used Vivvo admin to install plugin (seemed to suggest it worked ok) - but does not appear in installed plugin list on left?
3. Went to article to edit but no new icon has appreared?
Have I missed out something here?
4. (I havent adjusted the article template yet)
Thanks
Colin.
dave25
12-23-2009, 11:59 AM
Did not work for me neither. same problem.
theplayer
12-28-2009, 05:37 PM
You must activate the template!
Go to your admin panel and select --> Layout --> article layout
you must activate the multipage_article.tpl template and there you go!
Succes!
dave25
12-29-2009, 07:59 AM
But pagebreak is not added in tinymce editor.
durham
01-07-2010, 04:58 PM
My page-break icon has still not appeared in Tiny Editor? Can anyone tell me what I need to do please?
I'm using latest version of Vivvo. Do I need to download a new TinyMCE?
Thanks
Colin.
johnsalvia
01-08-2010, 10:05 AM
@durham - i think you dont have to, have you checked for file permissions ?
durham
01-13-2010, 07:48 PM
Permissions for what folder/file?
Please can some on tell me if this plugin should appear in the plugins menu on the left? (mine does not)
Still not working - anyone able to help?
Thanks
Durham
Micha
01-14-2010, 08:51 AM
@ durham
No, this plug-in doesn't have it's own preferences or anything, therefore it wont show up on the left pane in Plug-ins section of Vivvo administration.
I've just tried this plug-in on several test sites that I have, and it works perfectly one every one of them.
durham
01-18-2010, 07:50 PM
I'm stumped!
I've tried it on four Vivvo installations now and none of the Tiny editors show the multi-page break icon. The plugins says its installed fine - no errors. I've tried 777 chmod-ing js/tiny and the plugin but no difference.
What is the code the multi-page icon puts in? I might be able to put it in manually using the HTML box?
Why me .....aaargh!
Durham
Micha
01-19-2010, 08:39 AM
Just a thought - after you install multipage plug-in, check if the installer altered your tinyMCE_config.php file located in your admin/js folder.
Check if the theme_advanced_buttons2: has pagebreak at the end of it, also, above that (around line 30), you should have something like this echo 'pagebreak,advimage,media",
One more thing comes to my mind, go to your VIVVO_ROOT/js/tiny_mce/plugins/ and check if the installation has copied pagebreak folder.
akash210
01-19-2010, 10:17 AM
Micha, the plugin was working fine for me before but suddenly it has started breaking the layout of the page whenever I use it. See for e.g. this page: http://www.lematinal.com/news/international-news/2674-Des-Mauriciens-presents-dans-drame-hatien.html
The right column has gone at the bottom. You think it's the <!-- pagebreak --> thing that's causing it?
Thanks bud. :)
Micha
01-19-2010, 11:13 AM
Nope, I wouldn't say it's due to multipage article plug-in.
My guess, your #dynamic_box_right is within #dynamic_box_center.
akash210
01-20-2010, 05:01 AM
Don't you find it weird that this happens only on pages where the plugin is being used? So I don't think that's it, else it would have happened on all other pages.. yeah?
Micha
01-20-2010, 08:51 AM
Don't you find it weird that this happens only on pages where the plugin is being used? So I don't think that's it, else it would have happened on all other pages.. yeah?
Nope, I don't find it weird at all.
Have you checked your code for that template, perhaps you have some unclosed div?
And also have you compared the code on other pages that doesn't have multipage article plug-in?
Well I have, and #dynamic_box_right is not within #dynamic_box_center, so again, my guess, the right column is down because #dynamic_box_right is within #dynamic_box_center.
I have also used multipage article on OneMyVivvo template set, and, well, don't you find it weird that it works for me perfectly on all pages, and that my right column is in place where it's meant to be?
Pretty weird, huh? ;)
durham
01-20-2010, 03:02 PM
Just a thought - after you install multipage plug-in, check if the installer altered your tinyMCE_config.php file located in your admin/js folder.
Check if the theme_advanced_buttons2: has pagebreak at the end of it, also, above that (around line 30), you should have something like this echo 'pagebreak,advimage,media",
One more thing comes to my mind, go to your VIVVO_ROOT/js/tiny_mce/plugins/ and check if the installation has copied pagebreak folder.
That's done it - it was permissions! (thx johnsalvia)
I did not know about this file: /admin/js/tinyMCE_config.php
which needed 666 permissions (js/tiny_mce/* probably does too)
Many Thanks.
Durham
akash210
01-21-2010, 03:41 AM
I've managed to solve it. The problem is actually with TinyMCE editor. Damn thing will add <div>'s everywhere and for no reason! I hate that! Even a simple <br /> is enclosed within <div> tags!
Anyway, so I removed all those unnecessary <div> tags and the problem was solved. :)
sz444sz
01-22-2010, 12:48 AM
Litle modification:
plugin/multipage_article/multipage_article_url_handler
$page = 1;
$pages = explode('<!-- pagebreak -->', $sm->article->body);
$pages_count = count($pages);
$tytul = preg_match_all('/<p class=\"tytul_spistresci\">(.*?)<\/p>/',$sm->article->body,$pt);;
$tytul_count = count($pt[0]);
if ($pages_count>1) {
$page = $um->get_param('p');
if ($page=="" || $page<1 || $page>$pages_count) $page=1;
$sm->article->body = $pages[$page-1];
$navigation = array();
for($i=1;$i<$pages_count+1;$i++){
if($i!=$page){
array_push($navigation, '<li><a class="page" href="'.$sm->article->get_href().'?p='.($i).'"onfocus="blur()">'.($i).'</a></li>');
} else{
array_push($navigation, '<li><span class="current">'.($i).'</span></li>');
}
}
$template->assign('article_navigation', $navigation);
}
if ($pages_count>1) {
$page = $um->get_param('p');
if ($page=="" || $page<1 || $page>$pages_count) $page=1;
$sm->article->body = $pages[$page-1];
$nawigacja = array();
for($i=0;$i<$tytul_count;$i++){
array_push($nawigacja, '<li>'.($i+1).'. <a class="page" href="'.$sm->article->get_href().'?p='.($i+1).'"onfocus="blur()">'.$pt[1][$i].'</a></li>');
}
$template->assign('article_navigation_spistresci', $nawigacja);
}
$template->assign('multipage_article_page', $page);
$template->assign('spis_tresci', $spis);
Add this to template/artcile/multipage_article.tpl
<vte:if test="{article_navigation_spistresci}">
<div id="multipage-article-spistresci">
<ul>
<vte:foreach item="article_page_link" from="{article_navigation_spistresci}">
<vte:value select="{article_page_link}" />
</vte:foreach>
</ul>
</div>
</vte:if>
and source html for article in tinymce
<p class="tytul_spistresci">Hello 1</p>
bla bla bla 1
<!-- pagebreak -->
<p class="tytul_spistresci">Hello 2</p>
bla bla bla 2
<!-- pagebreak -->
<p class="tytul_spistresci">Hello 3</p>
bla bla bla 3
http://img35.imageshack.us/img35/4847/blablabla.gif
akash210
01-22-2010, 05:19 AM
I know what you're doing.. but if you could just translate it to english (things like 'spistresci' or 'nawigacja'), it would be great! I just know that tytul means title. lol.. :p
sz444sz
01-22-2010, 10:01 AM
table of contents/navigation
Chaers.
sz444sz
02-06-2010, 02:07 AM
How rewrite url?
news/3.html?p=2
to
news/3-2.html
I try this
RewriteRule ^([^-]+)-([^-]+).html$ index.php?news=$1&p=$2 [L]
trackpads
03-31-2010, 03:17 AM
I had the same permissions problems but once I read through this post I figured it out.
I really like this plugin, thanks again for the work of putting it together!
One request for the next version, would it be possible to have a different image on each page? Like on the big sites? for example an article could have 5 images attached and one is shown on each page.
Thanks again,
-Jason
Micha
03-31-2010, 08:04 AM
I had the same permissions problems but once I read through this post I figured it out.
I really like this plugin, thanks again for the work of putting it together!
One request for the next version, would it be possible to have a different image on each page? Like on the big sites? for example an article could have 5 images attached and one is shown on each page.
Thanks again,
-Jason
Just a thought, you can insert image after each page break in article body, that way, you'll have different image on each page :)
oxeda
04-03-2010, 02:18 PM
Hello
Just a simple question , maybe i am missing something.
Why I can NOT download this plugin ?
I am a holder of developer lics.
Can you please help ?
regards
Micha
04-03-2010, 04:37 PM
Hello
Just a simple question , maybe i am missing something.
Why I can NOT download this plugin ?
I am a holder of developer lics.
Can you please help ?
regards
What do you mean?
The plug-in is free for all license holders, even the one with free trial.
It's third party plug-in and can be downloaded from OTC's website.
http://www.otc.co.rs/en/vivvo
trackpads
04-05-2010, 07:09 AM
Just a thought, you can insert image after each page break in article body, that way, you'll have different image on each page :)
Wow, didnt think of that!
Thanks!
Also, Do you know how to remove the elft column so I can expand the article? Here is mine for example: http://www.trackpads.com/magazine/parameters/210.html I tried to do it but the article was still centered so I just added those thread/comments boxes in the left column in the meantime.
Thanks!
-Jason
Micha
04-05-2010, 07:51 AM
Well, you can make new template with two column layout for your article pages.
Or simply download and modify one from resource center
http://www.vivvo.net/resources/dload/templates/two-column-article.html
noncasus
04-05-2010, 09:47 AM
Wow, didnt think of that!
Thanks!
Also, Do you know how to remove the elft column so I can expand the article? Here is mine for example: http://www.trackpads.com/magazine/parameters/210.html I tried to do it but the article was still centered so I just added those thread/comments boxes in the left column in the meantime.
Thanks!
-Jason
You could try commenting out the div with the id "dynamic_box_left" in templates/<current template>/article/<current article template>.tpl. I think that should work.
Of course Micha's method works too >_>
Micha
04-05-2010, 10:20 AM
@noncasus
Hmmm, that would just remove left column and leave empty space there.
Center column also have it's own width and needs to be adjusted when removing left or right column.
So if the method you mentioned is used, you need to set the inline style for center column, something like this:
<div id="dynamic_box_center" style="width: 766px;">
noncasus
04-05-2010, 07:26 PM
damn you are right Micha... >_>
I'll chalk it up to it being because it was pretty late where I live heh.
berto
08-25-2010, 12:23 AM
This work with 4.5?
Is this compatible with 4.5?
As of now I been trying on my localhost and is not working, instead it mess up all icons when creating articles.
This work with 4.5?
Kindly advise.
Micha
08-30-2010, 08:53 AM
Multipage article plug-in has just been upgraded for Vivvo 4.5.
You can download it from our Resource center:
http://www.vivvo.net/resources/dload/plugins/multipage.html
Great!!! thank you very much!!!
... Installed... tested ... and worked.
(have to modify it due to restricted access error)
Thanks again.
G.
berto
08-31-2010, 12:43 PM
Strange, when I activate this plugin it gives a Restricted access message on the article page...
This happening to anybody else?
berto
08-31-2010, 11:04 PM
OK seem to have found the problem.
If you have upgraded from 4.1.6 to 4.5 and encounter this problem do the following:
Open plugins/multipage_article/multipage_article_url_handler.php
Find:
|| (!$sm->user && $sm->guest_group && $sm->guest_group->can('READ', 'categories', $category->id))
Change to:
|| (!$sm->user && $sm->guest_group && $sm->guest_group->can('READ', 'Categories', $Category->id))
Capitalized the C's in both categories and $category and worked.
lidija
09-12-2010, 06:27 PM
I’m using customized template, and when I activate the plugin it’s working, but the article is displayed on Vivvo’s default template.
Can someone tell me what to change/add on the customized article template so I can use the plugin?
Here is the code of the customized template:
<html xmlns="http://www.w3.org/1999/xhtml" lang="{VIVVO_LANG_CODE}" xml:lang="{VIVVO_LANG_CODE}">
<vte:include file="{VIVVO_TEMPLATE_DIR}system/html_header.tpl" />
<vte:header type="css" href="{VIVVO_THEME}css/article_styles.css" />
<vte:header type="css" href="{VIVVO_THEME}css/print.css" media="print" />
<vte:header type="keyword" value="{article.get_keywords}" />
<vte:header type="description" value="{article.get_description}" />
<body id="layout_default">
<div id="container">
<vte:include file="{VIVVO_TEMPLATE_DIR}box/header.tpl" />
<div id="content">
<div id="dynamic_box_left">
<div id="box_left_holder">
<script type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXXXXXXX";
/* 160x600, created 9/9/10 */
google_ad_slot = "9154975983";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- Start AdLogger Tracking Code -->
<script type="text/javascript"><!--
var adlogger_loc = "http://puregreencars.com/adlogger";
var channel_id = "1";
//--></script>
<script src="http://puregreencars.com/adlogger/track/adlogger_tracker.php" type="text/javascript"> </script>
<noscript>Copyright AdLogger, <a href="http://www.adlogger.org/index.php/Main_Page">Click Auditing</a>.</noscript>
<!-- End AdLogger Tracking Code -->
<vte:include file="{VIVVO_TEMPLATE_DIR}box/sections.tpl" />
<vte:include file="{VIVVO_TEMPLATE_DIR}box/plugin_newsletter.tpl" nocache="1" />
<vte:include file="{VIVVO_TEMPLATE_DIR}box/plugin_poll.tpl" nocache="1" />
</div>
</div>
<div id="dynamic_box_center">
<div id="box_center_holder">
<vte:include file="{VIVVO_TEMPLATE_DIR}box/article_breadcrumb.tpl" />
<div id="article_holder">
<h1><vte:value select="{article.get_title}" /></h1>
<script type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXXXXXXX";
/* 468x15, created 5/1/10 */
google_ad_slot = "5978923707";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<div class="article_metadata">
<vte:if test="{VIVVO_ARTICLE_SHOW_DATE}">
<span class="metadata_time"><vte:value select="{article.get_created}" /></span>
</vte:if>
<vte:if test="{VIVVO_ARTICLE_SHOW_AUTHOR}">
<vte:if test="{VIVVO_ARTICLE_SHOW_AUTHOR_INFO}">
<a href="{article.get_author_href}"><vte:value select="{article.get_author_name}" /></a>
<vte:else>
<vte:value select="{article.get_author_name}" />
</vte:else>
</vte:if>
</vte:if>
</div>
<vte:include file="{VIVVO_TEMPLATE_DIR}box/font_size.tpl" />
<div id="article_body">
<div style="width:304px; height: 254px; float: left; margin: 0px 6px 6px 0px">
<script type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXXXXXXX";
/* 300x250, created 5/13/08 */
google_ad_slot = "7287566453";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- Start AdLogger Tracking Code -->
<script type="text/javascript"><!--
var adlogger_loc = "http://puregreencars.com/adlogger";
var channel_id = "1";
//--></script>
<script src="http://puregreencars.com/adlogger/track/adlogger_tracker.php" type="text/javascript"> </script>
<noscript>Copyright AdLogger, <a href="http://www.adlogger.org/index.php/Main_Page">Click Auditing</a>.</noscript>
<!-- End AdLogger Tracking Code -->
</div>
<p><strong><vte:value select="{article.get_abstract}" /></strong></p>
<vte:value select="{article.get_body}" />
</div>
<vte:if test="{article.get_document}">
<div class="content_attachment">
<img src="{VIVVO_THEME}img/attachment.gif" alt="{LNG_DOWNLOAD_ATTACHMENT}" />
<vte:value select="{LNG_DOWNLOAD_ATTACHMENT}" /> >>
<a href="{article.get_document_href}"><vte:value select="{article.get_document}" /></a>
</div>
</vte:if>
<iframe src="http://www.facebook.com/plugins/like.php?href={VIVVO_URL}{article.get_href}&layout =standard&show_faces=false&width=500&action=like&f ont=arial&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:30px"> </iframe>
<vte:include file="{VIVVO_TEMPLATE_DIR}box/article_social_bookmarks.tpl" />
<vte:if test="{article.show_comment}">
<vte:include file="{VIVVO_TEMPLATE_DIR}box/comments.tpl" />
</vte:if>
</div>
</div>
</div>
<div id="dynamic_box_right">
<div id="box_right_holder">
<vte:include file="{VIVVO_TEMPLATE_DIR}box/article_tools.tpl" />
<script type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXXXXXXX";
/* 250x250, created 9/15/09 */
google_ad_slot = "9119238283";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- Start AdLogger Tracking Code -->
<script type="text/javascript"><!--
var adlogger_loc = "http://puregreencars.com/adlogger";
var channel_id = "1";
//--></script>
<script src="http://puregreencars.com/adlogger/track/adlogger_tracker.php" type="text/javascript"> </script>
<noscript>Copyright AdLogger, <a href="http://www.adlogger.org/index.php/Main_Page">Click Auditing</a>.</noscript>
<!-- End AdLogger Tracking Code -->
<p><!-- --></p>
<vte:include file="{VIVVO_TEMPLATE_DIR}box/plugin_image_gallery_lightbox.tpl" />
<vte:include file="{VIVVO_TEMPLATE_DIR}box/recommended.tpl" />
<vte:include file="{VIVVO_TEMPLATE_DIR}box/article_vote.tpl" nocache="1" />
<vte:include file="{VIVVO_TEMPLATE_DIR}box/recommended_1.tpl" />
<vte:include file="{VIVVO_TEMPLATE_DIR}box/related_news.tpl" />
<vte:include file="{VIVVO_TEMPLATE_DIR}box/most_popular_email.tpl" />
<vte:include file="{VIVVO_TEMPLATE_DIR}box/comment_tabs.tpl" />
<p><!-- --></p>
<vte:include file="{VIVVO_TEMPLATE_DIR}box/article_tags.tpl" nocache="1" />
<vte:include file="{VIVVO_TEMPLATE_DIR}box/plugin_review_games.tpl" />
<vte:include file="{VIVVO_TEMPLATE_DIR}box/plugin_review_movie.tpl" />
<vte:include file="{VIVVO_TEMPLATE_DIR}box/plugin_review_music.tpl" />
<vte:include file="{VIVVO_TEMPLATE_DIR}box/plugin_multiple_attachments.tpl" />
<script type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXXXXXXX";
/* 200x90, created 7/18/08 */
google_ad_slot = "3247689811";
google_ad_width = 200;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- Start AdLogger Tracking Code -->
<script type="text/javascript"><!--
var adlogger_loc = "http://puregreencars.com/adlogger";
var channel_id = "1";
//--></script>
<script src="http://puregreencars.com/adlogger/track/adlogger_tracker.php" type="text/javascript"> </script>
<noscript>Copyright AdLogger, <a href="http://www.adlogger.org/index.php/Main_Page">Click Auditing</a>.</noscript>
<!-- End AdLogger Tracking Code -->
</div>
</div>
</div>
<div id="footer">
<vte:include file="{VIVVO_TEMPLATE_DIR}box/footer.tpl" />
</div>
</div>
<vte:if test="{VIVVO_ANALYTICS_TRACKER_ID}">
<script type="text/javascript">_gaq.push(['_trackEvent', 'Article', 'View', '<vte:value select="{article.get_id}" />', 1]); </script>
</vte:if>
</body>
</html>
thanks,
dstojanovic
09-13-2010, 08:59 AM
Did you read http://www.otc.co.rs/vivvohttp://www.otc.co.rs/vivvo/Vivvo%20Multipage%20Article%20Plugin.pdf ?
lidija
09-13-2010, 09:29 AM
Yes but I'm having problems with first half, since I use adsense unit instead of abstract image.
Micha
09-20-2010, 09:11 AM
Yes but I'm having problems with first half, since I use adsense unit instead of abstract image.
Simply enclose the adsense code within
<vte:if test="{multipage_article_page} = 1">
</vte:if>
lidija
09-20-2010, 10:30 AM
Thanks a lot Micha, it's working perfectly. There is a little problem, there isn't adsense unit on other pages of the article. How can I fix that? Thanks again.
http://puregreencars.com/green-cars/compacts-sedans/hybrid-cars/peugeot-3008-hybrid-4.html
Simply enclose the adsense code within
<vte:if test="{multipage_article_page} = 1">
</vte:if>
Micha
09-20-2010, 03:58 PM
Only thing I could think of is that you place your adsense directly in article body via TinyMCE.
lwest300
10-28-2010, 05:02 AM
I'm using 4.5. The Multipage plugin installed; I'm able to insert the pagebreak; the article displays the page links, but all it's doing is repeating the article per page break instead of breaking-up the article. Has anyone experienced this or have a fix?
randolph
11-08-2010, 12:26 AM
Hello:
I just upgraded to 4.5 and using the multipage_article for 4.5 but I am not seeing the pages. I think I am doing something wrong since this is the first time I am trying to use this plug-in.
Can somebody please guide me step by step on how to use this mighty fine plug-in? I can see the Insert Page Break icon on the tinyMCE. When I click on it, it inserts the break line but I am not seeing the break down of pages on the article, but the article does not displays the page links.
Please guide me on how to make it work.
Thanks so much.
Randolph.
Micha
11-08-2010, 08:14 AM
Hello:
I just upgraded to 4.5 and using the multipage_article for 4.5 but I am not seeing the pages. I think I am doing something wrong since this is the first time I am trying to use this plug-in.
Can somebody please guide me step by step on how to use this mighty fine plug-in? I can see the Insert Page Break icon on the tinyMCE. When I click on it, it inserts the break line but I am not seeing the break down of pages on the article, but the article does not displays the page links.
Please guide me on how to make it work.
Thanks so much.
Randolph.
Have you assigned multipage_article.tpl template to your articles?
Go to Categories section of your Vivvo administration, edit the category where you want your multipage articles, and in Article custom layout (overrides default) drop down, select multipage_article.tpl.
randolph
11-11-2010, 04:13 AM
Micha:
You are wonderful. I never knew about this. Thanks so much. It is working like a champ.
Thanks so much.
Randolph.
Uloga
11-22-2010, 05:14 PM
Hello, can someone please help me out,
I have installed the Multipage Plug in, and I'm still on Vivvo CMS v4.1.6 build 4214. I can't afford to upgrade yet.
Now I have the plugin, and when I insert pagebreaks I can see pages on the bottom of the article, but they arent executed!
First Off I had this: http://tweakz.be/reviews/behuizingen/4692.html?p=1 and this screwed with my columns (HOW DO I FIX THIS?)
And now, when I insert pagebreaks, my pages show underneath the article but I still get the article on 1 page, and every page is the same!
Example: http://tweakz.be/reviews/koeling1/7131.html
Also the width isn't correct!
Micha
11-24-2010, 09:17 AM
Hello, can someone please help me out,
I have installed the Multipage Plug in, and I'm still on Vivvo CMS v4.1.6 build 4214. I can't afford to upgrade yet.
Now I have the plugin, and when I insert pagebreaks I can see pages on the bottom of the article, but they arent executed!
First Off I had this: http://tweakz.be/reviews/behuizingen/4692.html?p=1 and this screwed with my columns (HOW DO I FIX THIS?)
And now, when I insert pagebreaks, my pages show underneath the article but I still get the article on 1 page, and every page is the same!
Example: http://tweakz.be/reviews/koeling1/7131.html
Also the width isn't correct!
Not sure what exactly do you mean.
On first URL, the multipage seems to be working fine.
Which version you installed, latest or 4.1.x legacy version (latest version is for Vivvo v4.5)?
Also, article template that comes with multipage plug-in is made for default template set, so you'll need to tweak it a bit to accommodate your website design.
Uloga
11-24-2010, 12:49 PM
Not sure what exactly do you mean.
On first URL, the multipage seems to be working fine.
Which version you installed, latest or 4.1.x legacy version (latest version is for Vivvo v4.5)?
Also, article template that comes with multipage plug-in is made for default template set, so you'll need to tweak it a bit to accommodate your website design.
I have installed the 4.1.x version of Multipage. And indeed on the first link it's working but not anymore on the last link.
I don't know what has changed, but now it doesn't work anymore.
Also, how do I edit the width for my articles? Since I just "took over" the website I'm not familiar with all the stuff.
Micha
11-25-2010, 08:44 AM
You can change your layout by editing layout_default.css file.
If you are not yet familiar with Vivvo structure and VTE, I would suggest that you read some of the following white papers:
http://www.vivvo.net/resources/articles/white-papers/index.1.html
Also, our dev doc might be helpful
http://wiki.vivvo.net/devdoc
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.