Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic profileCSS_Y2.2.1 (Read 7975 times)
ChiMoHe
Full Member
***
Offline


I love YaBB 2.2

Posts: 197
Joined: Apr 4th, 2007
profileCSS_Y2.2.1
Mar 16th, 2008 at 8:21am
Print Post  
profileCSS_Y2.2.1 mod allows users to edit some CSS Properties for Profiles

see what I've done to my profile using this mod
and test at

userid:  boardmodtester
pass: tester
[url][/url]

-------------------------------------------
Intructions
-------------------------------------------

1. install the mod

2. upload to Admin/

  ModList.pl

   upload to Sources/
 
  MyCenter.pl
  Profile.pl
  SubList.pl

   upload to Languages/English/

  profileCSS.lng

mod history
profileCSS_Y22_v1d.mod

fixed typos
fiex missing lang info

screenshot
hopefully coming back soon.

know issue:
hex values are not recalled into fields

I thinks it's do to # commenting out but not sure

If anyone one knows a fix for this let us know please


profileCSS_Y22_v1e.mod
Fixed
Code
Select All
	  if (${$uid.$user}{'ptextcolor'} =~ m~\#/~) {
 


should have been
Code
Select All
	  if (${$uid.$user}{'ptextcolor'} =~ m~\#~) {
 



Thankyou


Mod History

24.03.08 version 1.1
added:
background-position
     top left
     top center
     top right
     center left
     center center
     center right
     bottom left
     bottom center
     bottom right

background-attachment
     scroll
     fixed

background-repeat
     repeat
     repeat-x
     repeat-y
     no-repeat

25.03.08 Verson 1_2
added classes for each row
fixed typos

26.03.08 Version 1_3
added text/link for each row

27.03.08 Version 1_4
fixed typos
added Background-color- for each row
fixed more typos ... checked and doubled checked on fresh install for YaBB2.2.1

I think I'll be getting hosting soon to revamp this mod to be a bit different.  Any sugestions?
« Last Edit: Nov 9th, 2011 at 12:00am by ChiMoHe »  

profileCSS_Y221_v1_5.zip ( 9 KB | Downloads )

soundcloud.com/chimohe
Back to top
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: profileCSS_Y22_v1
Reply #1 - Mar 16th, 2008 at 10:47am
Print Post  
Hi
add # before input tag.  Wink

Code
Select All
#<input... 

  

greetings
Jeff
Back to top
WWW  
IP Logged
 
ChiMoHe
Full Member
***
Offline


I love YaBB 2.2

Posts: 197
Joined: Apr 4th, 2007
Re: profileCSS_Y22_v1
Reply #2 - Mar 18th, 2008 at 1:30am
Print Post  
Any Suggestions for this mod are welcome and encourage ... Thankyou

ie ... my next task is to add:

background-color: # (if no image)
background-attachment:   scroll/fixed
background-repeat:  repeat/norepeat

also change bordercolor to pbg to avoid conflict with background of mycenter left column when view profile within userpanel

then make different class for
picrow
Contact Information
Signature
Additional Information

  

soundcloud.com/chimohe
Back to top
IP Logged
 
Outumuro
God Member
*****
Offline


Publisher - YaBB Toolbar

Posts: 569
Location: Los Angeles
Joined: Apr 14th, 2004
Gender: Male
Re: profileCSS_Y22_v1
Reply #3 - Mar 23rd, 2008 at 1:38pm
Print Post  
Nice idea ChiMoHe.

News item.
  


Back to top
WWW  
IP Logged
 
ChiMoHe
Full Member
***
Offline


I love YaBB 2.2

Posts: 197
Joined: Apr 4th, 2007
Re: profileCSS_Y22_v1
Reply #4 - Mar 24th, 2008 at 12:23am
Print Post  
THankyou ... I've put this mod on hold for a little bit to work on BlogBoard.mod but will be back in full force in about a week ... I want to take care of that so I can make them compatible ... I plan on combinding them so Users can Choose CSS for BlogBoard as well ... Thankyou For Your support ... It's great to get possitive feedback ... negitive is good to ... helps find out what's working and what's not ...
  

soundcloud.com/chimohe
Back to top
IP Logged
 
ChiMoHe
Full Member
***
Offline


I love YaBB 2.2

Posts: 197
Joined: Apr 4th, 2007
Re: profileCSS_Y2.2.1
Reply #5 - Mar 25th, 2008 at 4:32pm
Print Post  
I had some time today so I added

background-position
    top left
    top center
    top right
    center left
    center center
    center right
    bottom left
    bottom center
    bottom right

background-attachment
    scroll
    fixed

background-repeat
    repeat
    repeat-x
    repeat-y
    no-repeat

updated zip in first post

note ... Position is spelled wrong in profileCSS.lng

Code
Select All
'pbgimgposition' => "Select Background-Posistion", 


should be
Code
Select All
'pbgimgposition' => "Select Background-Position", 



will fix in next update
[Done]
Thankyou
« Last Edit: Mar 26th, 2008 at 6:05am by ChiMoHe »  

soundcloud.com/chimohe
Back to top
IP Logged
 
ChiMoHe
Full Member
***
Offline


I love YaBB 2.2

Posts: 197
Joined: Apr 4th, 2007
Re: profileCSS_Y2.2.1
Reply #6 - Mar 28th, 2008 at 1:23am
Print Post  
I would like to add a color picker and option to upload image for background image

not sure how ... first though ... This mod is a bit lengthy and probably should have some things pulled out into a ProfileCSS.pl and should make use of @lists instead of repeatitive lines ... my thought is to make @list for each row ...

all ideas/info/sugestions welcomed and encouraged

Thankyou
  

soundcloud.com/chimohe
Back to top
IP Logged
 
ChiMoHe
Full Member
***
Offline


I love YaBB 2.2

Posts: 197
Joined: Apr 4th, 2007
Re: profileCSS_Y2.2.1
Reply #7 - Apr 1st, 2008 at 6:21am
Print Post  
I found a glitch when installing with ExtendedProfiles installed first ... here's a compatable version

stiil down load zip for language file
Thankyou
  

soundcloud.com/chimohe
Back to top
IP Logged
 
ChiMoHe
Full Member
***
Offline


I love YaBB 2.2

Posts: 197
Joined: Apr 4th, 2007
Re: profileCSS_Y2.2.1
Reply #8 - Apr 18th, 2008 at 3:58am
Print Post  
I was able to easily add


by using $ubbcpalette

Code
Select All
	$showProfile .= qq~
<tr class="windowbg">
	    <td align="left" width="220"><b>$lang_pcss{'pbgcolor'}: </b></td>
	    <td align="left"> <input type="text" name="pbgcolor" size="12" value="$pbgcolor" maxlength="12" /> $ubbcpalette</td>	    
	  </tr>
  ~; 



now the hard part ... How do I get the HEX Values to land in
Code
Select All
<input type="text" name="pbgcolor" size="12" value="$pbgcolor" maxlength="12" />
 



THankyou for Your Time and Assistance
  

soundcloud.com/chimohe
Back to top
IP Logged
 
ChiMoHe
Full Member
***
Offline


I love YaBB 2.2

Posts: 197
Joined: Apr 4th, 2007
Re: profileCSS_Y2.2.1
Reply #9 - Nov 22nd, 2008 at 7:04pm
Print Post  
  

soundcloud.com/chimohe
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint