Pack93z
  • Pack93z
  • Select Member Topic Starter
14 years ago
Sometime when you have time.. post your vision on the skin design for this site.. maybe if I have some free time I will play with it and see what I can come up with.. something to make it less... pale white. 😲
"The oranges are dry; the apples are mealy; and the papayas... I don't know what's going on with the papayas!"
Methodikal
14 years ago
Haha, shit, I forgot about that. I got so wrapped up in pushing things over, lol.

I'll hand draw some stuff and through it up on photoshop. I do like the stuff that's offered. Oh and it's EASY to make a test website too. I'm excited about that.
Something funny.
UserPostedImage
Methodikal
14 years ago
I'd like to make it clear, the template/theme/skin you currently see for the entire site and forum's is NOT final. It will take quite a long time to get the theme layout I desire, and then skin it to my liking. Yes, that's dictator talk. 🙂
Something funny.
UserPostedImage
Pack93z
  • Pack93z
  • Select Member Topic Starter
14 years ago
Creating a custom Theme/Skin for YAF ... (Some layout info there as well.. basic though.)

Skinning YetAnotherForum is kind of self evident. Just copy an existing theme folder and XML file from the themes folder. All there is to it is a theme.css file in the folder (and a bunch of images) and the settings in the XML file. Done.



Can you dump out the theme.css and let me take a peak at it.. see what is all involved in it.
"The oranges are dry; the apples are mealy; and the papayas... I don't know what's going on with the papayas!"
Zero2Cool
14 years ago

Actually, you can only create "theme", not "skin". If you want to create theme, , you need to create subforlder in '/themes' directory (e.g. '/themes/mytheme'Wink, then create xml file for your theme directly in themes directory (e.g. 'mytheme.xml'Wink. In xml file, you'll define name and directory in one of first nodes (you must point yaf to directory you just created for theme files).

Best way how to do this is copy some existing theme and change it's files. Basically, you need to change that xml file in themes root. It's structure quite self-explanatory, but don't hesitate to ask if there is something unclear



http://forum.yetanotherforum.net/yaf_postst4367_How-do-I-make-a-skin.aspx 



Edit, change ZIP to CSS  theme.zip You have insufficient rights to see the content.
UserPostedImage
Pack93z
  • Pack93z
  • Select Member Topic Starter
14 years ago
Got an file is corrupt error on the zip file..


On another note.. attachment button has been disabled again. 🤔 Attachments are back.. lol.  Error.jpg You have insufficient rights to see the content.
"The oranges are dry; the apples are mealy; and the papayas... I don't know what's going on with the papayas!"
Zero2Cool
14 years ago

Got an file is corrupt error on the zip file..


On another note.. attachment button has been disabled again. 🤔 Attachments are back.. lol.

Originally Posted by: Pack93z 




did you change the file extension after you downloaded it?
UserPostedImage
Zero2Cool
14 years ago
http://www.spencerdrager.com/2010/05/13/yetanotherform-yaf-themeing-and-layout-customization/ 

YetAnotherForum (YAF — pronounce “laugh”) is a forum package based on ASP.NET (C#) and Microsoft SQL Server. It has tons of features and functionality, and it use my , but when tasked with customizing it… well, that can be not quite so easy.
Creating a custom Theme/Skin for YAF

Skinning YetAnotherForum is kind of self evident. Just copy an existing theme folder and XML file from the themes folder. All there is to it is a theme.css file in the folder (and a bunch of images) and the settings in the XML file. Done.
Modifying the Layout of YAF

For as easy as changing the theme of YAF is, changing the actual layout is a time-consuming and involved process. And there are a few things which are not as evident from quick google searches or examining the code. So take a lesson from me and save yourself hours of time.


1. You cannot easily remove elements by commenting out the C#

Almost any main you try to comment out will trigger errors when you try to compile due to dependent blocks elsewhere. And the source of the errors may not always be apparent. You may be able to fix those errors, but chances are it will not be worth your effort. This is a pain because depending on what you want to do you may want to eliminate some elements from showing. This may be typical for ASP.NET, but coming from PHP it prevented a learning curve. Many things you may want to remove can be removed by changing BoardSettings. (See next tip)


2. YafContext.Current.BoardSettings are stored in the database

Once you start investigating the depths of the page and class files of YAF, you will eventually start noticing how many part of the board are in hide/show if blocks based on a value of YafContext.Current.BoardSettings.[something]. Other parts of the forum look to these settings for things.

I can’t tell you how many searches I made trying to find what file BoardSettings are stored in. I still don’t know if there is a file with defaults. I didn’t find it despite much searching.

These settings can be changed in the database under the Registry table. Easy peasy? I got thrown off because many of the settings are not in the table. If they are not in the table, you will have to insert a row. The “value” field is a string, so numbers and boolean values are stored just as their string equivalent. i.e. a true value can be stored as the string “true”.

3. The logical structure of the code is as follows

This may seem elementary, but I’m new to ASP.NET and working with modifying larger(ish) packages. It would have been helpful to me to have a diagram or even just a quick explanation of the layout of what calls what. YAF file structure diagram

UserPostedImage
As you can see, any single page may reference a dozen or two files. This can be a serious pain, as those .cs files in the YAF.Controls.dll are in my experience, very tedious to edit. I didn’t realize I neede the SRC version until I realized I could not access TopicLine.cs, which is necessary to change how the single line each topic is displayed as when you look at a single forum.

And to be clear: There are many more pages, controls, and elements within Controls.dll that aren’t shown here. Also, there may be some exceptions to the hierarchy shown here.


4. CSS Class names do not always describe what they refer to

With class names like .header1, .header1Title, and .rightItem, it is not always easy to tell what element these CSS classes are referring to. This can be particularly challenging when you want to edit what they are referred to and you can’t locate which source file the element it is referring to spawns in. This is more of a heads up than an actual tip.
Enjoy, and Contribute

That’s all the tips I have for you today about YetAnotherForum. In my one-day’s experience with them, I found it to be a little frustrating, however now that I am more familiar with it I feel more confident in the likelihood I would be able to switch things up more rapidly. I hope these tips help other newbies trying to do what I was doing.

If you have any tips/tricks of your own you’d like to contribute, please feel free to share and comment.


UserPostedImage
Pack93z
  • Pack93z
  • Select Member Topic Starter
14 years ago
Hmm.. that posts looks so familiar. 🖐
"The oranges are dry; the apples are mealy; and the papayas... I don't know what's going on with the papayas!"
Fan Shout
dfosterf (14-Jun) : TWO magnificent strikes for touchdowns. Lose the pennstate semigeezer non nfl backup
dfosterf (14-Jun) : There was minicamp Thursday. My man Taylor Engersma threw
dfosterf (11-Jun) : There will be a mini camp practice Thursday.
Zero2Cool (11-Jun) : He's been sporting a ring for a while now. It's probably Madonna.
Martha Careful (10-Jun) : We only do the tea before whoopee, it relaxes me.
wpr (10-Jun) : That's awesome Martha.
Mucky Tundra (10-Jun) : How's the ayahuasca tea he makes, Martha?
Martha Careful (10-Jun) : Turns out he like older women
Martha Careful (10-Jun) : I wasn't supposed to say anything, but yes the word is out and we are happy 😂😂😂
Mucky Tundra (10-Jun) : I might be late on this but Aaron Rodgers is now married
Mucky Tundra (10-Jun) : Well he can always ask his brother for pointers
Zero2Cool (10-Jun) : Bo Melton taking some reps at CB as well as WR
Zero2Cool (10-Jun) : key transactions coming today at 3pm that will consume more cap in 2025
Zero2Cool (9-Jun) : Jaire played in just 34 of a possible 68 games since the start of the 2021 season
Zero2Cool (9-Jun) : reported, but not expected to practice
Zero2Cool (9-Jun) : Jenkins has REPORTED for mandatory camp
Zero2Cool (9-Jun) : I really thought he'd play for Packers.
buckeyepackfan (9-Jun) : Packers releasing Jaire Alexander.
Mucky Tundra (8-Jun) : (Context: he wants his defense to create turnovers)
Mucky Tundra (8-Jun) : Giants DC Shane Bowen tells players to “be a damn pirate."
dfosterf (6-Jun) : Semper fi !
Cheesey (6-Jun) : This is why I have so much respect for those that have gone through battles
Cheesey (6-Jun) : I can't even imagine what that would have been like
wpr (6-Jun) : "Come on, you sons of bitches. Do you want to live forever?"
wpr (6-Jun) : Facing a line of machine guns 2 time medal of Honor recipient, First Sergeant Dan Daly told his men,
wpr (6-Jun) : Another detachment went into the Belleau Wood.
wpr (6-Jun) : On the 6th the Marines took Hill 142 but suffered terrible losses.
wpr (6-Jun) : It’s time to remember dfoster’s Marine brothers in Belleau Wood. The battle went on from June 1-26. Nearly 10,000 casualties.
packerfanoutwest (6-Jun) : Nick Collins and Morgan Burnett have signed with the PACK
packerfanoutwest (6-Jun) : he won't be wearing #12, maybe he will wear number two
packerfanoutwest (6-Jun) : He will fail this season, should have retired
Mucky Tundra (5-Jun) : Thus the cycle of Hall of Fame Packer QBs going to the Jets and then the Vikings is broken
bboystyle (5-Jun) : Rodgers to steelers on 1 year contract
Zero2Cool (5-Jun) : It's the cycle of civilizations. Get lazier, lazier, softer, softer and vanish.
Martha Careful (5-Jun) : great point. every aspect of society, including art, culture and sports has degraded.
dfosterf (4-Jun) : Green Bay sweep meant something to society about stopping pure excellence. We have the tush push now
dfosterf (4-Jun) : We old Martha.
Martha Careful (4-Jun) : *front four
Martha Careful (4-Jun) : Re frout four, I wish we had some Green "People Eaters" or a fearsome foursome
dfosterf (4-Jun) : *directions*
dfosterf (4-Jun) : Just don't ask him for driving direct
dfosterf (4-Jun) : Jim Marshall was an all-time great DE for the Purple People Eaters. Didn't like him. That's a compliment. RIP
Zero2Cool (3-Jun) : ooppppss
Zero2Cool (3-Jun) : “Kenny Clark played all of last season hurt by the way and got surgery to fix it in January”
Mucky Tundra (3-Jun) : @ByRyanWood How much did the injury affect him last fall? “A lot.”
Mucky Tundra (3-Jun) : @ByRyanWood Kenny Clark said he had foot surgery in January. Injured his foot in opener against Eagles and played through it all year.
Zero2Cool (3-Jun) : Golden is wearing guardian cap again. I bet he plays with it on too.
Mucky Tundra (3-Jun) : All the stuff I'm reading from Lions fans are pointing at his toe; he more or less has permanent turf toe in one of his big toes
dfosterf (3-Jun) : Kenny played through it, and a shame he gets little credit for that, imo
dfosterf (3-Jun) : Big men. I hope it's not the undoing of Kenny Clark
Please sign in to use Fan Shout
2025 Packers Schedule
Sunday, Sep 7 @ 3:25 PM
LIONS
Thursday, Sep 11 @ 7:15 PM
COMMANDERS
Sunday, Sep 21 @ 12:00 PM
Browns
Sunday, Sep 28 @ 7:20 PM
Cowboys
Sunday, Oct 12 @ 3:25 PM
BENGALS
Sunday, Oct 19 @ 3:25 PM
Cardinals
Sunday, Oct 26 @ 7:20 PM
Steelers
Sunday, Nov 2 @ 12:00 PM
PANTHERS
Monday, Nov 10 @ 7:15 PM
EAGLES
Sunday, Nov 16 @ 12:00 PM
Giants
Sunday, Nov 23 @ 12:00 PM
VIKINGS
Thursday, Nov 27 @ 12:00 PM
Lions
Sunday, Dec 7 @ 12:00 PM
BEARS
Sunday, Dec 14 @ 3:25 PM
Broncos
Friday, Dec 19 @ 11:00 PM
Bears
Friday, Dec 26 @ 11:00 PM
RAVENS
Saturday, Jan 3 @ 11:00 PM
Vikings
Recent Topics
16-Jun / Green Bay Packers Talk / dfosterf

15-Jun / Random Babble / Martha Careful

14-Jun / Around The NFL / beast

14-Jun / Community Welcome! / dfosterf

13-Jun / Green Bay Packers Talk / dfosterf

13-Jun / Green Bay Packers Talk / Adam

12-Jun / Random Babble / Martha Careful

12-Jun / Green Bay Packers Talk / Zero2Cool

12-Jun / Green Bay Packers Talk / beast

12-Jun / Green Bay Packers Talk / beast

11-Jun / Green Bay Packers Talk / beast

10-Jun / Green Bay Packers Talk / Martha Careful

10-Jun / Green Bay Packers Talk / Zero2Cool

7-Jun / Green Bay Packers Talk / Mucky Tundra

6-Jun / Green Bay Packers Talk / beast

Headlines
Copyright © 2006 - 2025 PackersHome.com™. All Rights Reserved.