This is a simple question relation to this drupal.org forum. I noticed that some posts have attachments. How can I attach pictures of my screenshots with my forum posts so as to get my point across better???
Not to kiss butt, but a project is as good as it's management. We got some really motivated, passionate people here, and it's awesome to see something so successful.
I love modules on drupal, I think sometimes the amount of them can be confusing.
I have created a form in this fashion that there are rows as many as records in the the database.
****************"****Start of Form"***********************************************
****************"****Starting of Loop"*********************************************
"Checkbox(column1)"............................ "Image(column2)".........................."Title(column3)"
..........
.........
........
.........
........
******************end of loop***************************************************
******************submit button*************************************************
******************end of form***************************************************
The checkboxes have the IDs of the records.
*************************************************************************
<?php
function acidfree_album_print_service()
{
global $user;
$type = new stdClass();
$type->message = t('There is no image');
$form = array();
$print_res = db_query("SELECT * FROM {print_service} where uid='$user->uid'");
$total_print_num = db_num_rows($print_res);
if($total_print_num>0)
{
while ($node = db_fetch_object($print_res))
{
$node = node_load($node->nid);
$confirm_nid = db_query("SELECT * FROM {node} where nid='$node->nid'");
I really appreciate the speeder response of 'My recent posts' but it has an undesired cost. Posts with new comments (to forum topics at least) no longer float to the start of the list, instead they seemed to be position based on the some other that latest comment. This makes it hard to follow new questions/replies to older topics. Given I use 'My recent posts' to keep up with things I have an interest in or have answered this is a bit of a drawback.
hehe im sort of just posting this to satisfy my own curiosity..
The "my recent post"-page in my account states, apart from listing the posts I have actually written, that i have written an anonymous post.
It was posted, if i was to believe the system, no more than 37 years and 23 weeks ago.. Did Drupal exist before the internet? That'd be an offline version then.....:D
Not to mention that the post is like 15 years older than I:)