Previous Thread
Next Thread
Print Thread
Hop To
#261576 07/20/2018 8:25 PM
Joined: Feb 2017
Posts: 44
A
Newbie
Newbie
A Offline
Joined: Feb 2017
Posts: 44
Anyone know where I can get this theme? Its part of the style select menu for this forum:

http://www.texasoffroad.net/forum/ubbthreads.php/forum_summary

AstroCat #261577 07/20/2018 9:21 PM
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
If it's a custom style, you'd need to contact the admin of that forum.

If it's publicly available it'll probably be in the styles forum here or at UBBDev.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
AstroCat #261578 07/20/2018 9:52 PM
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
Originally Posted by AstroCat
Anyone know where I can get this theme? Its part of the style select menu for this forum:

http://www.texasoffroad.net/forum/ubbthreads.php/forum_summary

The Koniro style is at
https://www.ubbcentral.com/forums/ubbthreads.php/topics/166495/7-0-x-koniro-reworked


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
AstroCat #261579 07/20/2018 10:02 PM
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
OS_X_Aqua can be adopted to your own forums by viewing the source for their CSS. Copy it and place it in to a new style on your forum with the entire bit being placed in to the "Extra Properties" section. If there are images linked within that style, download those, and adjust the links within your new style, to match the location where you've stored the images.

Thats one route. The other is to email the forum admin and ask if he is willing to share the source for his style, or if he will share the archive of it.

Using a bit of google-fu, you probably could also find it on a google search.


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
isaac #261580 07/21/2018 5:01 AM
Joined: Feb 2017
Posts: 44
A
Newbie
Newbie
A Offline
Joined: Feb 2017
Posts: 44
Not going through all that..Thats part of the reason I do not use this software it lacks creativity and theme development. Even the free forum software has more selections....Guess maybe I should go with one of those. I do appreciate your input though thanks.

AstroCat #261581 07/21/2018 9:24 AM
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
Let me remind you that you're looking for a custom forum style that was probably made over 10 years ago. Probably closer to 2006.

There is nothing difficult about emailing a forum owner about the source of their custom style. I mean, that's your original goal, right?

A quick Google search returns a post on ubbdev.com from 2009 where someone else asked the same question as you, and was given the same answer as I just gave you.

https://www.ubbdev.com/forums/ubbthreads.php/topics/317750/where-can-i-get-these-stylesheets.html

Last edited by isaac; 07/21/2018 9:28 AM. Reason: added the link.

Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
AstroCat #261582 07/21/2018 10:31 AM
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
After a quick google search, I was able to find the 2006 discussion thread regarding "OS_X_Aqua" UBB.threads v7.0 style
https://www.ubbdev.com/forums/ubbthreads.php/topics/311806/os-x-aqua.html

And the original 2003 post for the "OS_X_Aqua" UBB.threads v6 style.
https://www.ubbdev.com/forums/ubbth...-style-i-call-aqua-for-the-osx-nuts.html


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
AstroCat #261584 07/21/2018 3:52 PM
Joined: Feb 2017
Posts: 44
A
Newbie
Newbie
A Offline
Joined: Feb 2017
Posts: 44
Oh well...It won't work with the current version anyway if its that old....

AstroCat #261585 07/21/2018 4:00 PM
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
Use the style importer of your current UBB.threads version. If you see something odd, fix it.

IIRC, the only things that need to be done to make it current are:
1) remove the fixed-size column settings
and
2) style the pagination and post-nav buttons.

That's about it.


The complete documentation with pictures and examples for that is:

If you are upgrading your custom 7.5.x styles, you can use these Style examples to assist you with that update. These settings are already within the included stock styles (install/styles/) and were automatically added to your current Styles if you upgraded from the UBB.threads 7.5 series.


New Pagination Items For Styling

.pagination
border-radius:2px;
margin:0;

.pages
background:#607d8b;
border:1px solid #263238;
color:#ffffff;
font-size:14px;
margin:4px;
padding:6px;

.page-cur
background: #fafafa;
border-bottom:1px solid #cccccc;
color: #000000;
font-weight:700;
padding-left:8px;
padding-right:8px;

.page-n
background: #fafafa;
border-bottom:1px solid #cccccc;
color: #000000;
padding-left:7px;
padding-right:7px;

.pagenav
border:1px solid #D8D8D8;
font-size:11px;
padding:2px 5px

.pagenavall
border:1px solid #D8D8D8;
font-size:11px;
padding:2px 5px;

Screenshot for correct usage, and a sample of their output:
[Linked Image]


New Post Navigation Items For Styling

.post-nav
background: #fafafa;
border-bottom:1px solid #cccccc;
box-shadow: inset 0 -6px 8px -7px #e0e0e0;
color:#000000;
font-size:14px;
margin-right:2px;
padding:8px;

.post-nav:hover
background:#FFFFFF;
color:#000000;

Screenshot for correct usage, and a sample of their output:
[Linked Image]

SOURCE:
https://www.ubbcentral.com/forums/u...re-7-6-0-changelog-discussion#Post259090


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
AstroCat #261587 07/24/2018 6:09 AM
Joined: Feb 2017
Posts: 44
A
Newbie
Newbie
A Offline
Joined: Feb 2017
Posts: 44
I e-mailed the forum owner and to my surprise he sent me the files for the style! I could not believe it! Thanks for the help.

AstroCat #261591 07/24/2018 4:24 PM
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
The styleheet file he sent you was for UBB.threadsâ„¢ 7.4.1p2
Which is really old.
If you are using a newer version.
Then you will need to preview the style after importing and fix several additional new settings that are with the newer version in the style editor.
Now most of them will probably have a copy feature for the new settings.
And they will work most of the time.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Ruben #261592 07/25/2018 6:18 AM
Joined: Feb 2017
Posts: 44
A
Newbie
Newbie
A Offline
Joined: Feb 2017
Posts: 44
Originally Posted by Ruben
The styleheet file he sent you was for UBB.threadsâ„¢ 7.4.1p2
Which is really old.
If you are using a newer version.
Then you will need to preview the style after importing and fix several additional new settings that are with the newer version in the style editor.
Now most of them will probably have a copy feature for the new settings.
And they will work most of the time.

Ruben the style works great with the current version of UBB no issues what so ever....I had to use it with wrapper txt but I could not be more pleased with the style.


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
1 members (Ruben), 476 guests, and 111 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)