All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - DEVO1

Pages: [1]
1
WP-PostRatings / rating not appearing
« on: 12 January 2009, 03:05 »
Im learning to install  and creating my own. so used the default template to test it.
so i followed http://lesterchan.net/wordpress/readme/wp-postratings.html very correctly so try learn to do my own. When i set the <?php if(function_exists('the_ratings')) { the_ratings(); } ?>   it dont function or display anything on webpage.. devo1.com so when i tried do [rating] in post edit it was working fine even mouseover works great odd!..

So i couldnt figure out why anybody got any idea? :)

2

level5
avatar
I created the category box to addtional to my sidebar for my wordpress. I tested on my dreamweaver cs4 it works great but when i update to my server and things. it wont work.. i was so puzzled i did coding very correct but i couldnt figure out why.. help!

Can be seen at smashingcss.com forgive me people its not finished cause its new site so still working on it.

html code is

<link href="style.css" rel="stylesheet" type="text/css" />
<div class="bl">
    <div class="br">
      <div class="tl">
        <div class="tr">
          <div id="categories">
            <div class="text"></div>
            <form action="<?php echo $PHP_SELF ?>" method="get">
              <?php dropdown_cats(); ?>
              <input type="submit" name="submit" value="view" />
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>

Css code for this item

#categories {
  background: #000;
  list-style-type: none;
  height: 170px;
  width: 270px;
}
#categories .text {
  font-size: 12px;
  font-weight: bold;
  color: #B3B3B3;
  text-transform: uppercase;
  background: transparent url(images/t_categories.gif) no-repeat left center;
  height: 15px;
}

#categories .postform {
  width: 178px;
  text-align: left;
  background: #333;
  border: 1px solid #333;
  font-size: 11px;
  font-weight: bold;
  text-transform: capitalize;
  color: #CCC;
  padding: 2px;
}

#categories .submit {
  margin-left: 3px;
  width: 63px;
  background: #000;
  border: 1px solid #333;
  font-size: 11px;
  font-weight: bold;
  color: #CCC;
  text-transform: uppercase;
  padding: 2px;
}
#categories li {
  list-style-type: none;
  list-style-image: none;
}
.bl {
  background: #000 url(images/bl.gif) no-repeat 0 100%;
  width: 270px;
  margin-bottom: 5px;
}
.br { background: transparent url(images/br.gif) no-repeat 100% 100% }
.tl { background: transparent url(images/tl.gif) no-repeat 0 0 }
.tr {
  background: transparent url(images/tr.gif) no-repeat 100% 0;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.clear {font-size: 1px; height: 1px}

----------------------------------------
Regards,
Nick

3
PHP + MYSQL / Category drop down menu - Wordpress
« on: 03 January 2009, 05:56 »
Hey guys im only very good with css / html / design. but im new with wordpress concept so bear with me cause im newbie :)

Anyway back to point i searched everywhere to figure out by how can making a drop down menu "pull down menu" for categories any expert wordpress guys or anything know. please help me out :) thanks..

4
WP-PostRatings / Some issues has ran into with rating
« on: 03 January 2009, 05:26 »
Its so strange!! It worked before on other site.. now it dont even work on my current site.. mouseover of star and function works fine.. but once anybody or myself click on rating like  4 it loads fine but it keep saying (1 votes, average: 0.00 out of 5, rated)   it wont rate theirself locked in yet. really freaky.. so anybody can help? :(

Regards,
    Nick

Pages: [1]