View Full Version : AcidTech - phpBB3
First off, thanks for the style it is great, used it for a very long time.
Hopefully this is a simple question, with the phpbb2 style when there was a reply to a topic or new topic, along with the icon changing to let users know there is a new reply/topic the link to the forum would also change colors, this was great in identifying new items but in the phpbb3 version this isn't happening. I've looked throuhg the .css file to see if I could find anything noticalbe but didn't. Is it something easy to get this working? I'd really like to have it if possible, the users got quite comfortable with it.
Forum is located here: http://www.wbkclan.com/forum
Thanks for any help.
CyberAlien
29 May 07, 10:35
Good idea, I'll add it in styles later today and will post instructions on how to upgrade.
CyberAlien
29 May 07, 11:00
In css find this:/* Content and tables */and add before it:a.link-new, a.link-new:visited { color: #F0E80A; }
a.link-new:hover, a.link-new:visited:hover { color: #FFF; }
In that code change #F0E80A to same color as you have in a:hover {
color: #F0E80A;
text-decoration: underline;
}
at the beginning of file, and for Serenity/eTech styles change #FFF in that code to #000.
In forumlist_body.html find this (second entry on line 42):<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>and replace with this:<a class="forumlink<!-- IF forumrow.S_UNREAD_FORUM --> link-new<!-- ENDIF -->" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
Then in viewforum_body.html find all (2 entries) class="topictitle" and replace with class="topictitle<!-- IF topicrow.S_UNREAD_TOPIC --> link-new<!-- ENDIF -->"
Good idea. And such features are MUCH easier to implement now you can do inline if statements :)
Don't know if I'm doing something wrong but this isn't working for me. Also where you have this:
and replace with this:
The code is missing and only viewable when you quote the code block.
I'm not sure but when I'm adding this code to the viewforum_body.html file it doesn't look like the rest of the code, I'm using visual studio to edit the file.
class="topictitle<!-- IF topicrow.S_UNREAD_TOPIC --> link-new<!-- ENDIF -->"
In VS all the <!-- IF --> and <!-- ENDIF --> block are in green but when I copy and paste yours, they're in blue. I moved some stuff around to get it to do the same thing but that didn't work. Please advise.
CyberAlien
29 May 07, 15:45
Then just redownload style. I've updated all zip files.
Not sure why but I've re-installed the entire style but that still isn't working, I've also cleared my cache just to be sure. The only change I made to the forum is the width.
You can see the forum here: http://www.wbkclan.com/forum
I've created a test account and it was sent to you by PM CyberAlien
CyberAlien
30 May 07, 09:34
Your html files are from old version.
I'm downloading the styles from here: http://www.stsoftware.biz/phpbb30_style.acidtech.html
I viewed the changed files you mentioned in this thread to see if they had the changes and they don't. For example viewforum_body.html still just has class="topictitle", not sure if I need to download these from a different location or not.
I appreciate the help and apologize for all the support your having to provide, I'm sure you're a busy man.
CyberAlien
30 May 07, 15:13
Redownload it.
independent
08 Jul 07, 07:38
Hello I think I am trying to do the exact reverse of this. I had this style installed the original rc1 version just upgraded to the RC2 version using acidtech green now on the main page the forums with new posts are showing Yellow I want them to all show green with the text the logo changing with a yellow check mark is fine.
In the actual viewforum it is the same thing before they were two shades of the color green now they are green and yellow how can I make them go back to green for unread and read?
I have some of the other colors installed also so hopefully the instructions are the same across the board?
In the meantime I uploaded the old stylesheet.css with the new rc2 files. This has the correct behavior I am looking for the color only changes now on mouseover on a completely new topic. Is it ok to do the fix this way? I would prefer to make edits to the css file though as I am sure there are other changes in that file
vBulletin® v3.6.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.