Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 202
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 188
Total: 188

Author Topic: [Mod] Profile Tabs  (Read 26081 times)

0 Members and 1 Guest are viewing this topic.

Little15

  • Guest
[Mod] Profile Tabs
« on: September 23, 2006, 09:18:24 pm »
Profile Tabs
SMF Version: 1.1RC3

Description:Profile tabs modifies the Profile.template into seperate sections via a tabs script obtained from http://webfx.eae.net. The main parts of the profile are seperated into general/Contact/Personal and additional tabs include Simple Blog, Buddies, Profile Comments and Images.

Images currently only works with Coppermine.  But I am considering a more wider selection.

A demo can be seen here My Profile

Please note that both Simple Blog and Profile Comments have been modified and therefore are included in the package, though both retain all the features of the seperate packages with some additional options.

Both Profile Comments and Simple Blog include BBC images and smileys and both notify a user when a comment is posted.

Blog, Comments, Buddies and images are selectable via modsettings.

Recent Blogs can be enabled on the board index.

Buddies are shown in the buddies tab displaying the number of buddies, their avatar and name with a link to their profile.

If you have either Simple Blog or Profile Comments, uninstall the mods first.  Please also make sure you do a backup of the database (it shouldn't do anything, but safety first! :))

Currently only works with 1.1RC3. I will be working on a 1.0.8 version in the future.

Link to Mod
« Last Edit: September 23, 2006, 09:35:42 pm by Little15 »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: [Mod] Profile Tabs
« Reply #1 on: September 23, 2006, 09:20:09 pm »
I think you need to change the mod name url's are based on unique mod names.
« Last Edit: September 23, 2006, 09:24:17 pm by SMFHacks »
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Little15

  • Guest
Re: [Mod] Profile Tabs
« Reply #2 on: September 23, 2006, 09:37:18 pm »
Sorry, My mistake for some reason I typed in Profile Comments instead of Profile Tabs. D'oh!

Offline jklapp

  • Member
  • *
  • Posts: 45
    • View Profile
Re: [Mod] Profile Tabs
« Reply #3 on: September 25, 2006, 08:10:45 am »
I will be working on a 1.0.8 version in the future.

Near future? ??? Hopefully  :)

Little15

  • Guest
Re: [Mod] Profile Tabs
« Reply #4 on: September 25, 2006, 08:47:02 am »
Well there is not too much wrong. Just need to change some things to work like spell check, etc

Offline jklapp

  • Member
  • *
  • Posts: 45
    • View Profile
Re: [Mod] Profile Tabs
« Reply #5 on: September 25, 2006, 03:48:13 pm »
I wish I could upgrade to SMF Version: 1.1RC3, but the Enigma portal I'm running hasn't been modified to run on it yet, so I have to wait. :( 

I do look forward to your mod... You've really done a nice job. :)

Little15

  • Guest
Re: [Mod] Profile Tabs
« Reply #6 on: September 25, 2006, 06:40:46 pm »
I wish I could upgrade to SMF Version: 1.1RC3, but the Enigma portal I'm running hasn't been modified to run on it yet, so I have to wait. :( 

I do look forward to your mod... You've really done a nice job. :)

OK. No problem.  I actually had enigma running on RC2 but I don't remember if it caused any problems.

Offline jklapp

  • Member
  • *
  • Posts: 45
    • View Profile
Re: [Mod] Profile Tabs
« Reply #7 on: September 28, 2006, 11:29:43 am »
That is fantastic... Thank You :)  I've been wanting to have a myspace type site for a long time. :)

Offline jklapp

  • Member
  • *
  • Posts: 45
    • View Profile
Re: [Mod] Profile Tabs
« Reply #8 on: September 29, 2006, 09:55:34 am »
Here is an idea for your blog mod :)

(1) It would be nice to have an option where a user could choose to have there name listed on a User Blog Page.... Also a block that displayed a random User Blog would be nice too. :)

Offline Maya

  • Member
  • *
  • Posts: 19
    • View Profile
Re: [Mod] Profile Tabs
« Reply #9 on: October 04, 2006, 04:00:38 pm »
Quote
Images currently only works with Coppermine.  But I am considering a more wider selection.

I have installed several of your mods and i think this one is super cool. Good job...

In regards to having it only able to link up to coppermine right now....would it be worth looking at to have it be able to link up to SMF gallery Lite/pro?

Hopefully...

Also, I run TinyPortal 9.5, and it works just fine on the default ( looks great... but trying to get it to working with any other theme is crazy... I copied this code in to the theme's css, but still nothing..


Code: [Select]
.dynamic-tab-pane-control.tab-pane {
position: relative;
width: 100%;
}

.dynamic-tab-pane-control .tab-row .tab {
font-family: Verdana, Helvetica, Arial;
font-size: 12px;
cursor: Default;
display: inline;
margin: 1px -5px 1px 5px;
float: left;
padding: 3px 6px 3px 6px;
background: url(images/catbg1.jpg) #88A6C0 repeat-x;
border: 1px solid;
border-color: rgb(0,0,0);
border-left: 0;
border-bottom: 0;
border-top: 0;

cursor: hand;
cursor: pointer;

z-index: 1;
position: relative;
top: 0;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
font-family: Verdana, Helvetica, Arial;
font-size: 13px;
color: rgb(234,242,255);
text-decoration: none;
cursor: hand;
cursor: pointer;
background: url(images/catbg.jpg) #88A6C0 repeat-x;
}

.dynamic-tab-pane-control .tab-row .tab a {
font-family: Verdana, Helvetica, Arial;
font-size: 13px;
color: rgb(234,242,255);
text-decoration: none;
cursor: hand;
cursor: pointer;
}

.dynamic-tab-pane-control .tab-row .hover a {
color: rgb(234,242,255);
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
font-weight: bold;
}

.dynamic-tab-pane-control .tab-page {
clear: both;
z-index: 2;
position: relative;
border: 1px solid;
                border-color:             #cccccc;
top: -1px;
font-family: Verdana, Helvetica, Arial;
font-size: 13px;
padding: 10px;
}

.dynamic-tab-pane-control .tab-row {
z-index: 1;
white-space: nowrap;
height: 1.85em;
width: 100%;
}

Any suggestions? tia

Offline jklapp

  • Member
  • *
  • Posts: 45
    • View Profile
Re: [Mod] Profile Tabs
« Reply #10 on: October 07, 2006, 01:12:48 am »
I'm running a test board with TinyPortal and when I tried to install Profile Tabs I got this error...

Quote
Duplicate entry 'enable_recent_blogs' for key 1
File: D:\Inetpub\akronsanctuary\smf\Packages\temp\ProfileTabsinstall.php
Line: 49

Offline BJ05

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: [Mod] Profile Tabs
« Reply #11 on: October 07, 2006, 07:42:47 am »
I have a small problem with the Simple Blogs portion of this mod. I know the cause (I think) and I know how to correct it, I need to know where to look though.

In the RECENT Blogs section of the Forum Stats, Blogs are being shown in triplicate. I believe this is caused by two instances of Simple Blog not uninstalling correctly.

Which file is modified to show the RECENT BLOGS in this area?

Also, It would be nice if the default Gallery could or would be changed to SMF GALLERY PRO. With the tight integration into SMF and the possibiliites the future holds, I believe this will be the gallery of choice very soon.

Little15

  • Guest
Re: [Mod] Profile Tabs
« Reply #12 on: October 07, 2006, 08:24:23 am »
Also, I run TinyPortal 9.5, and it works just fine on the default ( looks great... but trying to get it to working with any other theme is crazy... I copied this code in to the theme's css, but still nothing..

Is there just a blank page? You also need to copy something from the index.template.php as well. It is a link to a .js file.

I have a small problem with the Simple Blogs portion of this mod. I know the cause (I think) and I know how to correct it, I need to know where to look though.

In the RECENT Blogs section of the Forum Stats, Blogs are being shown in triplicate. I believe this is caused by two instances of Simple Blog not uninstalling correctly.

This problem is with  Simple Blog itself and not due to multiple installs.  Keep a check on the Simple Blog mod when this will be fixed.

Offline Maya

  • Member
  • *
  • Posts: 19
    • View Profile
Re: [Mod] Profile Tabs
« Reply #13 on: October 07, 2006, 12:47:19 pm »
Not a blank page, it just enlarges all the titles, and stays as a long list profile page ( no tabs....

actually I managed to get a friend to have a look,(he way more about codes than I do  ;) )

and he gave me a solution that got it work the way it is supposed to

not gauranteed to work in all themes, but I can post what I did here if you like.

Little15

  • Guest
Re: [Mod] Profile Tabs
« Reply #14 on: October 07, 2006, 04:05:29 pm »
That is a bit of a bug actually.  It seems sometimes it does that and if you just clear your cache from your browser it seems to clear it.

 

Related Topics

  Subject / Started by Replies Last post
4 Replies
7407 Views
Last post September 13, 2008, 04:56:08 am
by Alistair
4 Replies
4737 Views
Last post March 08, 2009, 10:29:17 pm
by richard68
5 Replies
5696 Views
Last post March 10, 2009, 04:20:17 am
by SRLtd
16 Replies
9565 Views
Last post September 08, 2009, 12:26:52 pm
by phxmaximus
3 Replies
5904 Views
Last post November 23, 2011, 12:46:16 am
by SMFHacks

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal