Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Themes
Author Message
Djinn
New Member
New Member



Joined: Dec 20, 2002
Posts: 22
Location: USA/Boston/MA

PostPosted: Sun Jun 14, 2009 4:45 pm Reply with quote

I know this must sound basic to some. Since we converted to RavenNuke, our custom theme is aligning center instead of left like before the conversion. I tried to some extent and fix it. I have limited time and was wonder if anyone here would know off hand what and where to add the code to elevate this pest. Thank you in advance. Bill
 
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
nuken
RavenNuke(tm) Development Team



Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina

PostPosted: Sun Jun 14, 2009 6:45 pm Reply with quote

Look in your themes style/style.css and find a line that looks similar to this
Code:
p

{
text-align: center
}

If you change center to left, it should change it for you. It may be under body or something else. Make a back up of the file before you edit it just in case something gets boogered up.

_________________
Tricked Out News 
View user's profile Send private message Send e-mail Visit poster's website
Djinn







PostPosted: Mon Jun 15, 2009 4:31 pm Reply with quote

nuken wrote:
Look in your themes style/style.css and find a line that looks similar to this
Code:
p

{
text-align: center
}

If you change center to left, it should change it for you. It may be under body or something else. Make a back up of the file before you edit it just in case something gets boogered up.


Thanx, Nuken. I tried that single property already and didn't work for me. I wonder if the ravennuke.css has anything to do with it. I'm pretty good with CSS and this has me threw a loop. I tried my theme in a PHPNuke site and it works fine. I just can't find what selector is overriding my style sheet. Weird
 
mars
Worker
Worker



Joined: Jul 08, 2006
Posts: 123
Location: Bloomsburg,Pennsylvania

PostPosted: Mon Jun 15, 2009 5:53 pm Reply with quote

What is the URL for the site?

_________________
Visit Our PHPNuke Theme Site 
View user's profile Send private message Visit poster's website
duck
Involved
Involved



Joined: Jul 03, 2006
Posts: 273

PostPosted: Mon Jun 15, 2009 9:23 pm Reply with quote

Make sure you cleared your Cache after making the change!
 
View user's profile Send private message
Djinn







PostPosted: Tue Jun 16, 2009 7:53 pm Reply with quote

mars wrote:
What is the URL for the site?

The site is closed for now due to it being hacked
 
Djinn







PostPosted: Tue Jun 16, 2009 7:54 pm Reply with quote

duck wrote:
Make sure you cleared your Cache after making the change!

Yes, I did that, too. TY
 
spasticdonkey
RavenNuke(tm) Development Team



Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA

PostPosted: Tue Jun 16, 2009 8:57 pm Reply with quote

try posting the snippet of html that isn't displaying text as you like... a link to what theme you are using might help too.
 
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Wed Jun 17, 2009 12:46 am Reply with quote

If you're still unable to resolve it, zip the theme and email it to me at [ Only registered users can see links on this board! Get registered or login! ]
 
View user's profile Send private message
Djinn







PostPosted: Sat Jun 20, 2009 7:31 am Reply with quote

spasticdonkey wrote:
try posting the snippet of html that isn't displaying text as you like... a link to what theme you are using might help too.

The whole theme is center.
We have our site up and running but CLOSED to the public for maintenance and repair.
Our old PHPNuke 7.9 was hacked and we converted to the now RavenNuke_v2.30.01.
Our theme has to many bugs now that we are running a tight and secure RavenNuke.
We haven't yet secured NukeSentinel.
Also, we don't trust PHPNuke anymore and never will use it again.
So, with that said, that makes us a little apprehensive to open the site just yet.
 
Raven







PostPosted: Sat Jun 20, 2009 8:26 am Reply with quote

You could always PM spasticdonkey with a link Wink
 
spasticdonkey







PostPosted: Sat Jun 20, 2009 9:21 am Reply with quote

yes that would be fine Smile
 
Djinn







PostPosted: Sat Jun 27, 2009 8:00 am Reply with quote

Raven wrote:
If you're still unable to resolve it, zip the theme and email it to me at [ Only registered users can see links on this board! Get registered or login! ]

I sent you the theme a few days ago. Thanks.
 
Djinn







PostPosted: Sat Jun 27, 2009 8:00 am Reply with quote

spasticdonkey wrote:
yes that would be fine Smile

Ok.
 
spasticdonkey







PostPosted: Sat Jun 27, 2009 11:28 am Reply with quote

well i looked at that theme for quite awhile, wish I could say there is a quick fix; but that theme has it's share of compliance errors... Sad It would probably take more time than I can donate to get it fixed up.

Try the tidy html validator addon for firefox, and see if you can get some of the errors cleaned up. After you have that running you will see there are alot of broken font tags, which might explain why css changes weren't helping you. The CSS needs validation too, there is a syntax error in one of your declarations (" instead of ') and at least one element was defined more than once.

It's going to take some work and time to get this theme working right. If it were me I'd probably look at restyling one of the stock rn themes like fisubice (which is similar to setup of your theme) rather than fix this one.

If you don't have time, I'm pretty sure there are some good xmas themes out there that don't have these problems.. If memory serves me right I believe Jaded has one available. [ Only registered users can see links on this board! Get registered or login! ]
 
Djinn







PostPosted: Sat Jun 27, 2009 6:42 pm Reply with quote

spasticdonkey wrote:
well i looked at that theme for quite awhile, wish I could say there is a quick fix.

Yeah, we knew that and that's why we wanted to just fix the alignment and get the site back up asap.
We have no reson to buy a theme since we all code pretty well.
I'll have to revamp another theme from scratch.
We did this theme 6 years ago, so alot has changed since then.
But, the theme is original.
Matter of fact, our members had giving us links to sites that copied our theme to some extent.
It's time we make a fresh theme.
Change is always good.

It sucks that our arcade no longer works.
I don't have time to work on the code for that to get the ('PAGE_GAME',) difine to populate right.
Maybe I can try to secure that code next.
Thanks for the second eyes, spasticdonkey.
I will keep you informed and show you the final results of our new theme!
Peace and love from up above, Bill
 
Palbin
Site Admin



Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania

PostPosted: Mon Jul 06, 2009 4:21 pm Reply with quote

I split off the Arcade part of this thread. You can find it here.
[ Only registered users can see links on this board! Get registered or login! ]

_________________
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. 
View user's profile Send private message
Djinn







PostPosted: Sun Aug 23, 2009 8:01 pm Reply with quote

I finished with our custom theme, Christmas2
I modified the theme, Slash.
Slash is light and use's the default subSilver forum.
I made my own icon's etc. with Photoshop CS4 and Illustrator CS4.
We recoded to get the theme name to run the correct path's.
My arcade works fine here since the file path's are the same.
Now we have to get NukeSentinal to run right. That's a diffrent topic.
Thanks for all your help and support RN community.
A special thank you to Floren who was instrumental in helping us merge all the data from our old data base. Djinn
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Themes

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©