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.


Author Topic: Formatting Text relative to Stars Display  (Read 2398 times)

0 Members and 1 Guest are viewing this topic.

Offline thekaboomer

  • Newbie
  • *
  • Posts: 4
    • View Profile
Formatting Text relative to Stars Display
« on: 28 April 2008, 17:10 »
I have what's probably  a very simple question: how can I get the stars and text to display on successive, separate lines, like this:

stars
text

I have the plug's results formatted in a narrow, vertical box, and cannot get the two elements to appear this way. I've messed with post-ratings.css, but to no avail.

WP 2.5
Mandigo Theme (latest version)

I'm building my blog locally, so I can't link to it, but you can check this guy's blog out to see roughly what I'm trying to achieve:

http://www.scottandrew.com/wordpress/songs/save_you/a_new_year


I noticed that there's a </br> in his code between the stars and the text, but not in my page code. Can't figure out how it gets there - any help very appreciated. Thanks!

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Formatting Text relative to Stars Display
« Reply #1 on: 29 April 2008, 01:05 »
wp-admin -> ratings -> ratings options

++ lesterchan.net - Lester Chan's Website

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.

Offline thekaboomer

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Formatting Text relative to Stars Display
« Reply #2 on: 29 April 2008, 07:25 »
thanks, gamerz

I've actually done a lot of messing around in the Options control panel, but to no avail with this issue.

I tried tossing a couple of </br>'s into the "Ratings Vote Text" template to see if that would make a difference, like this:

%RATINGS_IMAGES_VOTE% (<strong>%RATINGS_SCORE%</strong> rating, <strong>%RATINGS_USERS%</strong> votes)<br /><br/><br/>%RATINGS_TEXT%

But no dice. Is this where I'm supposed to make changes, and what should they be?

Thanks!

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Formatting Text relative to Stars Display
« Reply #3 on: 29 April 2008, 11:24 »
try inserting text to see if the text is rendered.

++ lesterchan.net - Lester Chan's Website

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.

Offline thekaboomer

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Formatting Text relative to Stars Display
« Reply #4 on: 29 April 2008, 17:26 »
Yes text is rendered. For instance, this code, entered in the Ratings Voted Text field,....

---------------------------------------

%RATINGS_IMAGES% </br>TEXT

%RATINGS_USERS%  votes so far

TEXT

--------------------------------------

...results in a display of

---------------------

stars TEXT

2 votes so far

TEXT

---------------------

....with a break between each of those lines

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Formatting Text relative to Stars Display
« Reply #5 on: 29 April 2008, 17:31 »
Eh br is <br /> and  not </br>

++ lesterchan.net - Lester Chan's Website

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.

Offline thekaboomer

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Formatting Text relative to Stars Display
« Reply #6 on: 29 April 2008, 18:39 »
thanks gamerz - after all this, it turned out to be a css issue. I appreciate your help!

Offline gofree

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Formatting Text relative to Stars Display
« Reply #7 on: 13 May 2008, 07:26 »
thanks gamerz - after all this, it turned out to be a css issue. I appreciate your help!


Meant you got it fixed??! How? I tried the <br /> but still no luck.

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Formatting Text relative to Stars Display
« Reply #8 on: 13 May 2008, 15:04 »
What template are you trying to modify?

++ lesterchan.net - Lester Chan's Website

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.