×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: User personal/private motivational quote

User personal/private motivational quote 11 years 4 months ago #18653

  • Louie Verardi
  • Louie Verardi's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
I would like to see a new plugin that is similar to the CNotes plugin. It would be used for a user to put in their own motivational quote(s) on a page. I know that this can be done with CNotes, but I would like to use CNotes and this on the same page, but in different locations.

Also, is it possible to have CNotes and this new plugin, optionally have a larger input area?

Thanks in advance.

User personal/private motivational quote 11 years 4 months ago #18719

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Louis,
I'm sorry, but we don't plan to create a new extension just for motivational quotes.

You can change the input area - just need to modify 1 line of code in media/mod_cnotes/css/cnotes.css
.cnotes textarea {
    width: 160px;
}

you can change the width and add height for example.

Regards,
Daniel

User personal/private motivational quote 11 years 4 months ago #18725

  • Louie Verardi
  • Louie Verardi's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Can I just take Cnotes and replace "cnotes" everywhere with "Cquotes" in the PHP code, renaming, etc? What else would need to be done?

User personal/private motivational quote 11 years 4 months ago #18778

  • Louie Verardi
  • Louie Verardi's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Does the newest release have the same code that I can modify to make the box wider?

ie - .cnotes textarea {
width: 160px;
}

User personal/private motivational quote 11 years 4 months ago #18782

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Yes, the new version has the same code.
  • Page:
  • 1
Time to create page: 0.185 seconds