![]() |
Missing · 1 Attachment(s) Okay the following code was taken from VIEW SOURCE on my website:http://www.neosmut.com The code is part of the Admin Options section when Can someone tell me what file I need to edit to add the missing · in-between Hide Image and Make Sticky. I thought it was the showphoto.php, but it's not. <td colspan="2" class="tcat" align="center"><span class="smallfont">Admin Options: <a href="http://www.neosmut.com/pp/editphoto.php?phoedit=58">Edit Photo</a> · <a href="http://www.neosmut.com/pp/editphoto.php?hide=58">Hide Image</a><a href="http://www.neosmut.com/pp/editphoto.php?stick=58">Make Sticky</a> · <a href="http://www.neosmut.com/pp/editphoto.php?makecat=505&phoedit=58">Make Index Thumb</a></span></td> Example: http://www.neosmut.com/pp/showphoto....oto=18&cat=502 Attachment: Attachment 1945 |
Those are definately under showphoto.php in the $pmenu lines. |
To fix the missing ·... For those that want to fix this, I finally found it... If your using a 3rd party text editor that allows you to enable line numbers, locate line 912 and change $pmenu to $admmenu. This will add the dot back inbetween Hide Image and Make Sticky. [BEFORE] 911 { 912 $pmenu .= " · "; 913 } [AFTER] 911 { 912 $admmenu .= " · "; 913 } |
| All times are GMT -5. The time now is 03:45 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0