Jump to content

Dreamlander

Members
  • Posts

    508
  • Joined

  • Last visited

Reputation Activity

  1. Agree
    Dreamlander reacted to Austin Headley in Changing the default icon forums   
    Be mindful that I know nothing and you shouldn't listen to me, however from a couple minutes of investigating it appears there are four different classes assigned to the four types of forums (cForumIcon_normal, cForumIcon_answers, cForumIcon_password, and cForumIcon_redirect) that you can override with some simple css.
    Something like the code below placed in the custom.css should do the trick.
    .cForumIcon_normal { content: url("https://www.yourwebsite.com/path_to_img/normal.png"); } .cForumIcon_redirect { content: url("https://www.yourwebsite.com/path_to_img/redirect.png"); } .cForumIcon_password { content: url("https://www.yourwebsite.com/path_to_img/password.png"); } .cForumIcon_answers { content: url("https://www.yourwebsite.com/path_to_img/answers.png"); }  
  2. Like
    Dreamlander reacted to Donnie95 in Changing the default icon forums   
  3. Like
    Dreamlander got a reaction from Greek76 in Changing the default icon forums   
    Hi,
    Is there a possibility to change icon forums( ips v.4.54), the default one (I think is a rendered icon from font fontawesome-webfont) with my own one , but with one step modification.
    I know I can upload my own icon image, but sadly I have to change it for each of my forums and I have lots of them and subforums.Imagine to do that for all of them ,manually, very time consuming.
    If there was an image/icon file default for forum It was simply all  I had to do overwritting that file wih my own, but I think it is rendered from the font.
  4. Like
    Dreamlander reacted to Dean_ in Images dont load after update to v.3.4.9 also 4.5.4   
    Glad that's sorted, It was something that has always plagued me.
  5. Agree
    Dreamlander reacted to Mark H in Links doesnt work after update to v.3.4.9 also 4.5.4   
    Quick thing to check.
    Are you using FURL Rewrites?
    If so, make sure your .htaccess file is in place. That error message will show if the .htaccess file has been deleted or otherwise edited to remove the RewriteRules we provide when you enable the system setting for rewrites.
  6. Like
    Dreamlander reacted to Mark H in Links doesnt work after update to v.3.4.9 also 4.5.4   
    Glad to hear you got this problem resolved. 🙂
  7. Agree
    Dreamlander reacted to Dean_ in Images dont load after update to v.3.4.9 also 4.5.4   
    In that case, make sure the storage settings are correct and that the location is set to the server, and it's not showing "\\", instead of //<server>/uploads. Etc.
  8. Like
    Dreamlander got a reaction from Dean_ in Images dont load after update to v.3.4.9 also 4.5.4   
    Hi, 
    I encounter this problem ,all the images/icons from buttons, forums etc are not loading , also live search function from admin control panel , and hovering over on the member name doesn't load the profile status.
    Am I missing something?
    Please, some ideeas ?
    Thank you!
    PS: I attached the screenshots in order to see what I'm talking about.




  9. Like
    Dreamlander got a reaction from DKOL in Topic prefix/sufix possibility settings   
    It would be nice to have possibility in ACP to set a prefix/sufix topic for forums like in IP.Downloads when you upload a file,in the autogenerated topic you can set a prefix or sufix: the title of the forum where is posted or your custom prefix.

    If there is a modification already made please tell me!

    Best regards!
  10. Like
    Dreamlander got a reaction from philversprechend in Topic prefix/sufix possibility settings   
    It would be nice to have possibility in ACP to set a prefix/sufix topic for forums like in IP.Downloads when you upload a file,in the autogenerated topic you can set a prefix or sufix: the title of the forum where is posted or your custom prefix.

    If there is a modification already made please tell me!

    Best regards!
  11. Like
    Dreamlander got a reaction from Anonymous IPB User in IPB 3.1.0 features   
    I suggest implementing vertical drop-down menu navigations links instead of 1 main row horizontal navigation bar.
    It would be nice having this feature, because we can manage better the horizontal space and also grouping the navigation links.
×
×
  • Create New...