Custom Phpbb3 theme, images problem

Support zu den Modifikationen (MODs) von Entwickler OXPUS für das phpBB 3.0.x
Antworten
helder7

Custom Phpbb3 theme, images problem

Beitrag von helder7 »

Currently, im using the theme artodia helion for phpbb3 -> http://www.artodia.com/deluxe-phpbb-styles/helion.html

theme patch:

Code: Alles auswählen

\forum\styles\art_helion\
I did upload all images to the correspondent sub-folders (keeping prosilver images struture) in this theme folder

however, the images are not appearing:

exemple:
in downloads index
Bild

rating system:
Bild

rating system code in html page (is the missing link of images):

Code: Alles auswählen

<dl class="row bg1">
					<dt><label>Rating</label></dt>
					<dd class="lastpost"><div id="rating_1"><a onclick="AJAXDLVote(1, 1); return false;" href="#"></a><a onclick="AJAXDLVote(1, 2); return false;" href="#"></a><a onclick="AJAXDLVote(1, 3); return false;" href="#"></a><a onclick="AJAXDLVote(1, 4); return false;" href="#"></a><a onclick="AJAXDLVote(1, 5); return false;" href="#"></a></div></dd>
				</dl>
addditional info:
i added this lines in forum/styles/art_helion/imageset/imageset.cfg

Code: Alles auswählen

img_dl_blue = dl_blue.png*22*22
img_dl_default = dl_default.png*32*32
img_dl_edit = dl_edit.png*32*32
img_dl_file_edit = dl_file_edit.png*16*16
img_dl_file_new = dl_file_new.png*16*16
img_dl_green = dl_green.png*22*22
img_dl_grey = dl_grey.png*22*22
img_dl_new = dl_new.png*32*32
img_dl_new_edit = dl_new_edit.png*32*32
img_dl_rate_no = dl_rate_no.png*22*22
img_dl_rate_yes = dl_rate_yes.png*22*22
img_dl_button = dl_button.png*44*204
img_dl_red = dl_red.png*22*22
img_dl_white = dl_white.png*22*22
img_dl_yellow = dl_yellow.png*22*22
any help will be welcome. This downloads mod works without any problem with prosilver theme,...
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Custom Phpbb3 theme, images problem

Beitrag von oxpus »

Sorry, but about the endless existing styles for the phpBB 3 I'll not support them.
Please regard that I have first to examine the style, too, to be able to modify the mod templates.
This can cost a lot of time which I've not alltimes have.
So sorry, I must deny the support for your request...

For a really first ans very short look into this style I've found the entries

Code: Alles auswählen

{$STYLE_PANEL_START}
{$STYLE_PANEL_END}
before/after each table.
This may be inserted in the download mod template files, too, to combine them correctly in the art_helion-style.

But for more I must realy pass...
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
helder7

Re: Custom Phpbb3 theme, images problem

Beitrag von helder7 »

Finnaly after lots of research, problem fixed!
Antworten