1 adi_kwok Mar 29, 2014 18:06
3 adi_kwok Mar 31, 2014 11:09
Did with redirection in nginx rewrite
Post can read write and edit
Now the problem is, missing skins
All blogs and admin pages had no skins,
How to fix it?
If any would help ?
Thx n regards,
adi kwok
4 mgsolipa Mar 31, 2014 22:05
Hi @adi_kwok,
I'm sorry, you lost me with the redirections :S.
Please, detail what is the current setup of your site, or how many sub-domains are you using, because there is the key, but it looks like the things has been changing every day since your first post. Maybe this page could be useful for you: http://b2evolution.net/man/installation-upgrade/advanced-setup/multiple-domains, but without summarized information from you, I'm just guessing.
Just to be clear, 1) did you check how the stub files work? (http://b2evolution.net/man/advanced-customization/themes-templates-skins/introducing-evoskins/stub-files) 2) are the URLs of your blogs properly configured? (http://b2evolution.net/man/back-office-reference/managing-collections/url-seo-settings/blog-url-settings)
Regards!
5 adi_kwok Apr 01, 2014 07:28
@mgsolipa thx for rsponse
Due to your reply, i reiinsall b2evolution from scratch
The main concern is, url too..long
http://adikwok.no-ip.biz/b2evolution/blogs/blog1.php
Need to shorten it, to only:
http://adikwok.no-ip.biz
And the other things
All post returned error 404 page not found - nginx
When i clicked the title
How to make this fabulous blogging platform to works lightning fast in gprs connection ?
Thx sir
6 adi_kwok Apr 04, 2014 13:08
due to response from sir mgsolipa and sir fplanque,
i reinstall my b2evo platform using apache 2.2
and fhe result, is good
here is my new b2evolution powered blog link
everythings run smoothly in apache based, i can see the full power of b2evolution,
since most of my time, i use smartphone,
please give guidance sir, how can i add links for making:
'new post'
'new blog'
without having to go to admin,
7 adi_kwok Apr 04, 2014 13:14
in my opinion, its gonna be outstanding, for this fabulous fully loaded bloging platform,
if i could add links, in the mobile skins homepage,
so make me just click to write a post, blog,
click to shoot a photo and upload to my blog
click to share my pics, stories, anything, from mobile homepage,..
8 adi_kwok Apr 04, 2014 13:22
i made this reply from mobile too, thats why, there are serial replies
due to the mini screen of my iphone, running in gprs connection
your guidance for making those links is highly awaited sir,
thx n regards, adi kwok
9 mgsolipa Apr 05, 2014 06:08
Hi @adi_kwok,
The first thing I could suggest you is to enable the In-skin feature in your blog, this way, you will be able to edit the posts directly in the skin without going to the back-office. Of course, as indicated in this page: http://b2evolution.net/man/in-skin-action-settings, you will loss a lot of features that currently only the back-office gives you access to.
In order to create new posts, you will have to enable the evobar in the Touch skin. Please, note that this is not meant to work this way, so, according you screen resolution, you will see it misplaced or overlaping the main menu. To enable the evobar, just go to the file /blogs/skins/touch/_html_header.inc.php
and uncomment the line 79 to look like this:
require $skins_path.'_toolbar.inc.php';
Besides of that, you could add these lines of code to the file _body_header.inc.php
(line 83):
<?php if( $current_User->check_perm( 'blog_post_statuses', 'edit', false, $Blog->ID ) ) ?>
<li><a href="<?php echo $Blog->get_write_item_url(); ?>" id="write"><?php echo T_('Write');?></a></li>
Now the Touch skin default menu will show a Write option under the My Profile tab for logged in users with write permissions.
The other features that you requested are more difficult to achieve due to b2evolution has no native apps for mobile devices. So, maybe you should read this post and give a try to that app: http://forums.b2evolution.net/trick-tips-to-publish-in-b2evolution-from-android. Please read the Update note that I included there.
Thanks.
10 adi_kwok Apr 07, 2014 05:15
Hi @adi_kwok,
The first thing I could suggest you is to enable the In-skin feature in your blog, this way, you will be able to edit the posts directly in the skin without going to the back-office...
~ i did that, and its cool, now i could edit the post directly
In order to create new posts, you will have to enable the evobar in the Touch skin. Please, note that this is not meant to work this way, so, according you screen resolution, you will see it misplaced or overlaping the main menu. To enable the evobar, just go to the file /blogs/skins/touch/_html_header.inc.php and uncomment the line 79 to look like this:
require $skins_path.'_toolbar.inc.php';~ i did, and just like you warned, the layout is overidding my menu, so, i turned it back off
Besides of that, you could add these lines of code to the file _body_header.inc.php (line 83):
<?php if( $current_User->check_perm( 'blog_post_statuses', 'edit', false, $Blog->ID ) ) ?>
<li><a href="<?php echo $Blog->get_write_item_url(); ?>" id="write"><?php echo T_('Write');?></a></li>Now the Touch skin default menu will show a Write option under the My Profile tab for logged in users with write permissions.
~ this one is cool, i turned it on
in mobile skins menu, there are pages blogs mypofile how can i put the [write] and [new blogs] option, just in that place too, sir ?The other features that you requested are more difficult to achieve due to b2evolution has no native apps for mobile devices. So, maybe you should read this post and give a try to that app: http://forums.b2evolution.net/trick-tips-to-publish-in-b2evolution-from-android. Please read the Update note that I included there.
~ im using iphone, so i just keep that address, until i got money to buy android device,
Thanks.
~ thx to you, sir
11 adi_kwok Apr 07, 2014 14:18
dear sir,
i repeat all the steps, you gave me above,
and thats exactly what i need, it elaborates the limitation of miniscreen,
your guidance made me able to post in nice environment / user interface, from iphone 3g
but sir.. ehm,.. please guide how to change the calendar icon at touch skins,
to any image that prepared for matching the post that i made, maybe a photo or just image,
and, is there a way to put 'new blog' in the place of that toolbar, under 'write' option, sir ?
but, frankly speaking, i thank you and b2evolution team, so much
regards
12 adi_kwok Apr 11, 2014 07:44
sir, that tweaked which can made post without goin to admin, is only for admin, how can i be used for moderators and normal users too? please kindly advise, n thx sir
Now, i changed installation to
Domain/blogs
And set the stub_files.php at /blogs directory too
Changed @baseurl
Changed relative to path in admin blogs url
Chmod conf/config.php media, and so on which written in the manual "calling block from sub directory"
Still when post-1 had been made, the address is domain/blogs/stub_files.php/post-1
Which error 404 page not found - nginx
Any advise, please ?
Thx n regards,
adi kwok