Hi Guys
i want to Remove Sitetitle and put a image
i managed to make that change but does not work on all page..
the change was made by
/themes/social/plugins/default/theme/page/elements/topbar.php
@Elias Hilario dos Santos check this post
https://www.opensource-socialnetwork.org/discussion/view/3636/replacement-site-title-to-logo
as would be the php code, can you show me the line, I'm learning the php, I'm not screw!
@Rafail, thanks for sharing your solution for others much appreciated.
@Elias to you need edit themes/goblue/plugins/default/theme/elements/topbar.php
hello I would like to put my brand in place of the site name, could you show me the code? php
<!-- ossn topbar -->
<div class="topbar">
<div class="container">
<div class="row">
<div class="col-md-2 left-side left">
<?php if(ossnisLoggedin()){ ?>
<div class="topbar-menu-left">
<li id="sidebar-toggle" data-toggle='0'>
<a role="button" data-target="#"> <i class="fa fa-th-list"></i></a>
</li>
</div>
<?php } ?>
</div>
<div class="col-md-7 site-name text-center <?php echo $hideloggedin;?>">
<span><a href="<?php echo ossnsiteurl();?>"><?php echo ossnsitesettings('sitename');?></a></span>
</div>
<div class="col-md-3 text-right right-side">
<div class="topbar-menu-right">
<ul>
<li class="ossn-topbar-dropdown-menu">
<div class="dropdown">
<?php
if(ossnisLoggedin()){
echo ossnpluginview('output/url', array(
'role' => 'button',
'data-toggle' => 'dropdown',
'data-target' => '#',
'text' => '<i class="fa fa-sort-desc"></i>',
));
echo ossnviewmenu('topbardropdown');
}
?>
</div>
</li>
<?php
if(ossnisLoggedin()){
echo ossnpluginview('notifications/page/topbar');
}
?>
???
<div class="ossn-page-container">
<?php echo ossn_plugin_view('theme/page/elements/topbar');?>
<div class="ossn-inner-page">
<?php echo $contents; ?>
Due to the many requests in the past for additonal features and components we have decided to develope a premium version. Features like Hashtags, Videos, Polls, Events, Stories, Link Preview, etc included in it.
$199 (Life Time)