GithubHelp home page GithubHelp logo

Comments (35)

Jagyto avatar Jagyto commented on July 17, 2024

I have the same problem with the recently updated vTiger 6.1.0

from vtmoduledesigner.

sardoj avatar sardoj commented on July 17, 2024

Hello,

I think there is an issue with Fancybox. We will try to fix it.

Thanks for feedbacks.

from vtmoduledesigner.

playmono avatar playmono commented on July 17, 2024

Hi,

I just notice since Im working with vt6.1, ModuleDesigner is not working well at all.

I will look onto this asap.

from vtmoduledesigner.

Luke1982 avatar Luke1982 commented on July 17, 2024

I have the same issue in vTiger 6.0. I tried importing and uploading module but the pop-up opens as a whole page and clicking the links does nothing. Other than that great module BTW.

from vtmoduledesigner.

emz3emz avatar emz3emz commented on July 17, 2024

i also have the same issue , any updates ?

from vtmoduledesigner.

sardoj avatar sardoj commented on July 17, 2024

I will try soon to use Bootstrap into ModuleDesigner. It should fix these
issues.

from vtmoduledesigner.

alexanderjp avatar alexanderjp commented on July 17, 2024

Sardoj, YOU ARE THE BEST!!!!!!!!

from vtmoduledesigner.

emz3emz avatar emz3emz commented on July 17, 2024

is it solved ?

from vtmoduledesigner.

sardoj avatar sardoj commented on July 17, 2024

Lol no, i said "i will try" ;-)

from vtmoduledesigner.

emz3emz avatar emz3emz commented on July 17, 2024

:D:D @alexanderjp i thought its done because of your comment
i hope you can fix this soon as this is very needed thing

at the same time if this is not fixed what is the way to build modules manually as i am new to PHP but having the concepts of programming and Asp.net

from vtmoduledesigner.

alexanderjp avatar alexanderjp commented on July 17, 2024

Sorry @emx3emz, I was just thrilled with the great module and the effort @sardoj has been putting into this.

from vtmoduledesigner.

vjstyla avatar vjstyla commented on July 17, 2024

@sardoj ,
I am facing the same problem, also I have created 2-3 new module in vTiger 6 but now I am even unable to install them to 6.1.....

Can you guide me what needs to be done to cure this Pop-up problem

from vtmoduledesigner.

emz3emz avatar emz3emz commented on July 17, 2024

any new updates ?

from vtmoduledesigner.

singasong4u avatar singasong4u commented on July 17, 2024

just install 6.0 on your own virtual machine, to edit the modules use modules designer, after the work,download the modules from 6.0 and install in your 6.1.

from vtmoduledesigner.

emz3emz avatar emz3emz commented on July 17, 2024

thank you @singasong4u

I just did that (Y) but i am having issue when openining the module in 6.0 i always find below error

Permission to perform the operation is denied for name ?

from vtmoduledesigner.

singasong4u avatar singasong4u commented on July 17, 2024

here is Jonathan`s answer on youtube:

Jonathan Sardo1 month ago

Hello,
I don't know why but the bug is caused because a row is not created into the table "vtiger_ws_entity".
Simply duplicate a row and put the module's name into "name" column.

ps. my opinion is :
If you patch the vtlib, use English version and edit the module with English codes, not your Mather language(if not EN), it will not happened.

from vtmoduledesigner.

emz3emz avatar emz3emz commented on July 17, 2024

i am sorry because i am new to vtiger and php , how can i add such row ? shall i use a specific tool for mysql ?

from vtmoduledesigner.

singasong4u avatar singasong4u commented on July 17, 2024

Add a row from phpmyadmin. Login the phpmyadmin for your site , find the table "vtiger_ws_entity", then...

from vtmoduledesigner.

emz3emz avatar emz3emz commented on July 17, 2024

many thanks @singasong4u (Y) it worked

from vtmoduledesigner.

playmono avatar playmono commented on July 17, 2024

Hi, i resolved this issue upgrading fancybox to the latest version. However so many thanks stop working.. Im totally unable to resolve this, we will need to wait to sardoj :(

from vtmoduledesigner.

emz3emz avatar emz3emz commented on July 17, 2024

i didn't get it @playmono :(
do you mean it is solved or still ?

from vtmoduledesigner.

sardoj avatar sardoj commented on July 17, 2024

With Vtiger 6.1, /libraries/csrf-magic/csrf-magic.php (line 175) adds in all iframes:

<script type="text/javascript">if (top != self) {top.location.href = self.location.href;}</script>

I fixed this bug adding in all views:
$GLOBALS['csrf']['frame-breaker'] = false;

from vtmoduledesigner.

vjstyla avatar vjstyla commented on July 17, 2024

Hi Sardoj,

Ok, Got that and it worked !!!

Thanks

from vtmoduledesigner.

singasong4u avatar singasong4u commented on July 17, 2024

I found when create a new module in VT6.1 with custom fields calculate, it didnot work, then I installed a new En version, it still happened.
Does anyone has same problem?

from vtmoduledesigner.

emz3emz avatar emz3emz commented on July 17, 2024

@sardoj
i replaced this line number175 :-
if ($GLOBALS['csrf']['frame-breaker'] && !$is_partial) {

with this :-
if ($GLOBALS['csrf']['frame-breaker'] =false && !$is_partial) {

is there another thing ?

from vtmoduledesigner.

vjstyla avatar vjstyla commented on July 17, 2024

He Emz3,

I have replaced this line and it worked fine

Line no. 118

$GLOBALS['csrf']['frame-breaker'] = true;

Replace true to "False" and done

Vijay

On 07/10/2014 19:33, emz3emz wrote:

@sardoj https://github.com/sardoj
i replaced this line number175 :-
if ($GLOBALS['csrf']['frame-breaker'] && !$is_partial) {

with this :-
if ($GLOBALS['csrf']['frame-breaker'] =false && !$is_partial) {

is there another thing ?


Reply to this email directly or view it on GitHub
#44 (comment).

from vtmoduledesigner.

sardoj avatar sardoj commented on July 17, 2024

@emz3emz @vjstyla You have nothing to modify.
Simply download the new version of Module Designer and install it through the Settings Panel.
https://github.com/sardoj/VTModuleDesigner/blob/master/ModuleDesigner_2014-10-07.zip?raw=true

from vtmoduledesigner.

playmono avatar playmono commented on July 17, 2024

Hi was suspecting that CRSF protection would be, but I could never have solved the problem. Thanks @sardoj , the project Module Designer progresses :)

from vtmoduledesigner.

playmono avatar playmono commented on July 17, 2024

Anyway, for all this using this module, I think we should warning on this:

 /**
  * Set this to false if your site must work inside of frame/iframe elements,
  * but do so at your own risk: this configuration protects you against CSS
  * overlay attacks that defeat tokens.
  */

from vtmoduledesigner.

Luke1982 avatar Luke1982 commented on July 17, 2024

Thanks, I saw people above responding about vTiger 6.1, but I had the same problem for 6.0. The update solved it and now I can go around and play with this. I love this module!

from vtmoduledesigner.

Luke1982 avatar Luke1982 commented on July 17, 2024

One question: I created a block for an existing module, but accidentally clicked twice. When I try to drag the redundant block I get "you cannot remove a non-editable field'. Of course I can restart the procedure and do it right this time, but how can I overcome this?

from vtmoduledesigner.

playmono avatar playmono commented on July 17, 2024

fixed with pull from today

from vtmoduledesigner.

bibingk avatar bibingk commented on July 17, 2024

How i fixed the bug - vTiger 6.1.0 popup options load as whole page - is
go to the file -> layouts/vlayout/modules/Settings/ModuleDesigner/GetModulesPopup.tpl

Here i removed the html header part and copied the header content to the body .
It works for me ...

PS : 100 thanks for Sarjod for making such an awasome stuff

from vtmoduledesigner.

sardoj avatar sardoj commented on July 17, 2024

Hi bibingk!

Thanks for your help.
You can download the last version of the zip package and update Module Designer via the Settings Panel.
Everything work fine!

https://github.com/sardoj/VTModuleDesigner/blob/master/ModuleDesigner_2014-10-10.zip?raw=true

from vtmoduledesigner.

kongoll avatar kongoll commented on July 17, 2024

@sardoj

hi, can u share ModuleDesigner_2014-10-10.zip? i try to download but that file already disappear. i try install VTModuleDesigner6.1 and it display error manifest.xml.

thanks

from vtmoduledesigner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.