RPF New Look Feedback Thread

defintely like it! the old starwars banner did its time! Nice job, simple, stylish, elegant, sober! New Logo and style for the win ;)
 
It's because this forum was a comfy place for me to visit kinda like that old pair of underwear that looks like garbage but feels perfect. (nasty image I know!)

Given what you have said, it sound like your reservations are more about change in general than about the specific changes we made.

Despite all comments to the contrary, change is good.

Changing your underwear for example... :cool
 
Given what you have said, it sound like your reservations are more about change in general than about the specific changes we made.

Despite all comments to the contrary, change is good.

Changing your underwear for example... :cool

Changing underwear is good yes... But I still want that banner available in the upgrade! It's a part of the history here... C'mon, how hard would it be to have that banner as an option? Throw us Star Wars guys a bone!
 
I like it.

Kinda miss my Star Wars, but hey... Its not like I don't see them on every other forum I am a member of.

Keep up the good work!
 
I for one like the different visited link color and the underlined links so here is the Greasemonkey fix...

It can be added to it's own script or added to my previous resizing width script...

On it's own script...

Code:
// ==UserScript==
// @name              theRPF Link Changer
// @namespace     http://www.therpf.com
// @description      Change the Links

// @include            http://www.therpf.com/*
// @include    http://therpf.com/*
// @include    http://www.moviepropsites.com/*
// @include    http://moviepropsites.com/*

// @exclude    http://www.therpf.com/newreply.php*
// @exclude     http://therpf.com/newreply.php*
// @exclude    http://moviepropsites.com/newreply.php*
// @exclude     http:/www.moviepropsites.com/newreply.php*

// @exclude    http://www.therpf.com/newthread.php*
// @exclude     http://therpf.com/newrthread.php*
// @exclude    http://moviepropsites.com/newthread.php*
// @exclude     http:/www.moviepropsites.com/newthread.php*

// @exclude    http://www.therpf.com/members/*
// @exclude     http://therpf.com/members/*
// @exclude    http://moviepropsites.com/members/*
// @exclude     http:/www.moviepropsites.com/members/*

// @exclude    http://www.therpf.com/private.php*
// @exclude     http://therpf.com/private.php*
// @exclude    http://moviepropsites.com/private.php*
// @exclude     http:/www.moviepropsites.com/private.php*

// ==/UserScript==

(function () {
    GM_addStyle("body  a:visited {color:#A0B0E0 !important; TEXT-DECORATION: underline !important;}");
    GM_addStyle("body  a:link {TEXT-DECORATION: underline !important;}");
})();
Change the '#A0B0E0' to whatever color you want visited links to be.... The #A0B0E0 is the 'purple' from the legacy Star Wars theme...

If you don't want the links underlined then change the function to this...

Code:
(function () {
    GM_addStyle("body  a:visited {color:#A0B0E0 !important;}");
})();

If you want to add this to my expander script add it right under //==/UserScript== as seen below...

Code:
// ==UserScript==
// @name              theRPF Expander
// @namespace     http://www.therpf.com
// @description      Expand theRPF to fit your screen

// @include            http://www.therpf.com/*
// @include    http://therpf.com/*
// @include    http://www.moviepropsites.com/*
// @include    http://moviepropsites.com/*

// @exclude    http://www.therpf.com/newreply.php*
// @exclude     http://therpf.com/newreply.php*
// @exclude    http://moviepropsites.com/newreply.php*
// @exclude     http:/www.moviepropsites.com/newreply.php*

// @exclude    http://www.therpf.com/newthread.php*
// @exclude     http://therpf.com/newrthread.php*
// @exclude    http://moviepropsites.com/newthread.php*
// @exclude     http:/www.moviepropsites.com/newthread.php*

// @exclude    http://www.therpf.com/members/*
// @exclude     http://therpf.com/members/*
// @exclude    http://moviepropsites.com/members/*
// @exclude     http:/www.moviepropsites.com/members/*

// @exclude    http://www.therpf.com/private.php*
// @exclude     http://therpf.com/private.php*
// @exclude    http://moviepropsites.com/private.php*
// @exclude     http:/www.moviepropsites.com/private.php*

// ==/UserScript==

(function () {
    GM_addStyle("body  a:visited {color:#A0B0E0 !important; TEXT-DECORATION: underline !important;}");
    GM_addStyle("body  a:link {TEXT-DECORATION: underline !important;}");
})();


var els = document.getElementsByTagName("div");
for(var i = 0, l = els.length; i < l; i++) {
  var el = els[i];
  el.innerHTML = el.innerHTML.replace(/970px/gi, '95%');
}
 
Miss the Replica Property Forum option :(

Don't mind the redo though. Gotta admit that I prefer the old logo though. It has more of a "homemade" feel. The new logo sorta seems... "corporate", like it was thought up in some marketing office.

Eh, still the best prop board on the net.
Chris
 
Junkyard.jpg




-Chaim
 
Love the new look , Hate the new logo. It's bland , generic and conveys nothing about what the rpf is about. When I see a good logo it at least gives me some hint as to what it represents. This new logo could be thrown on anything from baby food to used tires and still be relevant. At best it reminds me of some candy/glassed generic adobe made facebook logo.

Since it is so bland you might as throw in ".com" in small type under the P, so atleast someone seeing it for the first time will know to go to .com and not something other like .net, .org. or whatever.


How about playing with the inner loop of the the "R"or P"? Maybe integrating some silhouette of the atomic dremeler or some shape/image that hints at what our community is about.
 
Last edited:
Definitely loving the new look. I used to use the RPF Standard because the Star Wars theme was too dark. Now I'm using the Dark Background. It's soo much easier on the eyes and it does have a smoother, less edgy look to it.

In short, great job guys. Lovin the new look.
 
" Less is More " , I like the change overall. It does have a more professional look to it. The design is more inclusive to all movies and not angled toward just Star Wars.
The Logo is very simple to the eyes. The designer must be a huge Twitter and Facebook fan. It looks like a direct rip from those.

Like someone else said , As long as the content is here , the look really doesn't matter to me.

-James
 
I won't lie....I much prefer the old "unofficial" logo, it just summed up what this place is about. But I like the format re-work, the old format was getting dated.
 
Back
Top