Started 2 days, 18 hours ago (2009-11-26 03:18:00)
by VeryMisunderstood
in future edit your older node and move it.
Started 2 days, 18 hours ago (2009-11-26 02:48:00)
by Jay Matwichuk
Generally the best way to share content across systems (not just websites) that weren't made to interact with each other is XML.
What I would suggest is setting up your own RSS type output (it doesn't have to conform to RSS rules though, since you are making it to work on sites you have made with sites you have made) that is accessible at a certain URL, and outputs the data you want in XML ...
Started 2 days, 19 hours ago (2009-11-26 02:10:00)
by Mark in SC_USA
Here is the line (26) from the above referenced file:
function pc(a,b){var c=a.style;c[$b]=b.getWidthString();c[Nb]=b.getHeig htString()}
The offending character appears to be the ";" after "a.style".
Started 2 days, 19 hours ago (2009-11-26 02:02:00)
by Jay Matwichuk
1) yes - you take the code, and make a module of it! I think you were looking for some sort of automated method though, and I would say no, there
isn't anything like that.
2) You need to use the Forms API to define a form, and drupal_get_form() if you want forms to work in Drupal. You can't just drop a form in and have it work - for security reasons it is designed not to do that. When ...
Started 2 days, 19 hours ago (2009-11-26 01:53:00)
by Jay Matwichuk
I'm not so good with .
htaccess commands, but I'm about 90% sure you could/would do it in there. Basically you set up a redirect rule to the main domain, with an exception for existing domains.
Started 2 days, 23 hours ago (2009-11-25 22:29:00)
by gpk
>don't think it needs to be as involved as an actual CCK type
For starters I would suggest creating a CCK
text field manually. Then all storage questions are handled for you. It's then easy to intercept node submission from your own module and do whatever you want with the text field.
HTH,
Started 2 days, 22 hours ago (2009-11-25 22:50:00)
by VeryMisunderstood
how is your modules .info file constructed?
Started 3 days, 11 hours ago (2009-11-25 10:26:00)
by ayman_ar
Why not through the node.
tpl.php template? Thats how I did it
Started 2 days, 20 hours ago (2009-11-26 00:42:00)
by Boua
when I go to admin/settings/xmlsitemap
I get the following error, Its really strange because I didn't have this before
* user warning: Unknown column 'access' in 'where clause' query: SELECT COUNT(id) FROM xmlsitemap WHERE type = 'menu' AND access = 1 AND status = 1 in /home/dakairo/public_html/modules/xmlsitemap/xmlsi temap.admin.inc on line 296.
* user warning: Unknown column ...