> Forums > Active Social > Themes and Templates > Remove group logo/image from Site Summary
Last Post 05 Apr 2010 09:29 PM by Ray Dixon. 18 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
R1ckJon3z
Customers
R1ckJon3z
Post Count:116

--
11 Feb 2010 02:01 PM
    I want to remove the group logo/image from site summary posts.  Can someone point me in the right direction please.  It's probably just a matter of deleting a token from somewhere, but I haven't found it yet.  Thanks!

    -Ricky
    Poker Sharkz
    Ricky Jones | PokerSharkz.net | Social Networking For Poker Players
    R1ckJon3z
    Customers
    R1ckJon3z
    Post Count:116

    --
    11 Feb 2010 02:14 PM
    I am using the _activesocial theme.

    -Ricky
    Poker Sharkz
    Ricky Jones | PokerSharkz.net | Social Networking For Poker Players
    R1ckJon3z
    Customers
    R1ckJon3z
    Post Count:116

    --
    11 Feb 2010 02:48 PM
    I am attaching a screen shot of what I am talking about trying to accomplish.  Is there a template file for the site summary?  I am looking in the config folder and I don't see anything that says site summary.  Would it be the Journal Summary template?  Thanks.



    -Ricky
    Poker Sharkz
    Ricky Jones | PokerSharkz.net | Social Networking For Poker Players
    Dan Ball
    Customers
    Dan Ball
    Post Count:582

    --
    11 Feb 2010 03:34 PM
    Yep, the JournalSummary.ascx file is the one you want to modify. Make a copy of it into your custom theme directory and go from there.
    R1ckJon3z
    Customers
    R1ckJon3z
    Post Count:116

    --
    11 Feb 2010 06:03 PM
    I have created a custom theme, created a template directory, created a folder called 'Other' in that directory and copied the JournalSummary.ascx file in there.  Modified the file by removing  [AS:JOURNALINFO:IMAGE]  I saved the file and closed it.  I changed the theme to my new theme and saved, but nothing has changed.  I also deleted some other tokens just to see if it would change and nothing did.  Either this is the wrong file or I am doing something wrong.  Any suggestions?

    -Ricky


    Poker Sharkz
    Ricky Jones | PokerSharkz.net | Social Networking For Poker Players
    Dan Ball
    Customers
    Dan Ball
    Post Count:582

    --
    11 Feb 2010 07:31 PM
    That sounds like you did it the right way, you might have to clear your cache also.
    R1ckJon3z
    Customers
    R1ckJon3z
    Post Count:116

    --
    11 Feb 2010 07:45 PM
    I did try clearing the cache with no success.  As a test though, I made an edit to WelcomeCenter.ascx and I noticed the change right away, so I think the custom theme process is working just fine.  I just need to figure out where I need to make the correct change.  It looks like the only time this logo/image is appearing is from forum posts and replies.  Is there any other place this could be coming from or does everything on the social summary flow through JournalSummary.ascx?  I'll keep fiddling around a little.....

    -Ricky
    Poker Sharkz
    Ricky Jones | PokerSharkz.net | Social Networking For Poker Players
    Dan Ball
    Customers
    Dan Ball
    Post Count:582

    --
    11 Feb 2010 08:04 PM
    You'd have to check with the AM guys, but I'm pretty sure that the icon is rendered via the template. Removing it from the template should remove it from the display.
    Steven Webster
    Customers
    Steven Webster
    Post Count:1665

    --
    11 Feb 2010 08:31 PM
    I think these were moved to the db in 1.3. Check out activesocial_JournalTypes. But, I don't know that you want to mess with these without some direction from AM.
    Steven Webster
    dnnOsphere.com, An Independent Community for DotNetNuke Users
    R1ckJon3z
    Customers
    R1ckJon3z
    Post Count:116

    --
    11 Feb 2010 08:33 PM
    I think you are right....That's got to be the correct template and token.  Something is going on because I can delete the entire item template and still nothing changes.  I guess I'm stumped on this one
    Poker Sharkz
    Ricky Jones | PokerSharkz.net | Social Networking For Poker Players
    R1ckJon3z
    Customers
    R1ckJon3z
    Post Count:116

    --
    11 Feb 2010 10:46 PM
    Steven,

    I think you might be on the money....I looked at the table and I believe the 'Site Template' column holds the template that needs to be changed.  I am going to experiment with this and see what happens.

    -Ricky
    Poker Sharkz
    Ricky Jones | PokerSharkz.net | Social Networking For Poker Players
    R1ckJon3z
    Customers
    R1ckJon3z
    Post Count:116

    --
    11 Feb 2010 10:58 PM
    Hey Guys,

    That seemed to do the trick!  Thanks Steven and Dan for your help.  Maybe this will be useful for some customers in the future.

    -Ricky

    Poker Sharkz
    Ricky Jones | PokerSharkz.net | Social Networking For Poker Players
    Will Morgenweck Forum Admin
    DotNetNuke Staff
    Will Morgenweck
    Post Count:7671

    --
    11 Feb 2010 11:08 PM
    Sorry for the late reply; it has been a pretty crazy day.

    I cannot recommend altering the journal templates in the database. You can hide that image with some simple css. Add this to your skin.

    .asjournalcell a img{display:none !important;}
    Will Morgenweck
    Director of Product Management
    DotNetNuke Corp.
    Steven Webster
    Customers
    Steven Webster
    Post Count:1665

    --
    11 Feb 2010 11:21 PM
    Posted By Will M on 12 Feb 2010 12:08 AM
    Sorry for the late reply; it has been a pretty crazy day.

    I cannot recommend altering the journal templates in the database. You can hide that image with some simple css. Add this to your skin.

    .asjournalcell a img{display:none !important;}
    That's a way better solution.

    Steven Webster
    dnnOsphere.com, An Independent Community for DotNetNuke Users
    R1ckJon3z
    Customers
    R1ckJon3z
    Post Count:116

    --
    11 Feb 2010 11:45 PM
    Does that go in the module.css file in the Journal section?  My css skills are ridiculous, sorry   I changed the templates back to original and now the images are back.  Thanks

    -Ricky
    Poker Sharkz
    Ricky Jones | PokerSharkz.net | Social Networking For Poker Players
    Steven Webster
    Customers
    Steven Webster
    Post Count:1665

    --
    12 Feb 2010 12:10 AM
    No...don't change the module.css. (your changes would get over written the next time you upgrade).

    You an add that to your skin's css file

    or

    open Admin --> Site Settings and go down to the Stylesheet section

    Past Will's code in there and click Save Stylsheet.
    Steven Webster
    dnnOsphere.com, An Independent Community for DotNetNuke Users
    R1ckJon3z
    Customers
    R1ckJon3z
    Post Count:116

    --
    12 Feb 2010 12:25 AM
    Steven,

    Thanks for pointing me in the right direction...It's late and I was getting theme and skin crossed up.  It's working like a champ.  I really need to learn some css   but I'll save that for another day.  Thanks guys!

    -Ricky
    Poker Sharkz
    Ricky Jones | PokerSharkz.net | Social Networking For Poker Players
    Dan Ball
    Customers
    Dan Ball
    Post Count:582

    --
    12 Feb 2010 06:26 AM
    You can also edit the module.css file that is in your custom template directory. That will override any identical settings in the AS module.css file.
    Ray Dixon
    Customers
    Ray Dixon
    Post Count:199

    --
    05 Apr 2010 09:29 PM
    Ricky, I would make a copy of the _activesocial theme and make the changes to that (and of course, select that as your theme). Otherwise, your changes will probably get overridden with an upgrade.
    You are not authorized to post a reply.
    > Forums > Active Social > Themes and Templates > Remove group logo/image from Site Summary
    test
    Copyright 2012 by DotNetNuke Corporation / Terms of Use / Privacy