Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
themes-topic
Personalized Theme with Red Overlay
Avatar
Brandon
U.S.
SP Wrangler
Free Members
Offline
Sep 27, 2011 - 10:58 pm

I created a red overlay for the default theme and it works pretty good. Not to hard to figure out how to do so and how to edit the overlay.

But then I found some verbiage and layouts that I wanted to change in the theme itself. So instead of editing the default theme I copied it and created a new one.

This gave me a great way to make changes that probably I only want.

For example I refer to my blog posts as 'artciles' so I wanted it to say read the complete article when linked.

I also change the tooltip popup to say similar.

Most people are familiar with the 'reply' button so I changed it to say reply instead of 'New Post'

I also changed the icons. Using my own theme I don't have to worry about a future update overwriting my images.

theme_sample1.gifImage Enlarger

 

Some of my changes may have been able to be done in a more elegant fashion but creating my own theme made it easier for me.

So Kudos to Andy and Steve for making it a ton easier to create your own theme and color scheme. How you broke them out makes it a lot easier to create your own custom site.

If anyone wants to try this theme I will be glad to send it to you but it is biased on my own setup and may not be something that is very universal.

You can see it in action by hitting up the link in my sig.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
Offline
Sep 27, 2011 - 11:28 pm

good work! thanks for the kind words...

before too long - at least before release, we hope to have a theme repository for user contributed themes up and running...

and you are exactly the reason why we switched to theme system from skins... would have done it sooner, but was a big job wink  now you have the power to layout and change it up how you want...

Avatar
Lee H
Coastal New England (USA)
Member
Free Members
Offline
Sep 28, 2011 - 7:38 am

I didn't know that I would like red??

Nicely done 🙂

Avatar
Brandon
U.S.
SP Wrangler
Free Members
Offline
Sep 28, 2011 - 7:59 pm

The red is a long story. Basically a carry over from an old Community site that went away and we took over. It matches the colors that a manufacturer of a device (the most talked about one on the site) uses.

 

BTW, it looks like the theme calls

#spMainContainer .tooltip {
    background: url("images/sp_ToolTip.png") repeat scroll 0 0 transparent;
 
etc...
and there is no sp_ToolTip.png file available. I checked my latest download and then looked here and it is included in your CSS but not found on you site.

 

 
Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
Offline
Sep 29, 2011 - 12:16 am

interesting... we dont have a tool tip icon or graphic...  so not sure why that is referencing it...

will open a ticket to fix that up...

Avatar
Conrad_Farlow
Sheffield, UK
Member
Free Members
Offline
Oct 5, 2011 - 11:34 am

It looks good Brandon, I've done a few tweaks myself, where do I look for the new post button as I would also like to rename it reply.

Conrad

Avatar
Brandon
U.S.
SP Wrangler
Free Members
Offline
Oct 5, 2011 - 2:21 pm

Conrad_Farlow said

It looks good Brandon, I've done a few tweaks myself, where do I look for the new post button as I would also like to rename it reply.

Conrad

 

The button label is actually controlled in the themes itself not in the overlay.

What I did was copy the defaut theme and rename it something else (in spTheme.txt) Then uploaded and swtiched to it and made whatever changes I needed. 

To change the button text you need to look it the  \forum-themes\Yourtheme\templates folder for 'spTopicView.php'

Line 67:

postNewButton('tagClass=spButton spRight', __sp('New Post'), __sp('Make a new post in this topic'), __sp('This topic is locked'));

Line 166:

sp_PostNewButton('tagClass=spButton spRight', __sp('New Post'), __sp('Make a new post in this topic'), __sp('This topic is locked'));

Change the words 'New Post' to 'Reply'

                 sp_PostNewButton('tagClass=spButton spRight', __sp('Reply'), __sp('Make a new post in this topic'), __sp('This topic is locked'));

                sp_PostNewButton('tagClass=spButton spRight', __sp('Reply'), __sp('Reply to this post'), __sp('This topic is locked'));

Avatar
Conrad_Farlow
Sheffield, UK
Member
Free Members
Offline
Oct 11, 2011 - 7:54 am

Thanks Brandon, sorry for late reply I've been incredibly busy.

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625