News:

Join the Facebook Fan Page.

Main Menu

SMF Articles

Started by SMFHacks.com Team, September 04, 2008, 04:03:00 PM

Previous topic - Next topic

qubbah


Ramón Cutanda

#601
Hi,

Attached you will find Articles.spanish_es-utf8.php and  and Articles.spanish_es.php for SMF Articles 1.3:

And here are the language strings for articles.xml and articles2.xml

spanish_es-utf8

<file name="$languagedir/Modifications.spanish_es-utf8.php" error="skip">
    <operation error="ignore">
        <search position="after"><![CDATA[?>]]></search>
        <add><![CDATA[
// Begin SMF Articles Text Strings
$txt['smfarticles_menu'] = 'Artículos';
$txt['smfarticles_admin'] = 'Configuración de Artículos';

$txt['permissiongroup_smfarticles'] = 'Artículos SMF';

$txt['permissionname_view_articles'] = 'Ver Artículos';
$txt['permissionhelp_view_articles'] = 'Define si el usuario puede ver los artículos.';
$txt['cannot_view_articles'] = 'No puedes ver la página de artículos.';

$txt['permissionname_add_articles'] = 'Añadir Artículo';
$txt['permissionhelp_add_articles'] = 'Si el usuario puede enviar artículos';

$txt['cannot_add_articles'] = 'No puedes añadir artículos.';
$txt['permissionname_edit_articles'] = 'Editar Artículos propios';
$txt['permissionhelp_edit_articles'] = 'Si el usuario puede editar sus propios artículos';

$txt['cannot_edit_articles'] = 'No puedes editar artículos.';
$txt['permissionname_delete_articles'] = 'Borrar Artículos propios';
$txt['permissionhelp_delete_articles'] = 'Si el usuario puede borrar sus propios artículos';
$txt['cannot_delete_articles'] = 'No puedes borrar artículos.';

$txt['permissionname_articles_comment'] = 'Dejar Comentarios';
$txt['permissionhelp_articles_comment'] = 'Permite al usuario comentar los artículos.';
$txt['cannot_articles_comment'] = 'No puedes dejar comentarios.';


$txt['permissionname_articles_auto_approve'] = 'Auto-Aprobación de Artículos';
$txt['permissionhelp_articles_auto_approve'] = 'Si los artículos de este usuario se aprueban de forma automática cuando los envía';

$txt['permissionname_articles_autocomment'] = 'Auto-Aprobación de Comentarios';
$txt['permissionhelp_articles_autocomment'] = 'Comentarios que no necesitan ser revisados para aprobación.';

$txt['permissionname_rate_articles'] = 'Valorar Artículos';
$txt['permissionhelp_rate_articles'] = 'Si el usuario puede valorar artículos';
$txt['cannot_rate_articles'] = 'No puedes valorar artículos.';

$txt['permissionname_articles_admin'] = 'Administrar Artículos';
$txt['permissionhelp_articles_admin'] = 'El usuario podrá administrar los artículos';
$txt['cannot_articles_admin'] = 'No puedes administrar los artículos.';
// END SMF Articles Strings       
]]></add>
    </operation>
</file>
<file name="$languagedir/Who.spanish_es-utf8.php">
    <operation error="ignore">
        <search position="after"><![CDATA[?>]]></search>
        <add><![CDATA[
// Begin SMF Articles
$txt['whoall_articles'] = 'Viendo <a href="' . $scripturl . '?action=articles">' . $txt['smfarticles_menu'] . '</a>';
// END SMF Articles Strings           
]]></add>
    </operation>
</file>


spanish_es

<file name="$languagedir/Modifications.spanish_es.php" error="skip">
    <operation error="ignore">
        <search position="after"><![CDATA[?>]]></search>
        <add><![CDATA[
// Begin SMF Articles Text Strings
$txt['smfarticles_menu'] = 'Art&iacute;culos';
$txt['smfarticles_admin'] = 'Configuraci&oacute;n de Art&iacute;culos';

$txt['permissiongroup_smfarticles'] = 'Art&iacute;culos SMF';

$txt['permissionname_view_articles'] = 'Ver Art&iacute;culos';
$txt['permissionhelp_view_articles'] = 'Define si el usuario puede ver los art&iacute;culos.';
$txt['cannot_view_articles'] = 'No puedes ver la p&aacute;gina de art&iacute;culos.';

$txt['permissionname_add_articles'] = 'A&ntilde;adir Art&iacute;culo';
$txt['permissionhelp_add_articles'] = 'Si el usuario puede enviar art&iacute;culos';

$txt['cannot_add_articles'] = 'No puedes a&ntilde;adir art&iacute;culos.';
$txt['permissionname_edit_articles'] = 'Editar Art&iacute;culos propios';
$txt['permissionhelp_edit_articles'] = 'Si el usuario puede editar sus propios art&iacute;culos';

$txt['cannot_edit_articles'] = 'No puedes editar art&iacute;culos.';
$txt['permissionname_delete_articles'] = 'Borrar Art&iacute;culos propios';
$txt['permissionhelp_delete_articles'] = 'Si el usuario puede borrar sus propios art&iacute;culos';
$txt['cannot_delete_articles'] = 'No puedes borrar art&iacute;culos.';

$txt['permissionname_articles_comment'] = 'Dejar Comentarios';
$txt['permissionhelp_articles_comment'] = 'Permite al usuario comentar los art&iacute;culos.';
$txt['cannot_articles_comment'] = 'No puedes dejar comentarios.';


$txt['permissionname_articles_auto_approve'] = 'Auto-Aprobaci&oacute;n de Art&iacute;culos';
$txt['permissionhelp_articles_auto_approve'] = 'Si los art&iacute;culos de este usuario se aprueban de forma autom&aacute;tica cuando los env&iacute;a';

$txt['permissionname_articles_autocomment'] = 'Auto-Aprobaci&oacute;n de Comentarios';
$txt['permissionhelp_articles_autocomment'] = 'Comentarios que no necesitan ser revisados para aprobaci&oacute;n.';

$txt['permissionname_rate_articles'] = 'Valorar Art&iacute;culos';
$txt['permissionhelp_rate_articles'] = 'Si el usuario puede valorar art&iacute;culos';
$txt['cannot_rate_articles'] = 'No puedes valorar art&iacute;culos.';

$txt['permissionname_articles_admin'] = 'Administrar Art&iacute;culos';
$txt['permissionhelp_articles_admin'] = 'El usuario podr&aacute; administrar los art&iacute;culos';
$txt['cannot_articles_admin'] = 'No puedes administrar los art&iacute;culos.';
// END SMF Articles Strings       
]]></add>
    </operation>
</file>
<file name="$languagedir/Who.spanish_es.php">
    <operation error="ignore">
        <search position="after"><![CDATA[?>]]></search>
        <add><![CDATA[
// Begin SMF Articles
$txt['whoall_articles'] = 'Viendo <a href="' . $scripturl . '?action=articles">' . $txt['smfarticles_menu'] . '</a>';
// END SMF Articles Strings           
]]></add>
    </operation>
</file>

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Ramón Cutanda

Hi,

I'm having problems with SMF Articles 1.3 for SMF 2.0 RC3

The "Article" link takes me to the path "public_html/smf/article". The index.php file there has got just one line "Access Denied", which is what I see when I try to use the "Article" link in the menu.

http://www.videoedicion.org/foro/articles/

Besides, I cannot find where should I create new categories and articles. The only options I see are  "Settings - Approve Articles (0) - Approve Comments (0) - Category Permission List - Import

Any help?

Thanks in advance.

Regards

vbgamer45

The article link should point to
http://www.videoedicion.org/foro/index.php?action=articles

And on that page there should be a place to add categories.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Ramón Cutanda

Quote from: vbgamer45 on April 02, 2010, 09:24:09 AM
The article link should point to
http://www.videoedicion.org/foro/index.php?action=articles

And on that page there should be a place to add categories.

Thanks so much for replying.

The link you provide just redirectos to http://www.videoedicion.org/foro/articles/ and shows the "Access Denied" message.

Besides, I have just installed the Download System and I have the same issue. The link http://www.videoedicion.org/foro/download/ just takes me nowhere.

Please, have a look at the menus of both modules and tell me if they look like the should.

Thanks a lot for taking the trouble.

Regards,

vbgamer45

Admin menus look fine.
I think you have some kind of url rewriting system enabled that is not working correctly with any mod that ads an action.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Ramón Cutanda


vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

vbgamer45

New update for SMF 2.0

1.3.1
+Updated style for articles system for SMF 2.0 RC3 to be more curve
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

gevv

Thanks vbgamer45


problem  edit articles ?

1: articles published  no problem



2: articles edit  problem <br>  </br> <br>  </br>.......





3: articles edit and save  big problem  <br>  </br> <br>  </br>.......



ElkArte is a modern, powerful community building forum software. https://www.elkarte.net/

Arantor

Looks to me like a missing un_preparsecode when regenerating the form.

vbgamer45

New update to fix edit article issue
1.3.2
!Fixed edit article bug for SMF 2.0 thanks to Arantor
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

gevv

my articles v1.3.1   

how to manually update ?   v1.3.2
ElkArte is a modern, powerful community building forum software. https://www.elkarte.net/

vbgamer45

Just install the latest version it includes an auto update function.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

GohighVoltage

When I uploaded the 1.3.2 version,  in the Packages screen,  it still shows it at 1.3.1  how can I fix this?

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

GohighVoltage

Is this a problem within my forum,  or just the package didn't have the new version?

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

GohighVoltage

Ok, will you fix and re-upload?   just want to make sure it shows correct so I don't go and update it later if I forget

Advertisement: