Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sooner1

Pages: 1 2 [3] 4
31
Discussion & Troubleshooting / Re: Links? and ..... layout
« on: January 23, 2007, 02:41:08 AM »
I am trying to add addtional user fields. I have created a new column called address and edited the db_fields_definitions.php with

Code: [Select]
$additional_user_fields['user_address'] = array($lang['User_address'], "text", 1);
then I added the following to the register_form.html
Code: [Select]
<td valign="top" class="row3"><b>{lang_Address}</b></td>
  <td class="row3"><input type="address" name="user_address" size="30" class="input" /></td>

When I did that the text box appears on the register form but no name beside it.

Nothing shows up in the control panel nothing happens. I have tried to figure out where to put everything with the info given in the beginning of this thread but it is for images not users.

Can someone tell me step by step for adding user fields? I am so confused on this one.

Thanks


32
Discussion & Troubleshooting / Auto thumbnailer no longer working
« on: September 28, 2006, 05:35:16 PM »
Everything has been working perfectly. Then today I try to upload a photo and no thumbnail is created. I then goto the auto thumbnailer to look for new thumbnails, however nothing is found. I am using GD bibliothek and I have also contacted my host.


I have searched the board to find someone with a problem like this but nothing matched. The rest of the site is working just fine.

Any idea what may be happening here ?

33
No one has any idea what is going on ? I have triple checked everything.

34
Discussion & Troubleshooting / Re: Links? and ..... layout
« on: August 12, 2006, 06:46:57 PM »
Does no one know how to create a new column ?

35
Discussion & Troubleshooting / Re: Links? and ..... layout
« on: August 08, 2006, 11:38:37 PM »
I know this is a very old thread however I am working on doing the samething as the poster.

How on earth do I add a new column to my database. I have phpadmin but I do not have a clue how to
create a new column
I am totally new to doing this. Any help would be very appreciated.

Thanks

36
Ok, I re loaded all fresh files then started over. Still the samething. Nothing has changed.
I do not get anything in the browser title but the website name no matter what page I am on.
I am using the wallpaper template is that the problem. I cannot see where it would be.

What is going on does anyone know ?

37
LOL  :D I just went back through and do not see anything. I went step by step .
I changed both the default header and the wallpaper header.
Can't think of anything else it could be.

Have any ideas ?
After a while of looking the code starts to run together :)

38
Thanks for pointing that out  :wink: I cannot believe I missed that.
Anyways I uploaded everything and I am not getting any errors. However I am not seeing any
page titles . I am using the "wallpaper" template. I changed the header.html code to
<title>{site_name} {page_title}</title>

However nothing is happening it is just as before with the site name in the browser.


39
I have updated all the files as expained . I am running 1.7.2
I am getting this error
Fatal error: Call to undefined function: get_category_path_nohtml() in /home/needfuls/public_html/main/details.php on line 512

Here is my code after changing

  $page_title = $config['category_separator'].$lang['search'].$config['category_separator']; // MOD: Dynamic page title
}
else {
  $clickstream .= get_category_path($cat_id, 1).$config['category_separator'];
  $page_title = $config['category_separator'].get_category_path_nohtml($cat_id).$config['category_separator']; // MOD: Dynamic page title
}



I also got this error when accessing a category
Fatal error: Call to undefined function: get_category_path_nohtml() in /home/needfuls/public_html/main/categories.php on line 166

40
 Will the instructions work for 1.7.2 ?

41
I searched on how to do this and found a thread titled [MOD] Dynamic Page Title for v1.7 & v1.7.1
I am running 1.7.2 not planning on upgrading since everything works great. However I want to have dynamic page titles. Will the instructions work for 1.7.2 ?
here is the link to the thread
http://www.4homepages.de/forum/index.php?topic=6613.0

Just wanna make sure before I start editing.

Thanks ! :D

42

I would like for my users to be able to right click on photos and select copy image location or url so that they can post
the photos on other sites. Right now this option is not available.
How do I do this ?

Thank you

43
Discussion & Troubleshooting / Random images on other websites ? Help
« on: June 26, 2006, 08:00:27 PM »

 I am working on promoting my site so I want to be able to let others add a random imager to their website of my photos with the photo description under it and link to that photo.
It would show one photo at a time until page is refreshed.

Does anyone know how to do this ? I have looked all over the web but maybe I am searching for the wrong thing.

Thanks !!

44
Thank you so much that worked. Just didnt know where to edit.


45

I am wanting to remove the ability for a user to link to a photo when uploading.
I want them to actually upload a photo and not input a url.

How do I do this ?


Pages: 1 2 [3] 4