News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

User Control Panel ( User CP ) V3.0

Started by Alan S, April 28, 2007, 12:59:54 PM

Previous topic - Next topic

qubbah


Alan S

Use this one , It has all the edits in it.

Quote from: Eliana Tamerin on August 23, 2008, 04:10:10 PM
SMF 7 is where it gets good. That has time travel. You can go back and post before the guy who flamed you. :P

qubbah

its show this error
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3  500 myforum.net http://myforum.net/v10/index.php 60.53.56.168 /v10/index.php?action=usercp

mgimadu

Much thank Alan s but not run :( , reply please...  :(
.ıl I love you simplemachines lı.
Forumgil.com - Enter my site.
My Mods        - Enter my Mods.
I wait you SMF 2.0

DFalconX

here I leave a translation to the Spanish (Latin)
aqui dejo una traduccion al español (Latino)

:

$txt['usercp'] = 'CP del Usuario';
$txt['usercp_account_info'] = 'Mi Cuenta';
$txt['usercp_account_info_summary'] = 'Click aquí si quieres cambiar tu información relacionada con tu cuenta tal como nombre de usuario, email, contraseña u otros detalles.';
$txt['usercp_look_and_layout'] = 'Configuración de Apariencia y Diseño';
$txt['usercp_look_and_layout_summary'] = 'Click aqui para cambiar la forma en que se ve el foro para ti, esto incluye como se ven el foro y los post.';
$txt['usercp_my_theme'] = 'Mi tema';
$txt['usercp_my_theme_summary'] = 'Esta opcion te permitira establecer tu tema por defecto cada vez que ingreses al foro con tu cuenta.';
$txt['usercp_my_profile'] = 'Mi Perfil';
$txt['usercp_my_profile_summary'] = 'Click aqui para cambiar la apariencia de tu perfil y que lo miren todos .';
$txt['usercp_my_stats'] = 'Mis estadisticas';
$txt['usercp_my_stats_summary'] = 'Aquí puedes comprobar cuántos posts has hecho y el otra Info relacionada con la actividad.';
$txt['usercp_my_posts'] = 'Mis Posts';
$txt['usercp_my_posts_summary'] = 'Esta opción te demostrará todos los posts que has hecho desde que te hiciste un miembro de este sitio.';
$txt['usercp_my_notifications'] = 'Mis Notificaciones';
$txt['usercp_my_notifications_summary'] = 'Esto te permitira cambiar el tipo de frecuencia de tus notificaciones via e-mail cuando participas en un foro.';
$txt['usercp_buddies'] = 'Amigos';
$txt['usercp_buddies_summary'] = 'Aqui puedes seleccionar los amigos para agregarlos a tu lista.';
$txt['usercp_message_options'] = 'Opciones de mis mensajes';
$txt['usercp_message_options_summary'] = 'Esta opción te permitirá fijar tus preferencias para MPs recibidos en el foro y también que no hagas caso de la gente que no de la que no deseas recibir MPs.';
$txt['usercp_search'] = 'Buscar';
$txt['usercp_search_summary'] = 'Esta opción te permitirá buscar los posts hechos en el foro.';
$txt['usercp_contact_admin'] = 'Contactar a un administrador';
$txt['usercp_contact_admin_summary'] = '¿Confundido?, ¿Alguna duda?, pues contacta a un administrador via e-mail.';
$txt['usercp_guest'] = 'Lo siento, invitado, No tienes permiso para acceder al panel de control del usuario, por favor';
$txt['usercp_login'] = 'Ingresar';
$txt['usercp_or'] = 'o';
$txt['usercp_register'] = 'Registrarse';
$txt['usercp_copyright'] = 'User Cp V1.1';
$txt['usercp_welcome'] = 'Bienvenido ';

Alan S

Quote from: Eliana Tamerin on August 23, 2008, 04:10:10 PM
SMF 7 is where it gets good. That has time travel. You can go back and post before the guy who flamed you. :P

K_4_kelly

hello

I love this mod alot
could you please help me to edit my index.template as well?

thanks a lot

speak121

THX Alan S !!!!

I have installed the mod and I modify my profile.template.php also.

now I have the Control Panel I want! ^^

5cakids

Oh thanks so much! This is awesome! And to think I was going to go Vbulletin for the CP oh glad I didnt!

Thanks

Shadow Queen

I got a error install the mod on the main site.  But the test site install fine and without any errors.

   Execute Modification     ./Themes/default/index.template.php     Test failed

!Hachi!

it adds button only in index.template you can ignore but hold on IT TOTALLY ON YOU>i am responsible i am using custom theme so it doesn't matter .i will ignore it and add manually button thats all.
          or
   wait for author he will tell you reasons... but as i remember it only adds button  actually replace link with action=profile to action=usercp
                 if you want to add button manually change action to usercp      action=usercp
Happy Ramadan

5cakids

Yes I installed it no problem then updated the index page.

qubbah

Quote from: qubbah on May 30, 2007, 07:57:26 AM
its show this error
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3  500 myforum.net http://myforum.net/v10/index.php 60.53.56.168 /v10/index.php?action=usercp

to make sure user control panel is working i make a new forum for fresh file... but its still showed that above error..

Alan S

Quote from: hassan on June 12, 2007, 11:20:27 PM
it adds button only in index.template you can ignore but hold on IT TOTALLY ON YOU>i am responsible i am using custom theme so it doesn't matter .i will ignore it and add manually button thats all.
          or
   wait for author he will tell you reasons... but as i remember it only adds button  actually replace link with action=profile to action=usercp
                 if you want to add button manually change action to usercp      action=usercp

On the index.template.php it also add's some more code aswell as the button relating to the action=usercp.

If you get a error on install you should be able to install it anyway , It shouldnt cause any errors but then update your index.template.php with the code

Find:

if ($context['current_action'] == 'search2')

Add before:

if ($context['current_action'] == 'usercp')
$current_action = 'profile';


Find:

if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm')))


Replace with:


if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'profile', 'usercp', 'mlist', 'register', 'login', 'help', 'pm')))


Find:

<a href="', $scripturl, '?action=profile">' , $txt[79] , '</a>

Replace with:

<a href="', $scripturl, '?action=usercp">' , $txt['usercp'] , '</a>


Will be releasing V1.2 in a few days with a few minor bug fix's and possibly a new feature.
Quote from: Eliana Tamerin on August 23, 2008, 04:10:10 PM
SMF 7 is where it gets good. That has time travel. You can go back and post before the guy who flamed you. :P

Alan S

Quote from: qubbah on June 13, 2007, 11:01:31 AM
Quote from: qubbah on May 30, 2007, 07:57:26 AM
its show this error
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3  500 myforum.net http://myforum.net/v10/index.php 60.53.56.168 /v10/index.php?action=usercp

to make sure user control panel is working i make a new forum for fresh file... but its still showed that above error..

Link to your forum and demo account please?
Quote from: Eliana Tamerin on August 23, 2008, 04:10:10 PM
SMF 7 is where it gets good. That has time travel. You can go back and post before the guy who flamed you. :P

Alan S

can you post the default theme ( SMF Core) index.template.php please.
Quote from: Eliana Tamerin on August 23, 2008, 04:10:10 PM
SMF 7 is where it gets good. That has time travel. You can go back and post before the guy who flamed you. :P

qubbah


Alan S

Okay , this is weird , No specific error is showing so that doesnt really help , Did you get any errors on install? , Try uninstalling the mod , Downloading a fresh copy and installing that one and see if it works.
Quote from: Eliana Tamerin on August 23, 2008, 04:10:10 PM
SMF 7 is where it gets good. That has time travel. You can go back and post before the guy who flamed you. :P

5cakids

Is there a way to add posts that they have posted to even if no one replied?

karenwalkersnipple

This mod is not showing up in any of my custom themes.  Do I have to edit each individual themes index.template.php or just the default?

Advertisement: