+-

UserBox

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

Sponsored Links

+- Recent Posts

Re: Code being stripped in HTML block by negative_energy
February 06, 2012, 06:30:36 pm

Re: Code being stripped in HTML block by EzPortal
February 06, 2012, 06:25:25 pm

Re: Code being stripped in HTML block by negative_energy
February 06, 2012, 06:23:16 pm

Re: Flash EzBlock by negative_energy
February 06, 2012, 06:18:40 pm

Re: Code being stripped in HTML block by EzPortal
February 06, 2012, 06:08:49 pm

Code being stripped in HTML block by negative_energy
February 06, 2012, 06:01:55 pm

Re: EzPortal 0.5.1 and Russian encoding by Retrouser
February 04, 2012, 12:59:13 am

Re: Flash EzBlock by negative_energy
January 23, 2012, 12:56:04 am

Re: Flash EzBlock by EzPortal
January 22, 2012, 11:08:10 pm

Flash EzBlock by negative_energy
January 22, 2012, 05:29:23 pm

Author Topic: UserBox 1.0 Question  (Read 1634 times)

0 Members and 1 Guest are viewing this topic.

Offline jk-dj

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
    • View Profile
UserBox 1.0 Question
« on: February 07, 2010, 08:08:47 pm »
I'm using SMF 1.1.11 and installed ezPortal with no issues.    I added UserBox to the left column.  It works like it should, except that it shows a "My Images" link under "Unread Replies".     



I don't have an SMF image gallery installed on my site.  Is there a way I can remove this link?   It doesn't cause a problem (it takes you to the forum when clicked) but it is an extraneous link.

I'm okay with editing code...is there a way I can fix this?

Thanks in advance.

Joe

Offline EzPortal

  • Administrator
  • *****
  • Posts: 624
  • Karma: 42
    • View Profile
Re: UserBox 1.0 Question
« Reply #1 on: February 07, 2010, 08:15:23 pm »
EzPortal checks that gallery_max_filesize exists in the smf_settings table you can either remove that entry or

Edit Sources/Subs-EzportalMain.php
Find and remove
Code: [Select]
if (isset($modSettings['gallery_max_filesize']))
{
// My Images Link
echo '<a href="', $scripturl, '?action=gallery;sa=myimages;u=' . $ID_MEMBER . '">', $txt['ezp_userbox_myimages'], '</a><br />';
}

Offline jk-dj

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
    • View Profile
Re: UserBox 1.0 Question
« Reply #2 on: February 08, 2010, 10:03:11 am »
Fixed!  ezPortal rocks!!!  Thanks for your help and quick reply ;)
« Last Edit: February 08, 2010, 11:46:05 am by jk-dj »

Offline EzPortal

  • Administrator
  • *****
  • Posts: 624
  • Karma: 42
    • View Profile
Re: UserBox 1.0 Question
« Reply #3 on: February 08, 2010, 10:05:38 am »
Glad to help

 

Powered by EzPortal