This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

invalid url returned for google sitmap

Running drupal 4.7 with google sitemap module showing version 4.7.12 . Mod rewrite enabled and in use.

Problem:

  • submitting repeated sitemaps to google produces error of Invalid URL for the first 10 URLs then drops the map.

Actions taken to remedy the situation:

Storing dynamically generated form pages

Hello ,

I am putting together a contest module and am currently writing a backend administration page which asks the administrator various questions and then generates the form on a page submission .

I can generate the form on the page submission that works fine and i can store the form in the variables table but what i am not sure how to do at the moment is to how to save the form content as a node and access the node like any other node as /node/1234 for example

Would someone offer some guidance here ?

Best Regards
Paul

News Page with aggregator2 nodes?

Is there any work being done on enabling News Page to work with aggregator2 nodes?

If not, how is it possible to build new node or block containing:

-- the title/teaser of all nodes
-->all items containing user-specified keywords
---->from all nodes of a specific node type
---->from all nodes tagged with a specific category term
unless
-->they contain user-specified 'exclusion keywords'

any help welcomed!

idea -ajax theme builder

I am not sure how feasable (or silly) this but, maybe it might ignite some ideas towards, I am not a coder if the idea may not be well founded it is my lack of knowledge of coding and technologies :)

looking to some ideas on ajax form builders -Drupal on progress demo of
http://www.freewebs.com/socdemocode/prototype0/
and others
http://formassembly.com/form-builder-v2.3/
http://www.jotform.com/
http://wufoo.com/demo/

If ajax form builders can build Text input area, Radio buttons, The Text Area, Check Box etc. can they also build themlate elements of html, css, php functions, elements, clases variables

ie.
> add a class
> add a divider
> add a column etc.
http://www.w3.org/TR/html401/index/elements.html
http://www.w3.org/TR/html401/index/attributes.html

add 'content' => t('content'),
add 'header' => t('header'),
add 'right' => t('sidebar'),
add 'left' => t('sidebar'),
add 'footer' => t('footer'),
add 'floater' => t('floater'), etc.

if it is possible Drupal might have full flegged online Template builder

here is a good collection of libraries might be used
http://edevil.wordpress.com/2005/11/14/javascript-libraries-roundup/

maybe it might ignite some ideas towards, as i said i am not a coder if the idea sounds not well founded it is my ignorence of coding and technologies :)

ps: i am not sure I am posting this to the right point in forums, let me know if there is more appropriate place (maybe it should go to theme development?)

Chat modules

I tried installing Yshout but it doesn't seem to work for my 4.7 .. also phpfreechat is under development and it hasn't been updated for 4.7...

So, i made a php page in Drupal to just get going...
It would be nice if any chat module is ready for 4.7 ... please do tell me if any one gets one :)


if (!$GLOBALS["user"]->uid) :
Not logged in - Please log in to access the Chat...
else :

mysql_connect ("localhost", "username", "password") or die 
('I cannot connect to the database because: ' . mysql_error());

if(isset($_POST['ad_shout'])) {
	$sqlshoutSB = '';
	$queryshoutSB = "INSERT INTO `shoutbox` (`SBname` , `SBshout` , `SBdate`)
	VALUES ('".$_POST['SBname']."', '".$_POST['SBshout']."', '".$_POST['SBdate']."')";
	$sqlshoutSB .= mysql_query($queryshoutSB)
	or die(mysql_error());
}
$query = "SELECT count(*) as cnt FROM `shoutbox`";
$sql = mysql_query($query) or die(mysql_error());
$record = mysql_fetch_object($sql);

$query = "SELECT * FROM `shoutbox` ORDER BY `SBid` ASC LIMIT ".($record->cnt-20).",20";
$sql = mysql_query($query) or die(mysql_error());
<?php
while($record = mysql_fetch_object($sql)) {
echo "[".$record->SBdate."] ".$record->SBname.": ".$record->SBshout."

Listhilightnodes?

I'm running Drupal 4.7 and am looking for a new version of the listhilightnodes function for this version. Has anyone come up with a new solution yet?

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions