Manual Skin Mods


Notice: Undefined variable: params in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 63

Warning: array_merge(): Expected parameter 2 to be an array, null given in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 63

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 70

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 80

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 85

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 91

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 93

Updated Manual Skin on vOw and vyaj not elf
March 23rd Mod to vOw only See page 2

1. /skins/manual/_catdir.disp.php
(commented out buttons) Various edits; see file

2. /skins/manual/_item_list.inc.php
line 35 delete $item_edit_link.
to remove edit button from list of posts

3. /skins/manual/_item_block.inc.php

line 79 delete

de>

line 98 amend by adding the above button.
Add as part of the echo statement after the p tag
Place in span instead of the div and add a space at the end to move edit button to bottom of post

Added echo </p>; to end notes paragraph
then added

<?php
if(!isset($current_User) )
{
echo ('
Only logged in users can see or leave comments
');
}
?>

Also earlier just before Feedback code add

if(isset($current_User) and ($current_User->level)>1){

and closing } to end Feedback code block.

4. Added to [_html.header.php] before <body> tag

<link rel="icon" type="image/gif" href="https://calstock.org.uk/<?php echo $Blog->name ?>/favicon.ico" />
<link rel="stylesheet" href="https://calstock.org.uk/media/blogs/vow/calendar.css" type="text/css" />
<script type="text/javascript" src="https://calstock.org.uk/rsc/js/calendar.js"></script>

5. Uploaded [calendar.js] to[/rsc/js] and
updated <body> tag to < onload="startclock()" >

Pages: 1·