I want to pull values from the flexinode tables in the database and I'm having trouble.
I have created a Flexinode called "Matches"
The matches flexinode has: date of match and team name among others but the main ones i require are team name and date of match
the tables I want to pull info out of are: flexinode_data and flexinode_type
Where Team Name is field_id is 11
And Date of Match is field_id 12
field_id textual_data numeric_data nid
11 Red Sox 0 34
12 156480000 34
11 Blue Beards 0 36
12 225640000 36
Now I can pull the values fine, but the problem is
I end up with the above table when I want it to display like this:
field_id textual_data numeric_data nid
11 Red Sox 156480000 34
11 Blue Beards 225640000 36
Hi,
I am new to drupal.
I have a website and i want to add a link for webphone which is integral to the website.The website is developed in PHP/MYSQL..
Can anybody give me some guidance.
-nehal.
Has anyone tried to hide the recent posts in the navigation menu if a visitor to the website is not logged in? I can't figure out where to disable this, or how.