• spAce
  • blUsh
  • blInk
  • b2Evo
  • e L f

this.b2evolution

An Introduction to the Vagaries of <this.load_of_old.blogin/>
  • Home
  • New to Blogin'?
  • Contact
  • Log In

Search Form Widget

Hard coded paragraph tag around submit button as validator didn’t like any lines of code inside a <form> tag not to be in a block tag.
echo '<p>';
echo '<input type="submit" name="submit" value="'.T_('Search').'" class="search_submit" />';
echo '</p>';

  • March 28th, 2009
  • Category
    Plugins and Hacks
Send feedback »
 

Search Form Widget

Hard coded paragraph tag around submit button as validator didn’t like any lines of code inside a <form> tag not to be in a block tag.

echo '&lt'p>';
echo '<input type="submit" name="submit" value="'.T_('Search').'" class="search_submit" />';
echo '</p>';

  • March 28th, 2009
  • Category
    Background
Send feedback »
 

Search Form Widget

Hard coded paragraph tag around submit button as validator didn’t like any lines of code inside a <form> tag not to be in a block tag.
[code]
echo ‘&lt’p>’;
echo ‘<input type="submit” name="submit” value="‘.T_(’Search’).’” class="search_submit” />’;
echo ‘</p>’;
[/code]

  • March 28th, 2009
  • Category
    Background
Send feedback »
 

Search Form Widget

Hard coded paragraph tag around submit button as validator didn’t like any lines of code inside a <form> tag not to be in a block tag.
[codespan]
echo ‘&lt’p>’;
echo ‘<input type="submit” name="submit” value="‘.T_(’Search’).’” class="search_submit” />’;
echo ‘</p>’;
[/codespan]

  • March 28th, 2009
  • Category
    Background
Send feedback »
 

Problems in Firefox 3

  • July 10th, 2008
  • Category
    Announcements
Send feedback »
 

Get Plugins

Code Plugin: See post by yabba on forum
Sticky Plugin

  • May 22nd, 2008
  • Category
    Background
Send feedback »
 

Edit link moved on 'page_main.php'

More modifying for the page_main.php
As in the last post on ‘Messages Generated From Actions, I want to move the edit link from the left hand column to the bottom of the post as I have in the posts_main.php.

After moving it I formatted it with a <div class="page-edit-link"> with borders, but when not logged in the borders didn’t show and i wanted a separator from the feedback block so I added a border-top to the ‘feedback’ div to separate.

The code in the ‘page_main.php’is: Added before the <div class="clearboth">
<?php
$Item->edit_link( array( // Link to backoffice for editing
'before' => '<div class="page-edit-link">',
'after' => '<div>',
'text' => '#',
'title' => '#',
'class' => '',
'save_context' => true,
) );
?>

Then the <div class="clearboth"> was changed to <div class="comments"> to get a permanent separator, which acts as the bottom border for the edit link when logged in.

with borders, but when not logged in the borders didn’t show and i wanted a separator from the feedback block so I added a border-top to the ‘feedback’ div to separate.

The css codes are:
.page-edit-link{
clear:both;
text-align:right;
width:96%;
margin-left:23px;
padding:5px 3px 2px 0;
border-top:1px dotted blue;
}
.comments{
clear:both;
margin-left:23px;
border-top:1px solid blue;
}

  • May 17th, 2008
  • Category
    Done
Send feedback »
  Tags: edit link, page_main

Message Generated From Actions on 'page_main.php'

I have modified the Message Action for the page view as it looked out of place to the side. As their is no text in the space above the page title I’ve moved it here and made it a long and thinner div.

So the changes, in my modified simple_zen, are:

1. page.main.php Insert immediately after <div id="content” class="column">

<?php
// -----MESSAGES GENERATED FROM ACTIONS -----
messages( array(
'block_start' => '<div class="page_action">',
'block_end' => '</div>',
) );
// --END OF MESSAGES GENERATED FROM ACTIONS --
?>

2. stylesheet.css Add the following
.page_action {
border:1px solid black;
background:#ffff66; color:#000000;
text-align:center;
padding:1px;
margin-left:23%;
margin-top:-24px;
}

  • May 17th, 2008
  • Category
    Done
Send feedback »
  Tags: message action, page_main

Feedback form XHTML Warning

The warning was an empty <span> tag. I found it in [\inc\_core\ui\forms\_form.class.php Line 174. Remove the value and just left ‘’, an empty string.
Line 173: 'title_fmt' => '<span style="float:right"> $global_icons$</span><h2>$title$'."\n",
Line 174: 'no_title_fmt' => ''."\n",
I’ve had to put a space before ‘$global_icons$’ above to make the text wrap to the container.

  • May 17th, 2008
  • Category
    Background
Send feedback »
 
1 2 3 4 5 >>
  • Categories

    • All
    • Announcements
    • Background
    • Help for Users and Admin
      • b2evolution bugs
      • Things I've learnt.
    • Plugins and Hacks
      • Complete
      • Ongoing
      • Wanted
    • Skin Modifications
      • Done
      • To Do
      • Underway
  • this.b2evolution

  • This design is good for keeping keep track of an ongoing story as you can view posts chronologically and filtered by subject. You will be able to comment on most except on Very Persinal post, and can chose to allow such on any you make.

  • March 2010
    Sun Mon Tue Wed Thu Fri Sat
     << <   > >>
      1 2 3 4 5 6
    7 8 9 10 11 12 13
    14 15 16 17 18 19 20
    21 22 23 24 25 26 27
    28 29 30 31      
  • Search





Oops! a daisy


no legs

Can you stand up for
cluster bombs?

"Countries like
The US, India,
Pakistan and Israel

claim such munitions are highly useful on the battlefield"



powered by: b2evolution 2.4.6