Topic: Quotable Quotes

i'm currently working on a Quotable Quote extension

Currently the basis is created for an admin interface and the display part is ready ...

so what would you guys like to see in it?

Currently the idea is simply replace the <!-- forum_qq --> part in the template by a display of an random QQ from the db and of course an admin interface for it smile

Any config vars required? Anything else on the wishlist?

preview:
user: cereal
pass: test
http://cereal.box.sk/punbb/punbb-1.3.2/index.php

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

2 (edited by KeyDog 2009-01-14 10:26)

Re: Quotable Quotes

very nice! look forward to trying it !

this lends itself very well to promotion use aswell
instead of quote x
you have information on how to do things

like a DID YOU KNOW  thing so that users know better how to use site!

this is brilliant!

Re: Quotable Quotes

Version1.0 is released

http://punbb.informer.com/unofficial/pu … /qq/qq.tar

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

Re: Quotable Quotes

Get this after installation when I click on QQ in admin menu

Database reported: Table '*****_qq' doesn't exist (Errno: 1146).

5 (edited by Cereal 2009-01-16 14:11)

Re: Quotable Quotes

i think you where a little bit to fast smile

i just tested it (with the dloaded version) and it worked, i only hit commit when i created this post, so try and redload it smile

be sure to have Revision 61

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

Re: Quotable Quotes

Cool. Added a quote.

Now question: How do I turn it "on" - i.e. to show on front page or where will it show?

Thx!

Re: Quotable Quotes

ah you have to add <!-- forum_qq --> to the template (main.tpl) at the position you want it to show smile

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

Re: Quotable Quotes

Works!
thx a lot - very cooool ! big_smile

main.tpl:


<div id="brd-main">
    <!-- forum_main_title -->
      <!-- forum_qq -->
    <!-- forum_crumbs_top -->
    <!-- forum_main_menu -->
    <!-- forum_main_pagepost_top -->
    <!-- forum_main -->
    <!-- forum_main_pagepost_end -->
    <!-- forum_crumbs_end -->
</div>

Re: Quotable Quotes

http://neworder.box.sk/forum-new/index.php <= an example smile

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

10

Re: Quotable Quotes

*box.sk  brings back memories big_smile
nice site


question: do you plan on adding EDIT quote function to admin section ?

11 (edited by Cereal 2009-01-17 10:29)

Re: Quotable Quotes

KeyDog wrote:

*box.sk  brings back memories big_smile

lo good or bad?

KeyDog wrote:

question: do you plan on adding EDIT quote function to admin section ?

yeah, in a while smile

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

12

Re: Quotable Quotes

lo good or bad?

good big_smile

yeah, in a while

excellent. noticed at the mom if I uninstall all the quotes are gone - when just upgrading that is a bit frustrating. it all always disappears right?

new question: assuming I want a set running at the top and a different set running at the bottom
is that hard to implement for you?
then it would also be good if one could set ON/OFF in the actual set of quotes - at the moment if I want them to go away I have to uninstall and loose all right?

thanks again for great tool though big_smile

13

Re: Quotable Quotes

KeyDog wrote:

excellent. noticed at the mom if I uninstall all the quotes are gone - when just upgrading that is a bit frustrating. it all always disappears right?

yeah its all gone, maybe i should have a look and see if there is some sort of upgrade tag in manifest.xml smile

KeyDog wrote:

want a set running at the top and a different set running at the bottom
is that hard to implement for you?

i'll add an optiosn page with a on/off function smile

nops not at all, i,ll create a second ta forum_qq_2 for the second quote smile


KeyDog wrote:

then it would also be good if one could set ON/OFF in the actual set of quotes - at the moment if I want them to go away I have to uninstall and loose all right?

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

14

Re: Quotable Quotes

Cereal wrote:

yeah its all gone, maybe i should have a look and see if there is some sort of upgrade tag in manifest.xml

if(!defined('EXT_CUR_VERSION'))
{
//extension not installed
}
else
{
//probably an upgrade
}

Re: Quotable Quotes

Can members can post their own quotes? If so, how can i set it?

16

Re: Quotable Quotes

nops, it not possible yet smile

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

17

Re: Quotable Quotes

version 1.1 is online

changes:
- added enable/disable to settings page
- made it possible to have 2 quote outputed (forum_qq and forum_qq_2)

version 1.2 wil include:
- will be depended on jsbase
- quotes will be dynamicly updated (every x seconds), of course configured
- update possibility, without dropping the db

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

18 (edited by KeyDog 2009-01-19 20:30)

Re: Quotable Quotes

Version v1.1. <-- says that in my installation
BUT
only one set of quotes  EDIT 2: or will the quotes just be used from the ONE set and alternatively show when I put different qq's in main.tpl?
EDIT: ah , settings start is where to enable disable... that's already clearing smile

cool stuff. getting better and better big_smile