strange problem with emerald-alt & user_list

Posted by gelbeseiten 
strange problem with emerald-alt & user_list
October 05, 2013 01:34PM
Hello

Phorum 5.2.19, emerald-alt, mod userlist

I got a strange problem with mod userlist in combination with the template emerald-alt. The plan is to have the same template layout but offering more templates with different colours.
I did the following:

customised template emerald-alt to my linking in regards to colours and created this way the first template. All is shown properly. The userlist table is proper in width and borders are shown.
see attached image userlist-good2


To create a different coloured template, the following steps were done:

a: created a new folder in the templates folder
b: copied the files from my first template into this new folder
c: changed the info.php to show a different name
d: changed the colour settings in settings.tpl and reflected the different folder name for the header images
c: checked the template in the browser. Result: all is working as expected exept for the userlist table. The table is not shown in full width and the borders are not shown as well. See attached image user-list

Is this a common problem ? Where would I have to start looking ?
As a side note: Because of this problem, I made a second fresh installation but the problem persist.

Any help would be appreciated.
Thank you.
Attachments:
open | download - userlist1.jpg (27.9 KB)
open | download - userlist-good2.jpg (36.5 KB)
Re: strange problem with emerald-alt & user_list
October 05, 2013 02:43PM
create the template folder also in the module templates folder with the name of your new template and a copy of the file from the original folder.


Thomas Seifert
Re: strange problem with emerald-alt & user_list
October 05, 2013 04:03PM
Hello Thomas,

thank you for your quick answer. After creating the new template folder in the mods template directory with the name of my new template and copying the files from the original mods template folder, the result ist still the same. Didn't fix it.

Still only the original (colour changed) emerald-alt template working.

Any other ideas ?
Re: strange problem with emerald-alt & user_list
October 05, 2013 08:10PM
Hello Thomas,

got it working by "helping the system" to display the table proper.

I just added the the width and colour statements for the table.

Original code
<table cellspacing="0" class="list user_list" >

new code
<table cellspacing="0" class="list user_list" width="100%" bordercolor="{internal_border_color}">

That was picked up from the various .tpf files in the new created template folder of mod user list.
Now it's nice and proper as it should be.

Thank you
Sorry, only registered users may post in this forum.

Click here to login