By Gustav Belin on Monday, 26 May 2014
Posted in General Issues
Likes 0
Views 855
Votes 0
Hello!

I would like to hide a few options within the write new post section of easyblog. First of all I want to hide the option of choosing what type of post users want to do. Just so its the standard post (I don't believe that this option really does anything anyway? Correct me if im wrong). Also, I would like to hide the permalink button and also the option for users to choose whether the post can be published or not (just so its always published). Then to finish it out get rid of the publishing options.

Sorry for the overload but Im trying to simplify the use of this so users don't get overwhelmed with all of these options.

Please see the attached picture for more information regarding my question.

Best Regards!

Gustav
Hello Gustav Belin,

Sorry for late reply to this,
Try apply this CSS code and see how it goes.

#ezblog-dashboard .permalink-editor, #ezblog-dashboard .permalink-editor strong {
display: none;
}

#ezblog-dashboard .ui-sectionsep {
display: none;
}

#eblog-wrapper .list-form.reset-ul{
display: none;
}
·
Wednesday, 28 May 2014 10:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Gustav Belin,

Sorry for late reply to this,
Try apply this css hack in your template css file and see how it goes.
What this code done is disappear the permalink section and publishing option.


#ezblog-dashboard .permalink-editor, #ezblog-dashboard .permalink-editor strong {
display: none;
}

#ezblog-dashboard .ui-sectionsep {
display: none;
}

#eblog-wrapper .reset-ul, #eblog-wrapper .reset-ul > li {
display: none;
}
·
Monday, 26 May 2014 19:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for quick response!

Where should i put the css code? in the begining or in some specific section?
·
Monday, 26 May 2014 19:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Gustav,

Anywhere would do but preferably at the end so that in the future, you know where you placed your customizations
·
Monday, 26 May 2014 22:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you please be more specific on where to apply this css code? there is several diffrent easyblog template maps..

best regards
·
Tuesday, 27 May 2014 00:23
·
0 Likes
·
0 Votes
·
0 Comments
·
is this the right one?

/public_html/joomla30/components/com_easyblog/themes/vintage/css/styles.css
·
Tuesday, 27 May 2014 00:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Gustav Belin,

You can apply the code here, but when you update to latest version of Easyblog in the future, then this CSS hack will be remove.

Can you provide us with your Joomla backend and FTP access so we can advise you which file should be add in your template css file? Please advise.
·
Tuesday, 27 May 2014 00:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Does this work?

'''You can actually remove it by editing the file /components/com_easyblog/themes/dashboard/system/dashboard.write.php . You need to remove the codes at line 665,''

<?php echo $this->fetch( 'dashboard.write.options.php' ); ?>

and line 669,

<?php if( $system->config->get( 'layout_dashboardseo' ) ){ ?>
<?php echo $this->fetch( 'dashboard.write.seo.php' ); ?>
<?php } ?>
·
Tuesday, 27 May 2014 00:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Gustav Belin,

Sorry for late reply to this,
That will not work is because all the creation date and other necessary data needed when you publish the blog post, if you removed those code, so it will not work when you publish the blog post in frontend.

So what i suggestion is using the CSS hack for disappear those option. Can i have your Joomla backend and FTP access so we can help you apply the code in your template css file?

You can put the information in the optional information field below. Don't worry about privacy. Only Support team can view the information.
·
Tuesday, 27 May 2014 10:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Okay i see!

Actually i dont know if i can give my FTP access, but i am using vintage template for my easyblog. Is it possible to maybe put this css code in several places and see if something happens on my site then it is the right one. If you know what i mean.

Do you have any clue on where to put this css code?
(name of folder map)?

Best Regards!
·
Tuesday, 27 May 2014 20:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Gustav Belin,

Sorry for late reply to this,

I'm not recommended you apply this CSS hack in the Easyblog theme file, because when you update to next release version, then the hack will be removed.

Can I have your site access so I can inspect the element from your frontend? Please advise.
·
Wednesday, 28 May 2014 00:47
·
0 Likes
·
0 Votes
·
0 Comments
·
okay thank you!

username: xxx
password: xxx

www.jagarbloggen.se
·
Wednesday, 28 May 2014 02:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Gustav Belin,

You're welcome, try apply above CSS code in this file

JoomlaFolder/templates/shaper_helix_ii/css/presets/preset1.css

After you applied then cleanup your Joomla cache and browser cache and see how it goes.
·
Wednesday, 28 May 2014 02:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hmm.. it is gone now but now there is another problem. The menu in easyblog has disappered. please have a look at my website.

www.jagarbloggen.se
·
Wednesday, 28 May 2014 03:16
·
0 Likes
·
0 Votes
·
0 Comments
·
OH yes! I think it is working now please have a look: http://www.jagarbloggen.se

Thank you for excellent support! Five stars to you my friend!!

If i have another question can i take it here or should i make a new ''thread'' ?

Best Regards!

Gustav
·
Wednesday, 28 May 2014 19:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Gustav Belin ,

You're welcome
Yes, you should open a new thread, so i closed this thread now.
·
Thursday, 29 May 2014 00:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post