Jump to content

Lock Down

Rising Star
  • Posts

    1,035
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by Lock Down

  1. Go to the link I posted http://www.tutorialspoint.com/php/php_sending_emails.htm
  2. Sorry I don't understand what you are asking? By creating a website you want to just have the forums as a tab on your homepage? Easiest way to integrate all the colors fonts and images would be to use ip.content or portl or uportal. All allow creating independent pages not having to do with the forum.
  3. You are welcome. But i don't understand what you want? To be able to run a search on age for all members and not just staff?
  4. Pm me with the site info , ftp or ssh login. I will look at it when I get a chance.
  5. Why did you ask for the php code to get the information without the html if you had no idea how to use it? I updated the my first reply with html code it so you can use it.
  6. If you have age defined in the profile fields than yes you can. acp > Members > Manage Members > Viewing Member List click the gear by the search box and it will show age to enter for a search option
  7. Yes. you will need to edit the file public/js/3rd_party/ckeditor/ckeditor.js using ftp or file manager. find n.colorButton_colors = '000,800000,8B4513,2F4F4F,008080,000080,4B0082,696969,B22222,A52A2A,DAA520,006400,40E0D0,0000CD,800080,808080,F00,FF8C00,FFD700,008000,0FF,00F,EE82EE,A9A9A9,FFA07A,FFA500,FFFF00,00FF00,AFEEEE,ADD8E6,DDA0DD,D3D3D3,FFF0F5,FAEBD7,FFFFE0,F0FFF0,F0FFFF,F0F8FF,E6E6FA,FFF'; and change the color codes to what you want...
  8. Ok I will give you the code to get all information from one topic showing the 3 latest posts..
  9. There is no title on posts only topics. There is no description on topics or posts.
  10. Did you follow theses instructions?
  11. Where is the html for the display of the posts?
  12. So do you know any php? The zipped forum comes with a folder called tools. In it is a program called ssi and a folder called ssi_templates. You can copy those to your forum folder and use that to create what you want. If you do not know php code I will fix it. But if you do know any php try it yourself and I will help you finish it.
  13. What software are you using for the home page? content. portal, uportal or your own html?
  14. It depends on which member and what template you are in. If it is for the member that is logged in use something like this in any template you want... Points : {$this->memberData['eco_points']} If it is in the userinfopane template use something like this Points : {$author['eco_points']}
  15. Ok this is what you want. links to titles 3.1.1 in following link maxedrom bought it but it was not uploaded here as far as I can see.
  16. They are not members if they are not in the forum. So you can use this http://www.tutorialspoint.com/php/php_sending_emails.htm If the email addresses are in a txt file it can be modified to read the file and send mail.
  17. Happens a lot. So you can use ftp and edit the initdata.php file changing this //-------------------------------------------------------------------------- // ADVANCED CONFIGURATION: ERROR REPORTING //-------------------------------------------------------------------------- error_reporting( E_STRICT | E_ERROR | E_WARNING | E_PARSE | E_RECOVERABLE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_USER_WARNING ); to this //-------------------------------------------------------------------------- // ADVANCED CONFIGURATION: ERROR REPORTING //-------------------------------------------------------------------------- error_reporting( E_STRICT | E_ERROR | E_PARSE | E_RECOVERABLE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_USER_WARNING );
  18. Yes that wasn't a hook or app just a quick fix a member. Since you are the only one having that problem it must be in conflict with the trader feedback system.
  19. Since tab is mentioned in error, do you have any hooks that have to do with the profile or profile tabs? Like adding new ones.
  20. Ok use this command delete from admin_permission_rows where row_id = 1;
  21. Ok use phpmyadmin to run this sql query. It will clear it for the owner (member id 1). truncate admin_permission_rows where row_id = 1;
  22. Ok I will try. Update: It was folder permissions and caching. All is fine now.
×
×
  • Create New...