How can something like this happen (the board is fresh, no users)? Oo (The board worked before I edited the files for phpBB gallery... I am not a programmer, just want to understand the issue.)"I think your cookie settings are incorrect. "
I tried to login on my board, but was logged out automatically.You must be a "Founder" of this board!
Code: Select all
if ($user->data['user_type'] != USER_FOUNDER)
{
trigger_error('FOUNDER_NEEDED', E_USER_ERROR);
}
Code: Select all
* Icon images
---------------------------------------- */
.sitehome, .icon-faq, icon-gallery, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
background-position: 0 50%;
background-repeat: no-repeat;
background-image: none;
padding: 1px 0 0 17px;
}
Code: Select all
/* Icon images
---------------------------------------- */
.sitehome { background-image: url("{T_THEME_PATH}/images/icon_home.gif"); }
.icon-faq { background-image: url("{T_THEME_PATH}/images/icon_faq.gif"); }
.icon-members { background-image: url("{T_THEME_PATH}/images/icon_members.gif"); }
.icon-home { background-image: url("{T_THEME_PATH}/images/icon_home.gif"); }
.icon-ucp { background-image: url("{T_THEME_PATH}/images/icon_ucp.gif"); }
.icon-register { background-image: url("{T_THEME_PATH}/images/icon_register.gif"); }
.icon-logout { background-image: url("{T_THEME_PATH}/images/icon_logout.gif"); }
.icon-bookmark { background-image: url("{T_THEME_PATH}/images/icon_bookmark.gif"); }
.icon-bump { background-image: url("{T_THEME_PATH}/images/icon_bump.gif"); }
.icon-subscribe { background-image: url("{T_THEME_PATH}/images/icon_subscribe.gif"); }
.icon-unsubscribe { background-image: url("{T_THEME_PATH}/images/icon_unsubscribe.gif"); }
.icon-pages { background-image: url("{T_THEME_PATH}/images/icon_pages.gif"); }
.icon-search { background-image: url("{T_THEME_PATH}/images/icon_search.gif"); }
.icon-gallery { background-image: url("{T_THEME_PATH}/images/icon_gallery.gif"); }
Did you copy the contents in the prosilver folder to the style that you are using (and then refresh templates, theme, and imageset)?trionixus wrote:I have installed Gallery and installation went fine, but icons are not displaying. There is no 'upload image' button, or icon next to the 'gallery' link at the top. I have tried purging the all the caches, but still it isn't working. What do I need to do?
please try a real valid size, seems like it's too bigJasonWade wrote:SOrry if a question like this has already been asked & answered, but could someone help me out with the following?
Me & my forummembers keep getting the error "The file is too big, maximum allowed size is -294967300 Bytes." after uploading to 1.0.4. Already updated to 1.0.5 aswell, but this didn't fix the problem. Also the max size allowed is set to 999999999 so that's not the problem either...
Newest version is 1.0.5 I guess you're in the wrong thread :-/Azaxiel wrote:I've tried both manually modding, and using Automod to intall the mod for gallery2 in phpbb 3.0.7. However, some of the edits don't seem to work, and in either case it breaks the forum. Any suggestions? I'm running phpbb3.0.7 and Gallery 2.3.1
please try a real valid size, seems like it's too bignickvergessen wrote:JasonWade wrote:SOrry if a question like this has already been asked & answered, but could someone help me out with the following?
Me & my forummembers keep getting the error "The file is too big, maximum allowed size is -294967300 Bytes." after uploading to 1.0.4. Already updated to 1.0.5 aswell, but this didn't fix the problem. Also the max size allowed is set to 999999999 so that's not the problem either...