Search found 1547 matches

by TheIlluminative
Sun Jul 06, 2014 4:40 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Phpbb Mobile Style Test & Google cache Problem
Replies: 5
Views: 1186

Re: Phpbb Mobile Style Test & Google cache Problem

1. Don't make it default style, and don't make it bypass user selection.
2. There is a slight modification you need to do for your board to detect mobile device | http://www.artodia.com/phpbb-styles/mob ... detection/
by TheIlluminative
Fri Aug 31, 2012 12:03 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Changing Background
Replies: 1
Views: 303

Re: Changing Background

You need to refresh themes after you edit the files from the ACP.
by TheIlluminative
Mon Aug 27, 2012 9:33 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: How could i custom my style
Replies: 2
Views: 616

Re: How could i custom my style

Use the search to find answers to your questions, you'll find plenty of topics speaking about all of them :)
by TheIlluminative
Mon Aug 27, 2012 9:20 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Remove the word top from icon
Replies: 11
Views: 947

Re: Remove the word top from icon

Do as _Vinny_ said in the first edition, remove this <span>{L_BACK_TO_TOP}</span>
Now open styles/art_ultra_gray/theme/content.css, find:

Code: Select all

.phpbb .post > .inner > .back2top a {
inside it find display: inline-block; replace with display: inline;
This should fix it for ya ;)
by TheIlluminative
Sun Aug 26, 2012 12:02 am
Forum: [3.0.x] Styles Support & Discussion
Topic: Board Index missing at the bottom - CoDFaction
Replies: 3
Views: 594

Re: Board Index missing at the bottom - CoDFaction

Yes, that would make it appear only in viewing topics pages. Glad it helped :)
by TheIlluminative
Fri Aug 24, 2012 7:50 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Remove the word top from icon
Replies: 11
Views: 947

Re: Remove the word top from icon

What is the style you are using?
by TheIlluminative
Fri Aug 24, 2012 7:49 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Noob question on Milky Way theme
Replies: 3
Views: 646

Re: Noob question on Milky Way theme

To increase the author font size do this: open file: /styles/milky_way_red/theme/stylesheet.css find: .postauthor { color: #444444; } replace with: .postauthor { color: #444444; font-size: 12px; } and change 12px to the size that fits you. As for the first modification, can you please explain more?
by TheIlluminative
Fri Aug 24, 2012 7:41 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Board Index missing at the bottom - CoDFaction
Replies: 3
Views: 594

Re: Board Index missing at the bottom - CoDFaction

To add it in the same place you pointed to, it needs to be added in almost every template file you need to have it in. Otherwise you could add it to overall_footer.html and have the code appear at all pages at once, but it would be below that "Who is online" box. This is the code you need ...
by TheIlluminative
Thu Oct 06, 2011 2:17 pm
Forum: General Discussion
Topic: Steve Jobs dead
Replies: 18
Views: 22255

Re: Steve Jobs dead

A very sad news and a great loss to the whole industry :(
I'm not an Apple fanboy but what he did can't be denied he is such a great man and engineer who has revolutionized the way we use our gadgets.

R.I.P Steve
by TheIlluminative
Mon Jul 11, 2011 2:49 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Move breadcrumb trail
Replies: 2
Views: 406

Re: Move breadcrumb trail

Link to board, please.
by TheIlluminative
Sun Jul 10, 2011 11:37 am
Forum: [3.0.x] Styles Support & Discussion
Topic: Create and put Login box instead of Search box
Replies: 9
Views: 1028

Re: Create and put Login box instead of Search box

Try this: open file: styles/prosilver/template/overall_header.html , find: <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH --> <div id="search-box"> <form action="{U_SEARCH}" method="post" id="search"> <fieldset> <input name="keywords" id="keywords...

Go to advanced search