OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

OrdaSoft template Support

Go to bottom Favoured: 0

Vew Edit tabs missing

jimk (Visitor)
Posts: 0
graphgraph
User Offline
Vew Edit tabs missing 7 Years, 5 Months ago
Karma: 0  
Hello,
In the Hostel theme, the view and edit tabs are missing for all content types. They are not displaying at the top of the pages.
Thanks
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Vew Edit tabs missing 7 Years, 5 Months ago
Karma: 58  
Hello,

Can you provide link, where view and edit tabs are missing.

Thanks
Taras
Logged Logged
The administrator has disabled public write access.
jimk (Visitor)
Posts: 0
graphgraph
User Offline
Re:Vew Edit tabs missing 7 Years, 5 Months ago
Karma: 0  
Hello Taras,
I found that the page.tpl.php file was missing the code for these tabs.
Code:


<?php if ($tabs): ?>
<div class="tabs"><?php print render($tabs); ?></div>
<?php endif; ?>


Once I added that to the template file the tabs are now there.
Logged Logged
Last Edit: 2016/10/03 16:31 By .
The administrator has disabled public write access.
jimk (Visitor)
Posts: 0
graphgraph
User Offline
Re:Vew Edit tabs missing 7 Years, 5 Months ago
Karma: 0  
Additionally, I believe there is another error in the page.tpl.php template file.
Error was:
Notice: Undefined index: bottom_line in include() (line 771 of /sites/all/themes/hostel/template/page.tpl.php).

Original:
Code:


<div class="<?php if($page['bottom_line'] && $page['bottom_line2'] && $page['bottom_line3']) :  echo 'col-lg-3'; endif;  ?>



Correction:
Code:


<div class="<?php if($page['bottom_line1'] && $page['bottom_line2'] && $page['bottom_line3']) :  echo 'col-lg-3'; endif;  ?>

Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Vew Edit tabs missing 7 Years, 5 Months ago
Karma: 58  
Hello


Could you give us
full FTP and admin access
and our team will try to find solution special for You, FTP and admin access You can send to our contact form.
ordasoft.com/contact-us-form


Link on website

Drupal Admin area

username
password


FTP

FTP host

FTP username

FTP password
Thanks,
Taras
OrdaSoft team.
Logged Logged
The administrator has disabled public write access.
jimk (Visitor)
Posts: 0
graphgraph
User Offline
Re:Vew Edit tabs missing 7 Years, 5 Months ago
Karma: 0  
Thanks. The issues have been resolved. The solutions have been posted.
Logged Logged
The administrator has disabled public write access.
Go to top
»