Hi all, am trying to create link inside a php module in the hope of redirecting to a separate system. What I would like to do is have a uid sent in the url so that my second app can use the uid. Below is the code I am using but am getting an error
$output = '';
$personuid = $user->$uid;
//Had to remove the A tags so this will display on this forum and not as a link
$output .= "< href='issues/plogin.php&personuid=/'".$persouid." ">Support ";
I would like to have a field when adding / editing a node where I would specify a license for the node. When license is specified then a block or inline text showing license or a link to it would appear. I tried this with a filter but it really doesn't work the way I wanted since it messes with actual content. It would also be great to be able to browse based on license. This would benefit sites with images/videos/etc. greatly. Has anyone else thought of this?
I had a client who wanted a site done. I researched the various CMS's and settled on Drupal. In the end, it did not have the features he wanted (as evidenced by my questions and observations salted through the forum), so, I ... dropped the client.
What can I say, I thought this software and the care and artistry with which it is being written was impressive. I did use what I learned on one of my personal sites. Yeeha!
I decided to start a new thread as the other one was really old
I am a big fan of Coppermine, as opposed to Gallery.
The main limitation I find with Gallery is that it does not function with PHP in "Safe Mode". My server insists on using safe mode, and I'm sure the vast majority of sites also have this problem.
Unless there is a workaround I don't know about?
Does anyone know of an alternative solution to Gallery with the same (roughly)functionality? Has anyone attemped a Coppermine port?
I am in testing mode on our new site and I can post a forum topic. However, when I go to view a thread in a forum, I only see the headline and none of the content. If I click on Administer post, I can see what should have been posted but once again, only the thread title is visible. Is there a bug in my system or am I just a dunce? This is my first Drupal site and am soaking up as much info as I can. Is there a better "Drupal for Beginners" site?