351
goffy
Invisible pics in firefox
  • 2014/8/7 13:28

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


Hi

I have a problem, which I do not understand:
http://mtbrace.eu

The site is based on xbootstrap theme.

In the blocks in the bottom of the side I have added pics of my partners.
Block type is html, code of the block
<img width="100%" src="http://mtbrace.eu/uploads/ads/wedega.png" alt="Wedega" title="Wedega" align="middle" />


Now the problem: under iexplorer, opera or my mobile phone i can see the pics, if I take firefox, the pics are invisible.

Any idea?

Thanks



352
goffy
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2014/8/7 10:22

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


Quote:

timgno wrote:
If you've see, there is already a table tdmcreate_languages to the mysql.sql file.

This table should be used in the next versions just to handle all languages ​​directly from admin side.

The base language is always English.

If possible, we will use part of the code of the module xtransam to translate automatically in other languages.

All translated material will be stored in the database even if we uninstall the module, making a backup of the database, we will always have our translations of the modules, and this also applies to the module tdmcreate.


that sounds great

but I meaned the module tdmcreate himself?
if you want, I can make the german langs for tdmcreate



353
goffy
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2014/8/7 8:06

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


Does german language files exist for tdmcreate?



354
goffy
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2014/8/7 7:37

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


works

I'll continuing



355
goffy
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2014/8/7 7:08

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


Hi timgno, I don't understand what you mean



356
goffy
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2014/8/7 6:17

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


hi timgno

I found the problem

in class/tables.php line 109 there is
Quote:
$mods_select->addOption($action, _AM_TDMCREATE_TABLE_MODSELOPT);

if you forget to select a module (as it was in some cases of my tests) you get back the action string as table_mid. In my case action string was
Quote:
/xoops257/htdocs/modules/TDMCreate/admin/tables.php?op=new
so I got back 257

please change line 109 to Quote:
$mods_select->addOption(0, _AM_TDMCREATE_TABLE_MODSELOPT);

and add a check like this
if( ($tablemid == 0) {
    
redirect_header('tables.php?op=new'10_AM_TDMCREATE_ERROR_NO_MODULE_SEL);
    exit();
}
to admin/tables.php before saving operation

I'll continuing tests




357
goffy
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2014/8/5 14:57

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


Hi timgno

yes, fresh installed.

but please see pic http://wedega.com/downloads/tdmcreate01.png

sometimes there is 257 in field "table_mid", sometimes the correct id
I have no explanation till now, but I try to find out



358
goffy
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2014/8/5 10:19

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


hi timgno

Quote:
Point 6) Sorry! This is only because I was doing some tests with the var_dump function of php. It is not a bug will be deleted at the appropriate time.


The problem is not the output from var_dump.
the problem is, that in table tdmcreate_tables in column "table_mid" and in table tdmcreate_fields in column "field_mid" you find always 257, not the id of the module



359
goffy
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2014/8/4 15:20

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


Hi timgno

Thank you for explanation.

I made already first retests, here are the results:
refering to my post #16:
point 2: solved
point 3: not solved
point 4 and 5: solved
point 6: not solved
point 7 to 9: solved
point 10: not solved
point 12: solved

Installing new module works


let me know, if I can test again
goffy

ps:
if you are on tab "tables", than select a module and click than on "Edit fields" for a specific table, you do not get the field edit mode.
The url where the redirect is going to: admin/fields.php?op=edit&field_tid=1
if you are on tab "fields" and click than on "Edit fields" for a specific table, you get the field edit mode.
The url where the redirect is going to: admin/fields.php?op=edit&field_mid=1&field_tid=1



360
goffy
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2014/8/3 9:55

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


hi timgno

i'll test in the next days

can you tell me:
Quote:
editing fields: what does checkbox "Field: Is parent" mean/cause?

creating table: what does checkbox "Permissions for this table" mean/cause?




TopTop
« 1 ... 33 34 35 (36) 37 38 39 ... 44 »



Login

Who's Online

138 user(s) are online (94 user(s) are browsing Support Forums)


Members: 0


Guests: 138


more...

Donat-O-Meter

Stats
Goal: AU$15.00
Due Date: Jul 31
Gross Amount: AU$0.00
Net Balance: AU$0.00
Left to go: AU$15.00
Make donations with PayPal!

Latest GitHub Commits