I have several "wrapper" files in a module under development. They are
essentially outside the purview of drupal and consequently I can not
think of a way to modify them within a theme. They fetch a jason object
with curl and create an html file. The file is then used to replace the
content of a portion of a block on a drupal page using jQuery ajax.
Although the styling can be adjusted by the theme with css, the
structure or layout cannot be. Are there any tricks out there that
would allow these wrapper files to be themable?
Hi,
Am looking Chat module , Tell me Which module has most feature like instant
message, private,public,group chat feature ,
There is IM module but not much features ,
Refer once module that has these above r\features ,
Thanks
Fellow Drupalers,
My project uses Views 2 and the Table Wizard (project/tw) with an external database. The decision is to use this process to build pages based entirely on Views of data from tables in this other database, and not from nodes (or data in Drupal's DB).
The URL structure for these pages would utilize arguments in the same URL positions:
* /first/second/third/
One section may be /first/second/, while another context would be the same URL structure, yet with different content. Easy enough to do with a static website and directory structure.
Is "PHP Code" validation on the arguments (within the Views UI) where I should focus my attention?
I could validate upon a few example sets of data with PHP:
* State (CA): /first/CA/[title]
* Industry (Construction): /first/Construction/[title]
* City, SIC code, etc.
Does this seem like the right direction? Am I missing some general point that's obvious to you?
I have searched for more detailed information on Drupal.org (and Google), but this seems limited. Especially since I'm using Table Wizard with Views.
Thank you,
Kevin
---
Quevin, LLC
Quevin.comtwitter.com/Quevinlinkedin.com/in/quevin
Phone/SMS: (415) 742-1086
Personalized Web Design, Development &
Drupal CMS/Blog Specialization
In the San Francisco Bay Area
I'm trying to get the animation you see here
http://capricaribbean.org/newspage on the banner
to go on indefinately. Im no jquery expert so here is the code I came up
with from googling and hacking around.
Unfortunately it goes for only 1 cycle then says
"Error: doMessages is not defined"
can I get some help on doing this right please
<script>
$(document).ready(function () {
function doMessages() { $("#msg1").fadeIn(3000, function ()
{$("#msg1").fadeOut(3000, function () { $("#msg2").fadeIn(3000, function ()
{$("#msg2").fadeOut(3000, function () {$("#msg3").fadeIn(3000, function ()
{$("#msg3").fadeOut(3000, function () {$("#msg4").fadeIn(3000, function ()
{$("#msg4").fadeOut(3000);});})})})})})});
setTimeout( ' doMessages();', 500 );}doMessages();
});
</script>
<style>
.msg{
color:#E9E3D6;
font-size:20px;
font-weight:bold;
left:690px;
position:absolute;
text-align:center;
top:30px;
width:300px;
display:none
}
</style>
<img src="/sites/default/themes/theme078/images/banner_news.jpg" border="0"
class="logo" /></a>
<div id="msg1" class="msg">Telling The Story From Another Angle</div>
<div id="msg2" class="msg">Get Turned On To The Economy</div>
<div id="msg3" class="msg">Fresh Voices, Fresh Perspectives</div>
<div id="msg4" class="msg">When You Need To Know What The Heck Is Going
On</div>
In regards to my Citysearch API module, tracking clicks from mobile
devices requires that a device id or phone number be included in the
javascript arguments. I don't know where to find this information. My
mobile phone has been borrowed for the day so I can only emulate on
firefox. I've looked through the output of phpinfo() and
$requestingDevice->getAllCapabilities(); but can find nothing that looks
appropriate. I suspect that the wurfl API contains a function I'm
unaware of. My google searches have so far come up empty.
Hi,
I am writing a module for drupal, but I always need to re-install my
module to make it work. Is there a way to make my changes working
without reinstall?
Thanks!
VVThumb Microproduction
Location:Room 807,QiLuRuanJianDaSha Qilu Software Park
No. 1 Shunhua Rd High-Tech Development Zone
Jinan, China 250101
Website: http://www.haulynjason.net/haulyn
Mobile: +86 15854103759
Haulyn Jason
> ------------------------------
>
> I think you need ImageFiled... http://drupal.org/project/imagefield
>
> Met vriendelijke groet,
> Frans Kuipers
>
Image Field is already installed and enabled.
But no CCK Image content type.
My feeling is that there is an unstable configuration after
installing, enabling, removing ..etc.. different modules but all
related to Image and Gallery solutions (CCK or others modules) for
testing purposes.
Maybe there are some incompatibilities between these modules linked to
different implementations ?
How to refresh and reset these configurations ?
Bye,
Bruno
>> Hello,
>>
>> I installed module CCK_Gallery and activated it (with required
>> dependencies like imageCache and imageAPI ..etc..).
>>
>> The module instructions mention a content type 'CCK Image' that should
>> be created.
>> However cannot find it in Content Type.
>>
>> Did I missed something ?
>>
>> Thanks,
>> Bruno
>>
>> --
>> Linux Counter #353844
>> http://counter.li.org/
>>
>>
>> ----------------------------------------------------------------
>>
>> --
>> [ Drupal support list | http://lists.drupal.org/ ]
>>
>
Hello,
I installed module CCK_Gallery and activated it (with required
dependencies like imageCache and imageAPI ..etc..).
The module instructions mention a content type 'CCK Image' that should
be created.
However cannot find it in Content Type.
Did I missed something ?
Thanks,
Bruno
--
Linux Counter #353844
http://counter.li.org/
----------------------------------------------------------------
Hi there!
I have a problem to import the module and FileField import_content. My
site has (and grow) over 10000 with FileField uploads, manage them
better used wildcards [user] - [site-date-dd] [site-date-mm]
[site-date-yyyy], because they put slow with queries in views.
The problem is that by using the form import_content, I get the following error:
Input error: hoja 7485.tif is not allowed for Archivo (not a file in
sites/default/files/[user]-[site-date-dd][site-date-mm][site-date-yyyy]).
I've been using this module perfectly, the problems began when I
deploy the wildcards for the FileField path.
This is a problem between the modules (like date and conten_import)?
if so, is there some patch?
Thank you very much for your time and therefore aids.
Sincerely Gustavo.-