Pages & Blog
It is my new plugin; it is still a beta version. Test if you want, it is easy of use.
You can create a page with style of blog, using pages of getsimple. Whit this plugin, it is very easy create templates, and choose for the groups.
Download: pages_blog_beta0.4.zip
Support Forum: http://get-simple.info/forums/showthread.php?tid=4528
Instructions:
1) Unzip in folder plugins.
2) In admin > pages > pages & blog: system manager of plugin.
3) In settings you can select:
- the language, in this moment only there is one file, en_US.php
- and if you want the system automatic group: the page will be automatically added to a group if in "Tags & keywords" of page options of admin has a tag like: _pbgroup:yougroup
- Choose if you want a format of list by months like only a list of :
* List of title of pages more content: view in sidebar Archives. When you have click in a month, the pages iniside of this month is showed like a blog. This blog is set in group of blog 'tmp'. To see at end the tag 'Important'.
* or List of title of pages: view in sidebar Categories. When you have click in a coategorie, it is expanded and we see a list of page inside of this categorie.
- Choose if you want a format of list by categories like only a list of : List of title of pages, or List of title of pages more content.
4) Create groups, and configures the groups created, choose caption of group, template, order, addthis system, numbers of pages in the list,...
I have left 4 templates: style default, style box, style blog and style news, like examples. It is easy to create one.
5) Add pages to system blog, and configures this pages. Choose number de characters, group, tags, categories, image,...
6) If you want to see a list of page, you must:
- to write: < ? php ls_pagesblg('yougroupcreated'); ? > in a template
- or to write the following shortcode in the content of page (remove / between ( and % ):
(/% pagesblog group=yougroupcreated %)
7) There 3 functions that allowing to do list by categories, by month-year of publication, by tags.
- For doing a list by categories in sidebar, create a component, by example: 'list_categories', and write the following:
< h4 id="listcatgr_title">Categories:< /h4>
< ?php pb_list_categories(true); ? >
after, in a sidebar of template call to component: < ?php get_component('list_categories'); ? >
If you want put the list of categories in a content of page use the shortcode ( remove / between ( and %):
(/% pagesblog pb_list_categories %)
- For doing a list by month-year, create a component, by example: 'list_month', and write the following:
< h4 id="listmonth_title">Archives:< /h4>
< ?php pb_list_month(true); ? >
after, in a sidebar of template call to component: < ?php get_component('list_month'); ? >
If you want put the list of month in a content of page use the shortcode(remove / between ( and %):
(/% pagesblog pb_list_month %)
The language of months is in "plugins/pages_blog/lang/en_US.php"; if you create one file of lang, remember that you must choose the language in settings of pages & blog.
- For doing a list of tags, create a component, by example: 'list_tags', and write the following:
< h4 id="listtag_title">Tags:< /h4>
< ?php pb_list_tags(true); ? >
after, in a sidebar of template call to component: < ?php get_component('list_tags'); ? >
-----------------------------------------------------------------------------
--- IMPORTANT ---
-----------------------------------------------------------------------------
For link tags, groups or categories it is necessary:
- to create a page of getsimple called 'tmp', and in content write(remove / between ( and %):
(/% pagesblog group=tmp %)
- to create a group in pages > pages_blog > group> add group, called 'tmp', customize the group like you want.
Always, if the function 'pb_list_...' is called in a sidebar, pass the parameter 'true' inside the function. If it is called in a content of page or in a template it is not necessary.
------------------------------------------------------------------------------
bit a bit more instructions.
You can to do a question or comments if you want...
Алекс
http://www.themewide.com/blog/best-wordpress-video-themes/
Thanks for the purpose of giving these kinds of terrific content material.
As you will inevitably learn on your path to losing weight, effective weight loss is not only about watching what you eat, but much more about changing your lifestyle. This means changing your habits and how you approach your day-to-day life. Read this information to help you throughout the process.
Thanks a lot! It a good webpage!
Surprisingly individual pleasant site. Huge info offered on few gos to.
Amazing content you have got going here.
You've gotten astonishing knowlwdge on this web-site.
I adore this site - its so usefull and helpfull.
Thanks with regard to giving these types of superb content.
Good day, very good internet site you've gotten right now.
Wow, stunning portal. Thnx ...
Good Web site, Stick to the good work. Thank you so much!
You have very good info these.
Wow, attractive site. Thnx ...
Passion the website-- very individual pleasant and whole lots to see!
You've the best web-sites.
You're a really helpful web site; could not make it without ya!
You have terrific stuff right here.
Great looking website. Presume you did a bunch of your very own coding.
Extremely informative, look ahead to coming back.
What's happening, nice website you've there.
Wow, beautiful website. Thnx ...
Especially informative....looking forth to coming back again.
Thanks! This is an fantastic web page.
Wow, lovely portal. Thnx ...
Lovely Site, Stick to the useful work. Thanks a ton.
I treasure the content on your websites. Many thanks!
OK’
<a href="https://writethesis.us.com/"> thesis dissertation</a>
paid to write papers
write my paper Alex
Я тестирую плагин на русском.
cezar
u can explain how to user cbcontact?
Hi cezar
Instructions are in extend:
http://get-simple.info/extend/plugin/contact-form/264/
Install Instructions:
- Unzip the file in folder Plugin.
Activate the plugin in admin > plugins.
The contact form must be called so:
* In content of a page with a short code:
(% cbcontact nameofuser,true or false,true or false,'',user or email,user or email %)
* in template with a php funtion:
< ?php cbcontact_page('nameofuser', true or false ,true or false, true,'user or email', 'user or email'); ? >
without spaces between < and ?
Parameters:
- 1r: user of admin
- 2nd parameter: CAPTCHA
* by default is true: captcha is used.
* false: captcha does not work.
-3rd parameter: CLASS PHPMAILER
* by default is false: class phpmailer is not used.
* true: class phpmailer is used. You need to complete /cbcontact/comprueba.php. In lines +- 182 to 210. You must edit this file and adjust the configuration for GMAIL or HOTMAIL or ONO. Comment and discomment the part that you need.
-4rd parameter: return a echo of form or return a string of form
* by default is false. if the form is called from of content of a page it is possible leaves in blank like ''.
* If the form is called from a template then it is necessary writes a true.
-5,6,7... parameters: here are called to users of admin or emails where you want to received email of contact form. You can put as many as you want.
The form is in separated form inside of plugins/cbcontact/form. There are 4 models of forms with its css and a image of each one. The enable form has to be called like cbcontact.php and the css cbcontact.css. Rename the form that more you like it.
It is i18n compatible.
Regards
tim w
Hi cumbe,
I was trying this plugin again today to make an events page. Are you still working on it? There is much that is good in it. My site is still beta, the page is here:
www.cyberpress.biz/nigelp/events
Hi Tim,
I have to upload to extend this plugin because I think that it is working good.
I think that it is easy to do a blog's system with this plugin.
Regards.
Ivan
Expensive time of day, all of this error in the plugin pages & blog has created several categories but displays only one who knows how to win?
And in the archive list is created year 1970 sad, everything else works fine.
Set all on the manual, it can not do something or need a place to add plug-in beta understand.
For earlier thanks.
Hi Ivan,
I don't understand good the problem. Can you explain better the problem?
Олег
whether in the form of contacts when you register and login to leave the field Name, so that you can write the names in Russian
Олег
hello, quickly tested your plugin, all is well, only in the side bar with the Russian language problem category in Russian and does not show the date of 1970 prints
ok, i will test.
Upload version beta0.2 that show Tags, but still they have not link.
Write a Comment or Question: