Likes Received By s_ruben
-
sixrfan liked s_ruben's post in the thread Hiding input field.
If I understood you right, you need this css code: .product-list-control input{display:none;}
Oct 10, 2011 -
KrøniiK liked s_ruben's post in the thread What's wrong with my factorial calculator code !.
Change the file calcfactorial.htm to: <html> <head> <title>Example</title> <script type="text/javascript"> function...
Jan 22, 2011 -
ad2310 liked s_ruben's post in the thread Category problem in WP.
I think it is permalink structure problem. What permalink structure do you use? If you change it to default it has to work correctly.
Jan 19, 2011 -
sultanofseo liked s_ruben's post in the thread Remove date/Author Info From Default Wordpress Theme.
Open the single.php file from the theme directory and delete the lines 25,26 and 27: <div class="entry-meta"> <?php...
Dec 4, 2010 -
Luke Watson liked s_ruben's post in the thread Please need help with my code.
Change //mark question 3 if (document.frmTest.txtQu3.value == "while (PHP: Hypertext Preprocessor)") { yourmark += 1;...
Oct 20, 2010 -
demondestiny liked s_ruben's post in the thread What am i doing wrong?.
Do you want this? <html> <head> <title>Times Tables</title> <style type="text/css"> body {...
Sep 7, 2010 -
anilinkz liked s_ruben's post in the thread How to add a "?" after every 2 characters?.
Here is what you want: var key=''; var str = 'aaabacadag'; for(var i=0; i<str.length; i++){ if(i%2==0){ key += "?"; }...
Aug 30, 2010 -
Magina™ liked s_ruben's post in the thread Need Help - Simple Array problem.
So do it like this: function add_values($arr,$values){ $values = explode(",",$values); foreach($values as $value){ $arr[] =...
Aug 18, 2010 -
cini liked s_ruben's post in the thread How to exclude an added(to page.php) code from pages?(Wordpress).
<?php if(get_the_ID()==2){ if (function_exists('fvCommunityNewsForm')) fvCommunityNewsForm();...
Jun 16, 2010 -
jonhyhar liked s_ruben's post in the thread img and php.
Try this: $id = intval($_GET['id']); $the_image_file = "/img/".$id.".jpg"; $image = imagecreatefromjpeg($the_image_file);...
Jun 15, 2010 -
ridesign liked s_ruben's post in the thread Fill Input box on Clicking Image.
Try this: <head><script type="text/javascript" language="javascript"><!-- function fill(a) { var MyElement =...
Apr 23, 2010 -
Alevoor liked s_ruben's post in the thread Is it possible to display TEXT widget on "Select Posts" only?.
I have found a plugin, and if it doesn't help you I'll write the script. http://wordpress.org/extend/plugins/slayers-custom-widgets/
Apr 3, 2010 -
juhasan liked s_ruben's post in the thread Each Page Have Different Widgets?.
I think this plugin will help you http://wordpress.org/extend/plugins/slayers-custom-widgets/
Mar 23, 2010 -
Silver89 liked s_ruben's post in the thread Javascript Array.
Try this: <script type="text/javascript"> var testArray2 = new Array(); testArray2[0] = new Array("51.2667","1.0833"); testArray2[1]...
Mar 23, 2010 -
monkeyclap liked s_ruben's post in the thread if form empty or default text, then no action/reload page?.
A simple example to do it: <html> <head> <title>Enter Keywords</title> </head> <body> <form name="enter_keywords_form"...
Mar 6, 2010 -
JohnS0N liked s_ruben's post in the thread Escape Tags /".
Change the code echo get_option('bizzthemes_box1_content'); to echo stripslashes(get_option('bizzthemes_box1_content')); Do it...
Feb 24, 2010 -
baris22 liked s_ruben's post in the thread i need a small help on a query.
And you can use this code too: $query="SELECT * FROM item WHERE orderr_reference = '".$ref."' AND item_done='No' ";...
Feb 16, 2010 -
TheCooldude liked s_ruben's post in the thread Wp Tags not working, pls help!.
Do the posts work correctly by category or by date?? Do you try it?
Feb 14, 2010 -
deemainer liked s_ruben's post in the thread writing input list box to file.
@danx10 File cannot contain the same links. If you enter the same link it must not be written in the file again.
Feb 8, 2010