Code: Select all
'IMG_ICON_BIRTHDAY' => 'Viewtopic birthday',
Code: Select all
'IMG_ICON_BIRTHDAY' => 'Viewtopic birthday',
solved my this problemAnyasha wrote:Is it just me, or is this missing a language variable? In order to set the image via ACP Imagesets, I had to add the following to language/en/acp/styles.php
Nowhere in the file edits does it say to do this. If you don't, you won't be able to find it in the dropdown menu.Code: Select all
'IMG_ICON_BIRTHDAY' => 'Viewtopic birthday',
Thanx a lot Anyashaiftitaj wrote:I've a problem with editing imageset in ACP after installing 2 MODs (this one & Annual Stars for 3.0) .... both MODs create same error (when installed separately).
I wrote a lot about it in Annual Stars for 3.0 topic .... and since the author of both MODs is evil<3 .... I don't want to copy/paste same thing here. I'm only mentioning the post here. The only difference is the code of acp_styles.php between 2 MODs which any phpBB knowledgeable person can easy understand it.
Details are here:
http://www.phpbb.com/community/viewtopi ... 5#p6807895
Try this:SSC streezer wrote:hey - how can i make the image bigger - like 50 to 50?
my image ist 100 * 100 and its smalls down to 40*40
Code: Select all
img_icon_birthday = icon_birthday.gif*40*40
Code: Select all
img_icon_birthday = icon_birthday.gif*50*50
are you sure your image is 100x100 as you mentioned earlier? secondly & most importantly, have you refreshed imageset, also try to refresh template & purge the cache.SSC streezer wrote:didn't work - i did all that what you said
Code: Select all
));
?>
Code: Select all
'IMG_ICON_BIRTHDAY' => 'Viewtopic birthday',
I also skipped 3.0.3 version, so don't know if there is some compatibility issue with that particular version. But its working on 3.0.4, so why not update your version. In fact, its recommended by phpBB team.GAMEule wrote:I have phpbb version 3.0.3. . The mod didn't work ,i did all: | It is a problem that I have version 3.0.3?
Im looking also a subsilver code but for: Viewprofile Birthday Version 1.0.0DragonMaster1 wrote:Is there a subsilver code for this?