pedit.php

Нужно сделать разделение страницы pedit.php, чтобы поля связаные с nickname, email, password и privacy settings редактировались на pedit.php, а все остальные поля на другой странице. Как можно это сделать более менее оптимально? И еще вопрос, можно ли как то создать страничку чтобы ссылка не была на "/page/newpage", а просто "/newpage"?


----

ENG:

Need to divide page pedit.php, so that related fields such as nickname, email, password и privacy settings were editable on pedit.php, and all other fields on other page. What would be the best way to accomplish this? 

Another question: Is there a way to make a page with link to /newpage instead of /page/newpage ? 

http://www.magento-templates.com/ - Magento Templates for eCommerce websites
Quote · 31 May 2012

I do not know if that can be done with editing the profiles, but multipal pages can be done on the join form from inside the fields builder.

As for your second question.

No. something has to prefix any url. Right now, profiles are what is tried when no prefix is provided.

page is for pages
m is for modules
Ect.

Something must exist as part of the url so the script can tell the difference between a profile, a page, a blog, ect.

https://www.deanbassett.com
Quote · 31 May 2012

deano92964,

 

Thank you for response.

1st thing, we need to keep all fields but separate it into 2 pages, not just remove some fields.

Do you know where can I rename prefix "page" to something else? or "categories" to something else? Is it all in .htaccess? or done via admin panel?

 

Thank you!

http://www.magento-templates.com/ - Magento Templates for eCommerce websites
Quote · 31 May 2012

I just looked. Multiple pages are only available in the join form. It cannot be done for pedit. Looks like that will require custom code changes.


As for links. page, blogs, forum, m, search, browse and ads are in the .htaccess file.

Categories is not but could be added.

If you change any of them, all links to them would also need to be changed in the menus and whereever else they might be.

Also keep in mind that those kind of changes will complicate any future dolphin upgrades.




https://www.deanbassett.com
Quote · 31 May 2012

Cool, thank you =)

http://www.magento-templates.com/ - Magento Templates for eCommerce websites
Quote · 31 May 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.