Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 30 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: CSS: Limit image-width in Forum-posts | |
Doulos Replies: 16 Views: 13598 ![]() |
![]() |
I am again having this issue - only with the RavenIce theme. All other themes are resizing images in forum posts. This is RN2.52 for PHP7. Here is my themes/RavenIce/style/style.css file:body { ... | |
Topic: Hiding blocks on left side leaves a small space on left side | |
neralex Replies: 2 Views: 9784 ![]() |
![]() |
Hard to tell without to see the rest of the code. I wouldn't touch the modules to hide the left blocks. You can do it directly in the theme. In the RickTido theme of the RN251-package you will find a ... | |
Topic: Hiding blocks on left side leaves a small space on left side | |
ralphort Replies: 2 Views: 9784 ![]() |
![]() |
I was able to get rid of the entire left side blocks when opening certain modules but it leaves a thin space (like padding) on the left side of my theme. I thought at first I can fix it by increasing ... | |
Topic: Is it possible to hide left side blocks from Home Page only? | |
nuken Replies: 7 Views: 13140 ![]() |
![]() |
If what you have is working, cool. You probably would not need to do anything else. If it doesn't work, you could try this:
If you want to just have the module display in home with no side blocks, ... |
|
Topic: Succesfull useage of TWIG template engine in RN | |
wHiTeHaT Replies: 0 Views: 7187 ![]() |
![]() |
I just wanted to let you know i figured out how to use the <!DOCTYPE html>
<html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport&q ... |
|
Topic: public message | |
doffer83 Replies: 4 Views: 5638 ![]() |
![]() |
great with css i can work a little bit.. just a question I have added the code in the theme.php after the div main_content
I wish I knew how to add it right after the nav menu of the header.. any ... |
|
Topic: Centering the Menu Navigation | |
derek765 Replies: 3 Views: 14405 ![]() |
![]() |
Hello everyone,
I am having trouble trying to center the Menu Navigation links in the Altered Dark theme. I have edited it to make it move to the right a little bit, but not centered how I would ... |
|
Topic: Firefox 17 | |
dad7732 Replies: 22 Views: 27193 ![]() |
![]() |
RN 2.4 -- Changing #content to #main_content in Ravenice causes the left and right blocks to vanish. | |
Topic: Firefox 17 | |
spasticdonkey Replies: 22 Views: 27193 ![]() |
![]() |
RavenIce with rn2.4.XX has that issue
<div id="content"> It was changed to <div id="main_content"> in rn2.5 you would also need to change #content to #main_content within the sty ... |
|
Topic: Theme port Wishlist | |
kguske Replies: 17 Views: 16049 ![]() |
![]() |
Why install some samples and setup a survey to see which are selected?
These are nice: http://www.templatemo.com/preview/templatemo_336_platinum http://www.templatemo.com/preview/templatemo_339_gra ... |
|
Topic: Fisubice Theme | |
spasticdonkey Replies: 5 Views: 7578 ![]() |
![]() |
Have planned to document this in the wiki but have just not had time as of yet. I will get there though ![]() .minmax{min-width:800px;max-width:1600px;margin:0 auto} This CSS ... |
|
Topic: Mobile Theme Wishlist | |
Guardian2003 Replies: 21 Views: 15991 ![]() |
![]() |
I can see what your doing and understand your concerns and questions.
Unfortunately, not having a phone myself, I have nothing to test with. I have used several sites that purport to display your sit ... |
|
Topic: set pagetitle in a own module? | |
spasticdonkey Replies: 32 Views: 31877 ![]() |
![]() |
hey spasticdonkey, i need your help again, please...
i have a &file= page with a loop and i want set a new cid to my sub content-id site. in my example works the cid=3 in the dh-file. but if g ... |
|
Topic: set pagetitle in a own module? | |
neralex Replies: 32 Views: 31877 ![]() |
![]() |
hey spasticdonkey, i need your help again, please...
i have a &file= page with a loop and i want set a new cid to my sub content-id site. in my example works the cid=3 in the dh-file. but if g ... |
|
Topic: Retrieve blockname | |
warren-the-ape Replies: 19 Views: 25032 ![]() |
![]() |
Would this be a module or something you hack into your theme?
I always liked the blog like lay-out where you can combine either 1 or 2 blocks into 1 column, next to your main content. It would be ... |
|
Topic: Ravenice... how do i get it? | |
montego Replies: 8 Views: 15024 ![]() |
![]() |
The Team has made some tweaks to it along the way so that it will handle banners and a few other things. But, yeah, nukecoder gets the lion's share of the credit for this excellent theme. I switched ... | |
Topic: Redends Theme(ongoing) | |
vaudevillian Replies: 32 Views: 49593 ![]() |
![]() |
The header is taking a while. but the main content is finished. hopfuly I'll have a preview up this weekend. I dont think I will finish it before the weekend. I wanna have amtching forums and look at ... | |
Topic: creating a drop down menu | |
montego Replies: 15 Views: 17742 ![]() |
![]() |
t_henson, actually, use external files and then add the links to them in includes/javascript.php. Then you can call the functions / etc. from your main content / blocks / header / whatever just fine. | |
Topic: problem with my theme, add block to homepage module? | |
montego Replies: 18 Views: 22005 ![]() |
![]() |
Well, you were to use blocks('left') not blocks('right')... Based on your original graphic at the top, you weren't showing left blocks on the left of your main content, so that is why I recommended t ... | |
Topic: Feature Update.... | |
montego Replies: 83 Views: 111931 ![]() |
![]() |
It's not hard job, just merging the 2 css files can be tricky because there are double definitions. Thanks Guidyy. But, I am hoping to not change much by way of the forum themes, styles, etc. ... |
|
Topic: Feature Update.... | |
guidyy Replies: 83 Views: 111931 ![]() |
![]() |
I did it as well, but I'd be interested to compare with another solution.
Anyway: Forum module stays untouched. I merged theme's style.css, with forum template's forums.css. into style.css, then ... |
|
Topic: Feature Update.... | |
guidyy Replies: 83 Views: 111931 ![]() |
![]() |
Probably one of the most importat things to do is to get rid of thet double <html><head> <body> when looking at the forums.
I went down and dirty on my site, by removing all from ... |
|
Topic: need help for theme mod | |
guidyy Replies: 1 Views: 4714 ![]() |
![]() |
Hallo,
I need help for a new idea it came on my mind while looking at my competitors websites html code. [url=http://www.yummyfood.net/media/new_layout.html]On the top of this sample page you wi ... |
|
Topic: need help for theme mod | |
guidyy Replies: 20 Views: 19941 ![]() |
![]() |
Hallo,
I need help for a new idea it came on my mind while looking at my competitors websites html code. [url=http://www.yummyfood.net/media/new_layout.html]On the top of this sample page you wi ... |
|
Topic: To fork or not to fork - that is the question | |
sabastina Replies: 281 Views: 500078 ![]() |
![]() |
I've read the thread and tho I'm not too good with phpnuke nor php yet, I have some comments about the entire idea...
To be sure that I'm understanding the situation and potiential plans correctly ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours