Search found 16 matches

by mastergaurav
Mon Jun 02, 2008 6:26 pm
Forum: General discussions
Topic: S9Y and Digg -- Some and A lot of Problems...
Replies: 3
Views: 2690

Re: S9Y and Digg -- Some and A lot of Problems...

garvinhicking wrote: Hm, that site seems to be allright. Maybe you can disable GZIP to see if it is related?
Where do I do that?
by mastergaurav
Mon Jun 02, 2008 5:48 pm
Forum: General discussions
Topic: S9Y and Digg -- Some and A lot of Problems...
Replies: 3
Views: 2690

S9Y and Digg -- Some and A lot of Problems...

I have my company blog at http://eduzine.edujini-labs.com/
I tried to submit the URL
http://eduzine.edujini-labs.com/archives/29-Dojo-on-Google-Web-Toolkit.html

but Digg always reports "This link does not appear to be a working link. Please check the URL and try again.".

I tried to look through ...
by mastergaurav
Sun Oct 08, 2006 8:06 am
Forum: Plugins
Topic: Google Adsense "Search" Plugin
Replies: 2
Views: 2765

Google Adsense "Search" Plugin

Oh yes... I've also made the Google Adsense "Search" Plugin.

Still few hard-codes... will remove them and make available for download at the EduJini website.

Should be expecting the new download available within some time soon... not slept since long... just going to sleep.

In the meanwhile, see ...
by mastergaurav
Sun Oct 08, 2006 7:57 am
Forum: Plugins
Topic: Google Adsense Plug-in: Updated
Replies: 1
Views: 2344

Google Adsense Plug-in: Updated

Hi,

I have made updates to the "Google Adsense Plug-in" and been able to update it to version 1.0

The new version now has options for choosing various color options that were absent in version 0.1

Probably my next update would be add support for various "Built-in Themes" available in Google ...
by mastergaurav
Sun Oct 08, 2006 7:40 am
Forum: Plugins
Topic: Mail Plugin -- "Not immediate but when public"
Replies: 3
Views: 3043

Mail Plugin -- "Not immediate but when public"

Hi,

What I want to achieve is as follows:

Whenever a new entry is 'made available' from s9y, it should be sent to an email specified.

I found the 'Mail' plugin however the problem is that it would send an email immediately as one does 'Save'.

Whereas, what I want is that the mail should be ...
by mastergaurav
Sun Oct 08, 2006 7:32 am
Forum: Plugins
Topic: Yahoo! Groups Plugin
Replies: 3
Views: 2982

perhaps is it a good idea to give us a chance to download the source to have a look?
Ok... here is from you can download the plugin (zip file).

http://downloads.edujinionline.com/inde ... egory&id=8



Cheers,
Gaurav Vaish
http://www.mastergaurav.com
http://www.edujinionline.com
by mastergaurav
Sat Oct 07, 2006 12:33 pm
Forum: Development
Topic: Not directly S9Y... but probably Smarty
Replies: 4
Views: 6041

Re: Not directly S9Y... but probably Smarty

You must assign a name to the loop!

Hi Garvin,

Thanks! It just works beautifully. I think I am learning Smarty pretty fast :P


Cheers,
Gaurav Vaish
http://www.mastergaurav.com
http://eduzine.edujinionline.com
by mastergaurav
Thu Oct 05, 2006 9:14 pm
Forum: Plugins
Topic: Yahoo! Groups Plugin
Replies: 3
Views: 2982

Yahoo! Groups Plugin

Hi,

I have designed a small "Yahoo! Groups" plugin for the sidebar...

It has two configuration entries:

1. Group-ID (Yahoo!Group EMail)
2. Display Type (Simple Join-Button or Subscription-Box)

A very simple plugin -- nothing smart in it.

I would like to make it available for public... may ...
by mastergaurav
Thu Oct 05, 2006 6:59 pm
Forum: Development
Topic: Not directly S9Y... but probably Smarty
Replies: 4
Views: 6041

Re: Not directly S9Y... but probably Smarty

I think you are looking on the wrong, inner smarty foreach loop.

I had it on the outer loop:

{foreach from=$entries item="dategroup"}
<div class="serendipity_Entry_Date">
{if $dategroup.is_sticky}
<h3 class="serendipity_date">{$CONST.STICKY_POSTINGS}</h3>
{else}
<h3 class="serendipity_date ...
by mastergaurav
Thu Oct 05, 2006 6:42 pm
Forum: Plugins
Topic: Google Analytics Plugin
Replies: 7
Views: 4939

Re: Google Analytics Plugin

Ok... gotcha.. the 'HTML Nugget plugin'.
But then, it will add its own 'section' / 'entry' in the sidebar.

Anyway, I got a workaround... since I had to mention about ToS... I've updated my plugin to have the following entries:

1. Analytics Account ID
2. Location of the page (url, with or without ...
by mastergaurav
Thu Oct 05, 2006 6:39 pm
Forum: Bugs
Topic: HTML Editor
Replies: 2
Views: 2576

Re: HTML Editor

Thanks!
I worked wonders!


Cheers,
Gaurav Vaish
http://www.mastergaurav.com
http://www.edujinionline.com
by mastergaurav
Thu Oct 05, 2006 1:51 pm
Forum: Development
Topic: Not directly S9Y... but probably Smarty
Replies: 4
Views: 6041

Not directly S9Y... but probably Smarty

Hi,

I am trying to emit out a google ad only on the last entry on the page.

I am trying to use the code as follows:

{if $smarty.foreach.dategroup.last}
.... Place google-adsense-code ....
{/if}

However, I am getting ad on all the entries.

Am I doing something wrong?


Cheers,
Gaurav
by mastergaurav
Thu Oct 05, 2006 5:59 am
Forum: Plugins
Topic: Google Analytics Plugin
Replies: 7
Views: 4939

Re: Google Analytics Plugin

I think you do not make a new plugin for this but you take a html nugget, right?

Naive question... what's the difference between the two?
by mastergaurav
Thu Oct 05, 2006 3:19 am
Forum: Plugins
Topic: Google Analytics Plugin
Replies: 7
Views: 4939

Re: Google Analytics Plugin

This site uses <a href="/pages/google-analytics.html">Google Analytics</a>.

Hey! Thanks... I didn't notice this :)

One more question... I would like this plugin to be made available for everybody to use. Who should I talk to?

And if somebody can help me on http://www.s9y.org/forums/viewtopic ...
by mastergaurav
Wed Oct 04, 2006 8:43 pm
Forum: Bugs
Topic: HTML Editor
Replies: 2
Views: 2576

HTML Editor

Hi,

Not sure if I should call it a bug or a 'missing feature' or 'something that I do not know how to control'? :?:

I added some raw html code in HTML (<>) mode. I have a bunch of '<pre>' content. All is fine but for the extra '<br/>' tags emitted at the end of each line.... and I don't know how ...