Activity Stream
48,167 MEMBERS
64070 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Google Corp.

    Default Editing "Currently Active Users" List on the Board Index

    OK, basically I want to edit the anchor links in the Currently Active Users thing on the board index. However, everything I try in the "look and feel" tab in the admincp doesnt work, I'm thinking that there is a file I would need to edit instead.

    Any IPB wizards who know what to do?
    SJshah Reviewed by SJshah on . Editing "Currently Active Users" List on the Board Index OK, basically I want to edit the anchor links in the Currently Active Users thing on the board index. However, everything I try in the "look and feel" tab in the admincp doesnt work, I'm thinking that there is a file I would need to edit instead. Any IPB wizards who know what to do? Rating: 5
    Life asked Death: "Why do people love me, but hate you?"
    Death responded: "Because you're a beautiful lie and I'm the painful truth."


  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    LulzCovers.com LulzTroll.com
    any screenshot of what you wanna do??
    Contact me for Traffic, SEO, WCDDL, Wordpress, IPB related Services or queries.
    Template Designing, PSD to HTML, Wordpress


  4.     
    #3
    Google Corp.
    See this: http://screensnapr.com/u/i/vx0mal.png

    I need to add rel="nofollow" to all of those profile links.
    I have tried editing everything in that area of the skin and got nowhere.
    Life asked Death: "Why do people love me, but hate you?"
    Death responded: "Because you're a beautiful lie and I'm the painful truth."


  5.     
    #4
    Respected Developer
    1) File: /admin/applications/forums/modules_public/forums/boards.php

    2) Search for:
    Code: 
    $active['NAMES'][] = "<a href='"
    3) Replace with:
    Code: 
    $active['NAMES'][] = "<a rel='nofollow' href='"
    4) repeat step 2 and 3 once more.
    5) Save, done.

  6.     
    #5
    Google Corp.
    Worked perfectly

    Cheers!
    Life asked Death: "Why do people love me, but hate you?"
    Death responded: "Because you're a beautiful lie and I'm the painful truth."


  7.     
    #6
    Google Corp.
    Oh another thing, I want to do the same for the "Recent Topics" hook (add rel="nofollow" to the user profile URLs), but have a similar issue..

    I found the place I need to edit, but the URL in the hooksos_topicosrecentes is encoded like this:
    Code: 
    {IPSLib::makeProfileLink(IPSLib::makeNameFormatted( $r['topico']['starter_name'], $r['topico']['grupo1']), $r['topico']['starter_id'])}{parse template="user_popup" group="global" params="$r['topico']['starter_id'], $r['topico']['nome1']"}
    is there a way to add rel="nofollow" to that?
    Life asked Death: "Why do people love me, but hate you?"
    Death responded: "Because you're a beautiful lie and I'm the painful truth."


  8.     
    #7
    Respected Developer
    IPSLib::makeProfileLink() is a global IPB function. That means that editing that will change it across the whole forum and not just that hook. Not sure if you'd want that.

    Edit:
    You should also be aware of the fact that each time you update your board to a newer version all edits to the PHP files will be undone.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. looking for italian moderator/active "user" / staff
    By ciaociao4 in forum Community Cooperative
    Replies: 2
    Last Post: 1st Mar 2012, 11:51 AM
  2. Replies: 11
    Last Post: 13th Aug 2011, 04:14 PM
  3. IP Board "Cannot initiate the set up class"
    By makfun in forum IP.Board
    Replies: 1
    Last Post: 3rd May 2011, 12:28 AM
  4. Replies: 1
    Last Post: 6th Sep 2010, 03:43 PM

Tags for this Thread

BE SOCIAL