New Vista Theme Request

Got a favorite forum template you would like ported to phpBB or IntegraMOD?

Re: New Vista Theme Request

Postby Helter » Tue Jan 13, 2009 7:44 pm

I do not have IE6 on any of my comps and I cannot downgrade from 7 to 6. The last time I tried, i just broke IE and could not repair it. After a fresh install IE7 was already there. My XP Pro instal disk has service pack2 already installed. Besides, IE6 is about dead. It is loosing more users every month.

Code: Select all
2008          IE7      IE6       Chrome    FF         Moz
December      26.1%    19.6%     3.6%      44.4%      0.4%
November      26.6%    20.0%     3.1%      44.2%      0.4%
October       26.9%    20.2%     3.0%      44.0%      0.4%
September     26.3%    22.3%     3.1%      42.6%      0.5%




I will however look at updating to phpBB3.0.4 if you zip up your current copy and pm me a link. I would rather update yours, than update mine and have it be different than yours

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

Re: New Vista Theme Request

Postby violative » Wed Jan 14, 2009 10:15 pm

I pm'ed you the files...
If you notice any issues, and if you like to "fix" them please do as you see fit
Any new improvements or otherwise please add or "fix" as you see fit.
Thanks inadvance
If I missed any file(s) Please let me know..

You can discover more about a person in an hour of play than in a year of conversation. -- Plato
Image
User avatar
violative
 
Posts: 36
Joined: Sun Dec 23, 2007 6:59 am
Location: Kelso, Washington
Blog: View Blog (0)

Re: New Vista Theme Request

Postby violative » Tue Feb 24, 2009 2:05 am

I kindly ask,

Is the upgrade ready?

Last edited by violative on Mon Nov 22, 2010 1:43 pm, edited 1 time in total.
You can discover more about a person in an hour of play than in a year of conversation. -- Plato
Image
User avatar
violative
 
Posts: 36
Joined: Sun Dec 23, 2007 6:59 am
Location: Kelso, Washington
Blog: View Blog (0)

Re: New Vista Theme Request

Postby Helter » Wed Feb 25, 2009 12:02 am

I thought I had already sent this too you. Ill have to find what I did with it. Sorry, give me a day or two cause work is crazy atm

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

Re: New Vista Theme Request

Postby violative » Fri Feb 27, 2009 12:44 am

Ok I be waiting.

You can discover more about a person in an hour of play than in a year of conversation. -- Plato
Image
User avatar
violative
 
Posts: 36
Joined: Sun Dec 23, 2007 6:59 am
Location: Kelso, Washington
Blog: View Blog (0)

Re: New Vista Theme Request

Postby violative » Thu Mar 05, 2009 12:28 am

Thank you for the update..
I got a question about bbcodes
I have added some bbcodes for use in the forums and they work when its used in the reply text box.
My question is will bbcode work on a custom page? like maybe on our frontpage?

You can discover more about a person in an hour of play than in a year of conversation. -- Plato
Image
User avatar
violative
 
Posts: 36
Joined: Sun Dec 23, 2007 6:59 am
Location: Kelso, Washington
Blog: View Blog (0)

Re: New Vista Theme Request

Postby Helter » Thu Mar 05, 2009 9:36 am

yes they should because your custom pages are index pages. You just need to remember that when you do phpbb updates that alter index.php, also add those updates to index_home.php and any other index_*.php page that you create

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

Re: New Vista Theme Request

Postby violative » Mon Mar 16, 2009 1:26 am

I tried to use a custom bbcode on the frontpage, but it won't work..
I searched for days for a way to make it work, found no answers I am hoping you can help?
Thank you

You can discover more about a person in an hour of play than in a year of conversation. -- Plato
Image
User avatar
violative
 
Posts: 36
Joined: Sun Dec 23, 2007 6:59 am
Location: Kelso, Washington
Blog: View Blog (0)

Re: New Vista Theme Request

Postby Helter » Mon Mar 16, 2009 7:58 am

post a copy of your index_home.php

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

Re: New Vista Theme Request

Postby violative » Mon Mar 16, 2009 7:47 pm

ok I uploaded to you it a PM :-)

You can discover more about a person in an hour of play than in a year of conversation. -- Plato
Image
User avatar
violative
 
Posts: 36
Joined: Sun Dec 23, 2007 6:59 am
Location: Kelso, Washington
Blog: View Blog (0)

Re: New Vista Theme Request

Postby violative » Tue Mar 17, 2009 6:26 pm

Hi,
I uploaded the file you gave me (thanks ;-) )
and in the index_home.html I used this bbcode
[countup]04/12/2005 [/countup]

Don't Work.

Sorry maybe I don't understand something.
Can I use bbcobe on that page?
How?
I found this
http://wiki.phpbb.com/Parsing_text

I became even more lost
Farther help?
Thanks

You can discover more about a person in an hour of play than in a year of conversation. -- Plato
Image
User avatar
violative
 
Posts: 36
Joined: Sun Dec 23, 2007 6:59 am
Location: Kelso, Washington
Blog: View Blog (0)

Re: New Vista Theme Request

Postby Helter » Tue Mar 17, 2009 7:34 pm

do you have a link to the countup bbcode mod?

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

Re: New Vista Theme Request

Postby violative » Wed Mar 18, 2009 7:07 pm

The code:

BBCode usage:
[CountUp]{NUMBER1}/{NUMBER2}/{NUMBER3} {TEXT}[/CountUp]

HTML replacement:
<script type="text/javascript">

/*
Count up from any date script-
By JavaScript Kit (http://www.javascriptkit.com)
Over 200+ free scripts here!
*/

var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")

function countup(yr,m,d){
var today=new Date()
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todaystring=montharray[todaym]+" "+todayd+", "+todayy
var paststring=montharray[m-1]+" "+d+", "+yr
var difference=(Math.round((Date.parse(todaystring)-Date.parse(paststring))/(24*60*60*1000))*1)
difference+=" days"
document.write("We have been "+difference+" online {TEXT}")
}
//enter the count up date using the format year/month/day
countup({NUMBER3},{NUMBER2},{NUMBER1})
</script>

You can discover more about a person in an hour of play than in a year of conversation. -- Plato
Image
User avatar
violative
 
Posts: 36
Joined: Sun Dec 23, 2007 6:59 am
Location: Kelso, Washington
Blog: View Blog (0)

Re: New Vista Theme Request

Postby Helter » Thu Mar 19, 2009 6:59 am

I could not find this used as a bbcode. I did find it used as a standalone js. It is used in this format

place this code where ever you want the countup to be displayed.

Code: Select all
  1. <script type="text/javascript">
  2.  
  3. /*
  4. Count up from any date script-
  5. By JavaScript Kit (http://www.javascriptkit.com)
  6. Over 200+ free scripts here!
  7. */
  8.  
  9. var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
  10.  
  11. function countup(yr,m,d){
  12. var today=new Date()
  13. var todayy=today.getYear()
  14. if (todayy < 1000)
  15. todayy+=1900
  16. var todaym=today.getMonth()
  17. var todayd=today.getDate()
  18. var todaystring=montharray[todaym]+" "+todayd+", "+todayy
  19. var paststring=montharray[m-1]+" "+d+", "+yr
  20. var difference=(Math.round((Date.parse(todaystring)-Date.parse(paststring))/(24*60*60*1000))*1)
  21. difference+=" days"
  22. document.write("It\'s been "+difference+" since the birth of ProTeamClan")
  23. }
  24. //enter the count up date using the format year/month/day
  25. countup(2004,12,04)
  26. </script>


edit this text to describe what your counting up from "It\'s been "+difference+" since the birth of ProTeamClan"

This code displays as this
It's been 1566 days since the birth of ProTeamClan

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

Re: New Vista Theme Request

Postby violative » Thu Mar 19, 2009 4:54 pm

It works as a bbcode its on my forum when posting. But not on the custom pages.
I want it to work on those pages too.
I don't remember were I got it, my guess is http://startrekguide.com
But question still remains:
How can I use the custom bbcode from phpbb3
And how can I make a custom page, is this possible?
I know I can add the script normally; I don't want to do it that way
I want to be able to use the bbcode that I add to the APC Posting.
I'll continue to look.
Any farther help would be appreciated.
Thank you.

You can discover more about a person in an hour of play than in a year of conversation. -- Plato
Image
User avatar
violative
 
Posts: 36
Joined: Sun Dec 23, 2007 6:59 am
Location: Kelso, Washington
Blog: View Blog (0)


PreviousNext

Post a reply



Return to Template/Theme Requests

Who is online

Users browsing this forum: No registered users and 1 guest

cron