rcastellet
rcastellet
À propos…
- Pseudo
- rcastellet
- Inscrit
- Visites
- 0
- Dernière connexion
- Statuts
- Member
Réponses
-
Hi, Now works! Thanks a lot to both. This is the complete code in case anybody could need it. <?php ob_start(); echo '<p id="pagination">'; $plxShow->pagination(); echo '</p>'; $pages = ob_get_clean(); echo str_replace…
-
This is the script at the moment (with Stéphane's correction): <?php ob_start(); echo '<p id="pagination">'; $plxShow->pagination(); echo '</p>'; $pages = ob_get_clean(); echo str_replace('<a href="'.$plxShow->…
-
Hi Stéphane, Thanks for the help. No, it is not doing the work. There is something I am doing wrong. Jerry is helping me to do the following: when paginating everything goes fine in both senses except when I am in page 2 and want to go to page 1, I…
-
Jerry, I'm lost. Sure I am losing something but I don't understand you. You say I can't do this: echo '<p id="pagination">'.$plxShow->pagination().'</p>'; because I can't concatenate two echos. What should I do instead? Sh…
-
Hi Jerry, I understand what you say. It will take me some time to solve this because if I delete the call to the header I have style problems. I will rearrange all again. And about pagination I have replaced the code (I think there are a couple of…
-
Hi Stéphane, I have done the other way round. I have inserted index.php in the html page. No frames. And, for the moment, almost everything goes fine. You can see here: http://www.bufetepedrola.com/inici2.html. Now when you click the link of the ar…
-
I understand. So what is your recomendation to use the blog in the site? What do you think is the better way to do that? Should I copy the necessary html to the index.php page? Please, advice. Many thanks. Regards.
-
Hi Jerry, No offense at all. On the contrary, my gratitude for your help. In fact I should learn html/css but at the moment I can't. Probably I'll do in a near future. I know it is better without frames but, as always, it is a long story and the fa…
-
Hi Stéphane, I know it is better without frames but it is much easier to integrate your blog via frames. You can see here (http://www.bufetepedrola.com/inici2.html) that it works quite good. The only problem is that when you click in the article ur…
-
Hi, For me the link does not work in any browser. Maybe a problem with frames. I know that frames are not the best solution but are the easiest one :-) Thanks again. Regards.
-
Hi Jerry, If I use #art_url then opens full article in pluxml blog but not in the page of the web where. The instruction should have to be : first, open the blog.html page, then, open the article in full. This is what I don't know how to do. Hope I…
-
Here you are. <?php $plxShow=plxShow::getInstance();?> <link rel="stylesheet" type="text/css" href="<?php $plxShow->template(); ?>/style.css" media="screen" /> <section> <div …
-
You can see here: http://www.bufetepedrola.com/blog.html at then end of the page. Thanks. Regards.
-
HI Jerry, I see this is the way to display last article of a category in, let's say, home page. Perfect! Now, what I want to achieve is to click in this article and go to the blog page and see the article opened (not the list but the article in fu…
-
Hi Jerry, You can see what I mean here : http://www.bufetepedrola.com/inici2.html If you click in the article, it will open the blog page with all the articles (http://www.bufetepedrola.com/blog.html). I have done this way because I don't know how …
-
Hi Jerry, Your code is working great! Just one more question. Last post appears in home page but when I click the title I want it to go to a page (html) that has a document frame with the blog in it. I can go to the page or to the blog but not to …
-
Just another (probably silly) question. Trying to attach a file in an article, I open the Media Management screen to upload the file. Everything goes fine except that once uploaded I don't know how to select it and make it appear in the text. No dou…
-
Hi je-evrard, I have tried your plugin. Let me say before anything else that is fantastic. For the moment, better than others. I have the same problem but I have spotted the reason. It is a language problem. If the administrator language is not fre…
-
Hi, I have reinstalled everything with the same result. When CKeditor is active, writing areas disappear. Can it be a problem with versions? Help needed. Thanks in advance.
-
Hi, A bit more of information. When CKeditor is active, the area for contents in article disappears (I can't write in it). Regards
-
I see. Uderstood. Thanks as always. Regards
-
Jerry, My file tree is just like the one you have posted. Perhaps I will have to install all again. Regards
-
One more thing. I have uploaded Pluxml editor (trying to substitute CKeditor) and it does not appear in Plugins in administration site. Thanks
-
Hi Stéphane, I have given 0777 permissions to all CKeditor and files without success. Should I give permissions to another folder? Thanks in advance.
-
Hi Jerry, Done! Many thanks. By the way, what is "chapo"? Regards
-
Hi Jerrry, Many thanks. It works fantastically. Just a silly question because the text of the article does not show (?). I can see the title, the "read more", RRS link, etc. everything is fine except for that the text is not visualized. I…
-
Hi Stéphane, I have tried your code and it works correctly. But what I want is different. I want to leave the home page of the blog as it is. What I want is to show in another page of my website the last post of the blog. And the page I want to sho…
-
Hi Jerry, I want the post to appear in the home page of the web (I want to include the blog as part of the web). I think I will do with your explanations. Otherwise, I'll will ask for your help again. Thanks a lot!!! Regards.
-
Hii Jerry, Thanks for your help. The function you posted should go between php tags like this: <?php $plxShow->lastArtList('<h2>#art_title</h2><article>#art_chapo</article><p><a href="#art_url" titl…