Postings by Dipen

[support] Social bookmarking with drupal

Hi,

Searching for social bookmarking module on drupal yields many results but
all of them (untill i missed any) integrate a 3rd party service like share
this, add to any etc etc.

[support] Showing same block in different regions.

Hi,

Its interesting how drupal use cases stumps you even after years. I was
wondering how would one place the same block (lets say user login block) in
different regions on different pages (block visibility) in the same theme of
course.

[support] Views 2 and Reverse node reference

Hi,

I have 3 content types Album, Artist, Audio (from audio module) I have
added node reference in the following order:

Artist is referenced from Album and Audio
Audio is referenced from Album

When I try to retrieve a list of all albums in the sytem with Album and
Artist info as I have artist referenced from Album, its straight forward.
Where as When I wish to list Albums per Artist on view of artists, I dont
get anything back as artist is referred by album and not vice versa.

[development] Ctools form wizard

Hi list,

Can I mix system form with a custom form in ctools form wizard, I wish to
create a wizard containing 1 node add form and 2 custom forms. I have
briefly looked at advanced help of form wizard and I think there would be
problem in dealing with _submit of node add form in module space. Has anyone
encountered this before?

[development] Imagecache : File is cached by browser.

Hi,

I am using imagecache for my user profile page, when i update image with a
new image imagecache doesn't rename the image file name but successfully
update the image on the server. Browser cached the image and shows the old
image upon refresh, I wanted to ask if I can programmatically get around
this problem?

have u had problems with stale image showing even after updating the image
with new one? Any ways to get around it?

Cheers
Dipen

[development] Replacement for token functions in D7.

Hi,

Now that token in is D7 core, whats the replacement for
token_get_list($type). How can I find list of token's associated with a type
(or thats not the right understanding)
Previously I would do token_get_list('node') to get node tokens. I couldn
find it in token.inc, Also if anyone knows any link for changes in token
usage starting from D7.

I did find token_scan($text) but I think it just find list of tokens in a
text.

Cheers
Dipen

[development] PHP checkstyle

Hi list,
After searching google for 1 hr I am still unable to find an equivalent for
java checkstyle for PHP which would play nice with eclipse. I could find
this
http://developer.spikesource.com/wiki/index.php?title=Projects:phpchecks...
one abandoned project with no releases on sourceforge. Does anyone
know
of checkstyle eclipse plugin for PHP (doesnt need to be all featureful).
Also how do you manage this kind of task? Checkstyle eclipse plugin for java
- http://eclipse-cs.sourceforge.net/

Thanks

Dipen