[ABD] WoW Warlords of Draenor 1.4 (3.1.5)

Any abandoned 3.1.x Styles will be moved to this forum.
Genebaby
Registered User
Posts: 106
Joined: Mon Dec 06, 2010 9:25 am
Location: Australia
Name: Vic

Re: [Release] WoW Warlords of Draenor 1.2 (3.1.3) /new demo board

Post by Genebaby »

frfzone wrote:
Lumpy Burgertushie wrote:is the object to just add a new link to the quick link drop down?

if so, there is no need to change the team link to do it.

in that navbar file, right after this:
<!-- EVENT navbar_header_quick_links_after -->
add this: ( edit it for your use of course)
<li class="small-icon"><a href="http://yourlink.com" role="menuitem">Your Link Text</a></li>
IIRC, the objective was to create a new link called "Unread Posts" next to the Quicklinks and "FAQ" on the header bar (?). Currently on 3.1.5, there are 2 mouse clicks required to view "Unread posts" as follows: click Quicklinks then click "Unread posts" from the quicklinks drop down.

I would like to do the same mod on my forum. I want to give my users a single click shortcut to "Unread posts" on the header bar next to "FAQ". Is this possible?

UPDATE: I figured it out and made the change. Thank you.
Hi there, how did you do it? Could you share?

Thanks.
Genebaby
Registered User
Posts: 106
Joined: Mon Dec 06, 2010 9:25 am
Location: Australia
Name: Vic

Re: [Release] WoW Warlords of Draenor 1.4 (3.1.5) *fix*

Post by Genebaby »

While I'm here, can someone tell me how to fix the text in the search box that's very hard to read, I haven't been able to find it.
topic.JPG
topic.JPG (9.35 KiB) Viewed 7750 times
I'm sure a lot of people haven't noticed the search function due to this.

Thanks!
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: [Release] WoW Warlords of Draenor 1.4 (3.1.5) *fix*

Post by Lumpy Burgertushie »

if this is your board: http://vvforums.com/viewforum.php?f=6

I can see the text in the search box just fine. what is wrong with it?

to find out what css controls it, right click in the search box, choose "inspect element" or whatever your browers calls it, then you will see where in the css controls the color of the text.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
frfzone
Registered User
Posts: 44
Joined: Fri May 22, 2015 12:53 pm
Name: FRF Admin

Re: [Release] WoW Warlords of Draenor 1.2 (3.1.3) /new demo board

Post by frfzone »

Genebaby wrote: Hi there, how did you do it? Could you share?

Thanks.
Sorry for the delay...

1. Backup the file /yourforum/styles/prosilver/template/navbar_header.html
2. Edit the file /yourforum/styles/prosilver/template/navbar_header.html and look for the following code:

Code: Select all

<!-- EVENT overall_header_navigation_prepend -->
3. Insert the below code directly underneath "<! EVENT overall_header_navigation_prepend -->"

Code: Select all

<!-- IF S_LOAD_UNREADS --> <li class="small-icon icon-search-unread"><a href="{U_SEARCH_UNREAD}" role="menuitem">{L_SEARCH_UNREAD}</a></li><!-- ENDIF -->
4. Save and delete cache.
User avatar
frfzone
Registered User
Posts: 44
Joined: Fri May 22, 2015 12:53 pm
Name: FRF Admin

Re: [Release] WoW Warlords of Draenor 1.4 (3.1.5) *fix*

Post by frfzone »

Genebaby wrote:While I'm here, can someone tell me how to fix the text in the search box that's very hard to read, I haven't been able to find it.
topic.JPG
I'm sure a lot of people haven't noticed the search function due to this.

Thanks!

I can see and read clearly the text inside the Search box. ;)
Genebaby
Registered User
Posts: 106
Joined: Mon Dec 06, 2010 9:25 am
Location: Australia
Name: Vic

Re: [Release] WoW Warlords of Draenor 1.2 (3.1.3) /new demo board

Post by Genebaby »

frfzone wrote:
Genebaby wrote: Hi there, how did you do it? Could you share?

Thanks.
Sorry for the delay...

1. Backup the file /yourforum/styles/prosilver/template/navbar_header.html
2. Edit the file /yourforum/styles/prosilver/template/navbar_header.html and look for the following code:

Code: Select all

<!-- EVENT overall_header_navigation_prepend -->
3. Insert the below code directly underneath "<! EVENT overall_header_navigation_prepend -->"

Code: Select all

<!-- IF S_LOAD_UNREADS --> <li class="small-icon icon-search-unread"><a href="{U_SEARCH_UNREAD}" role="menuitem">{L_SEARCH_UNREAD}</a></li><!-- ENDIF -->
4. Save and delete cache.
Thanks, I will look into this soon.
Genebaby
Registered User
Posts: 106
Joined: Mon Dec 06, 2010 9:25 am
Location: Australia
Name: Vic

Re: [Release] WoW Warlords of Draenor 1.4 (3.1.5) *fix*

Post by Genebaby »

frfzone wrote:
Genebaby wrote:While I'm here, can someone tell me how to fix the text in the search box that's very hard to read, I haven't been able to find it.
topic.JPG
I'm sure a lot of people haven't noticed the search function due to this.

Thanks!

I can see and read clearly the text inside the Search box. ;)
Wow, really? To me it is hidden and almost the same colour as the background. I'm sure it took me a while to even realise there was text there myself. Strange.
Genebaby
Registered User
Posts: 106
Joined: Mon Dec 06, 2010 9:25 am
Location: Australia
Name: Vic

Re: [Release] WoW Warlords of Draenor 1.4 (3.1.5) *fix*

Post by Genebaby »

Lumpy Burgertushie wrote:if this is your board: http://vvforums.com/viewforum.php?f=6

I can see the text in the search box just fine. what is wrong with it?

to find out what css controls it, right click in the search box, choose "inspect element" or whatever your browers calls it, then you will see where in the css controls the color of the text.


robert
Yes, that's me. I'm not sure why it looks terrible for me, I'll have to check on some other PC's.
User avatar
noth
Registered User
Posts: 2528
Joined: Fri Jan 07, 2005 7:10 pm
Location: North Surrey
Contact:

Re: [Release] WoW Warlords of Draenor 1.4 (3.1.5) *fix*

Post by noth »

StylesFactoryCom wrote:Style Name: WoWDraenor

Screenshot:
http://stylesfactory.pl/wp-content/uplo ... owdemo.png


LIVE DEMO:
http://www.stylesfactory.pl/demo/ (new)//25.06 fixed!
neither of these are working :o
403] Forbidden : Dostęp zabroniony

Zapytanie odrzucone przez serwer. Nie masz dostępu do /wp-content/uploads/2014/11/wowdemo.png na tym serwerze.

You don't have permission to access /wp-content/uploads/2014/11/wowdemo.pn
sgtevmckay
Registered User
Posts: 200
Joined: Tue Apr 27, 2010 4:32 am
Contact:

Re: [Release] WoW Warlords of Draenor 1.4 (3.1.5) *fix*

Post by sgtevmckay »

Nope....the Style designer/programmer seems to have abandoned his many styles, as so many others are around the world, what with the issues of the 3.2 Alpha in the wild, and many of these Style designers apparently want no part of it...it is unfortunate as we were just barely starting to see some great and inventive (imaginative???) styles come forward.

A demo and download of this style can be viewed at Awesome Styles page

If you find that you are hesitant to download this style from Awesome Styles, PM me and I will PM back with a Zip of his final updates for this style.

I will warn you up front, that this style has not been properly updated since 3.1.4 and it has its issues.....
But works, as you can see here: Fabricated Sanity Guild Site.... though this sites primary style will be changed in a month or less

Regards
TheNiceBigFella
Registered User
Posts: 38
Joined: Fri May 18, 2007 6:40 pm

Re: [Release] WoW Warlords of Draenor 1.4 (3.1.5) *fix*

Post by TheNiceBigFella »

Going to PM you asap.
Bogdan.
Registered User
Posts: 32
Joined: Thu Sep 15, 2016 6:50 pm
Contact:

Re: [Release] WoW Warlords of Draenor 1.4 (3.1.5) *fix*

Post by Bogdan. »

How can i change the postprofile on the left side ?
In viewtopic...
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: [Release] WoW Warlords of Draenor 1.4 (3.1.5) *fix*

Post by Lumpy Burgertushie »

Bogdan. wrote:How can i change the postprofile on the left side ?
In viewtopic...
this extension is still in dev but it works just fine:
viewtopic.php?f=456&t=2348051
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
Bogdan.
Registered User
Posts: 32
Joined: Thu Sep 15, 2016 6:50 pm
Contact:

Re: [Release] WoW Warlords of Draenor 1.4 (3.1.5) *fix*

Post by Bogdan. »

Lumpy Burgertushie wrote:
Bogdan. wrote:How can i change the postprofile on the left side ?
In viewtopic...
this extension is still in dev but it works just fine:
viewtopic.php?f=456&t=2348051
Yea,it does.
Thanks.
edd_jedi
Registered User
Posts: 48
Joined: Fri Mar 14, 2008 3:14 pm

Re: [Release] WoW Warlords of Draenor 1.4 (3.1.5) *fix*

Post by edd_jedi »

I really like this style, will it be ported to 3.2?
Locked

Return to “[3.1.x] Abandoned Styles”