News:

Create A Forum Installed

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 - Willing to Help

Pages: [1]
1
General Support / Re: What the heck is going on?
« on: April 05, 2013, 09:37:03 pm »
Still the same, I cleared my browser just to see if that was causing anything, but no difference.

2
General Support / Re: What the heck is going on?
« on: April 05, 2013, 09:26:43 pm »
I also can't change the style, it just stays the same. Does not give an error is if there was a problem.

3
General Support / What the heck is going on?
« on: April 05, 2013, 09:19:50 pm »
The navigation bar on my forum and every other forum that I have seen today is doing this? Everything in the navigation bar is doubled and placed funny. How can this be fixed?

http://thecomputerhelpers.createaforum.com/index.php

4
General Support / Re: Change Admin Password?
« on: February 01, 2013, 11:37:02 pm »
If you forgot your forum password and you had created it in the first place you can have your password reset. To make another account a administrator you must be one already, to make another account an administrator you must go to that users account settings and change the member group to Administrator . 
 
If this dose not help, I'm sorry but I do not understand what your asking about "easier passwords".




5
General Support / Re: Change Admin Password?
« on: February 01, 2013, 08:06:11 pm »
If it is for your account go to Profile and under Modify Profile you will  see Account Settings click that and the option to change your password will be at the near bottom of the page.

If it is for a different member go to the Member list and click on their name and then Modify Profile and click Account Settings and then change password will be in the same location as stated before.

6
General Support / Re: Change Admin Password?
« on: February 01, 2013, 07:57:55 pm »
Do you mean to change your own or a different one? As long as your account has administrative rights you can change any password at any time.

7
General Support / Re: Database Error
« on: February 01, 2013, 07:07:10 pm »
I'll just play it safe and make a slightly different name. Thank you for your support. 

8
General Support / Re: Database Error
« on: February 01, 2013, 06:59:32 pm »
Is it safe to use that name again or should I try a different one?

9
General Support / Database Error
« on: February 01, 2013, 01:00:31 pm »
Just made a forum yesterday and am having "Database Error" trouble upon going to some parts of the forum, such as my Inbox. I can send messages but I can't read them. Any ideas. Profiles, Memberlists and Message center errors and Not being able to post are the problems that I am having, I don't know if there are any others yet.


THIS IS THE ERROR.
nknown column 'mem.myspace' in 'field list'
File: C:\Inetpub\createaforum\Sources\Load.php
Line: 1073


 SELECT
 IFNULL(lo.log_time, 0) AS is_online, IFNULL(a.id_attach, 0) AS id_attach, a.filename, a.attachment_type,
 mem.signature, mem.personal_text, mem.location, mem.gender, mem.avatar, mem.id_member, mem.member_name,
 mem.real_name, mem.email_address, mem.hide_email, mem.date_registered, mem.website_title, mem.website_url,
 mem.birthdate, mem.member_ip, mem.member_ip2, mem.icq, mem.aim, mem.yim, mem.msn, mem.posts, mem.last_login,
 mem.myspace AS myspace, mem.facebook, mem.twitter, mem.youtube, mem.deviantart, mem.googleplus, mem.linkedin, mem.pinterest, mem.skype,
 mem.karma_good, mem.id_post_group, mem.karma_bad, mem.lngfile, mem.id_group, mem.time_offset, mem.show_online,
 mem.buddy_list, mg.online_color AS member_group_color, IFNULL(mg.group_name, '') AS member_group,
 pg.online_color AS post_group_color, IFNULL(pg.group_name, '') AS post_group, mem.is_activated, mem.warning,
 CASE WHEN mem.id_group = 0 OR mg.stars = '' THEN pg.stars ELSE mg.stars END AS stars,
 mem.usertitle
 FROM computerhelp_members AS mem
 LEFT JOIN _global_log_online  AS lo ON (lo.id_member = mem.id_member AND lo.subdomain = 'computerhelp')
 LEFT JOIN computerhelp_attachments AS a ON (a.id_member = mem.id_member)
 LEFT JOIN computerhelp_membergroups AS pg ON (pg.id_group = mem.id_post_group)
 LEFT JOIN computerhelp_membergroups AS mg ON (mg.id_group = mem.id_group)
 WHERE mem.id_member = 0

Pages: [1]