[Release] Aero (phpBB 3.0.12)

For style authors to post and receive feedback on 3.0.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Get Involved
User avatar
*Christian*
I've Been Banned!
Posts: 884
Joined: Sat Nov 03, 2007 1:35 pm
Location: Location, Location.

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by *Christian* »

fld wrote:@endomilik how did you make more than one catogeries on your forum? you have like 3 there! i would like to know how you do that please :D
You're asking in the wrong section,

These kind of questions should be asked in 3.0x Discussion or 3.0x Support :)
Proud owner of Bertie 3.0
:: No support via PM or IM ::
SonOfUncleSam
Registered User
Posts: 36
Joined: Fri Dec 29, 2006 12:51 am

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by SonOfUncleSam »

I'm getting a MySQL Error...

Code: Select all

SQL ERROR [ mysql4 ]

Duplicate entry '0' for key 1 [1062]

SQL

INSERT INTO phpbb_styles (style_name, style_copyright, style_active, template_id, theme_id, imageset_id) VALUES ('VistaX', '© John Olson', 1, 6, 6, 6)

BACKTRACE


FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()

FILE: includes/acp/acp_styles.php
LINE: 3002
CALL: dbal_mysql->sql_query()

FILE: includes/acp/acp_styles.php
LINE: 2654
CALL: acp_styles->install_style()

FILE: includes/acp/acp_styles.php
LINE: 143
CALL: acp_styles->install()

FILE: includes/functions_module.php
LINE: 471
CALL: acp_styles->main()

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
Now I haven't edited any files. Is that why?
SovietCanuck
Registered User
Posts: 3
Joined: Fri Dec 21, 2007 3:24 pm

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by SovietCanuck »

PM pop-ups aren't working... any way to fix it?

Code: Select all

<!-- IF S_USER_PM_POPUP -->
	if ({S_NEW_PM})
	{
		popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
	}
<!-- ENDIF -->
That's there...
DeletedUser59763
I am too lazy to register

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by DeletedUser59763 »

Fantastic theme, i have just implamented this on my forums after using xand. Dont get me wrong i liked xand but it was too orange, and there were a few style issues and scripting issues.

Your theme is excellent it took me a few minutes to change the header background image, and then i couldnt remove the board name from their by editing overall_header.html so i just changed the font size in the style sheet instead.

I love this theme, well done :D
Victim666
Registered User
Posts: 7
Joined: Sun Dec 16, 2007 7:14 pm

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by Victim666 »

What a fantastic looking theme!

;)
Arnika
Registered User
Posts: 21
Joined: Fri Mar 30, 2007 12:41 pm
Location: Budapest, Hungary
Contact:

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by Arnika »

thanj you jrolson
User avatar
ChaosBurnt
Registered User
Posts: 194
Joined: Fri May 25, 2007 12:33 pm
Location: London, UK

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by ChaosBurnt »

ChrisRLG wrote:ChaosBurnt
endomilik


Might I suggest that you BOTH cool it.

Your post are both getting out of order for politeness.
Just trying to help mate, I wont in future.
For everyone's information, the templates I provided are back under the copyright property of the original designer, EidolonHades.
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] VistaX 1.0.1 (phpBB 3.0.0)

Post by jrolson »

updated
SovietCanuck
Registered User
Posts: 3
Joined: Fri Dec 21, 2007 3:24 pm

Re: [Release] VistaX 1.0.1 (phpBB 3.0.0)

Post by SovietCanuck »

Is there any chance we can have it display the thread title of the last post on the main page?
Thatbitextra
Former Team Member
Posts: 7604
Joined: Mon Mar 21, 2005 5:04 am
Location: A place where something is or could be located; a site.
Contact:

Re: [Release] VistaX 1.0.1 (phpBB 3.0.0)

Post by Thatbitextra »

SovietCanuck wrote:Is there any chance we can have it display the thread title of the last post on the main page?
http://www.phpbb.com/community/viewtopi ... 5#p3476635
Styles KB
My MODs: Choose Who to Accept PMs From (Prevents unwanted PMs!) | Warn of Old Topic Before Posting Reply
Style: subBlack (Now updated to phpBB 2.0.22 and 5 new color schemes!)
User avatar
Steven Lancing
Registered User
Posts: 105
Joined: Mon Dec 17, 2007 6:21 am
Location: Colorado

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)

Post by Steven Lancing »

You are editing the wrong code. ;)
endomilik wrote:
ChaosBurnt wrote:You're making any sense at all mate, you asked how you set the forum to 95%, as the example image suggests this style is based on subsilver2 how I stated 'is' how you make the forum width 95%.
Let's be less sarcastic shall we :evil:
No-one has to try to help you!
Sorry but im not that dumb.

based on subsilver2 to change the forum width.

u have to go to edit /Theme/stylesheet.css

Code: Select all

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	padding: 0;
	width:100%; <--------the width of the forum.
	margin: 0 auto;
}
that how it is.

100% <- (%) mean it will auto resize itself based on the resolution of the desktop. it doesn't make the same as px.

u want me to change 100% on overall_header.html to 95% which is the default is already 100%. ur making it more smaller the width.


just to make it more understandable to u

Change the forum width to 100%. I try to change 934 width to 100% but it game me a error due to image on header only goes up to 934px width.

Image

that picture might help. how to change forum width.
Colin Kaminski
Registered User
Posts: 55
Joined: Wed Jun 09, 2004 4:06 pm
Contact:

Re: [Release] VistaX 1.0.1 (phpBB 3.0.0)

Post by Colin Kaminski »

I like this style a lot. I have been testing it on my site. When I resize the window the search bar ends up outside the header. I notice it does this on the demo board as well. Any ideas about a fix?
Smiglow
Registered User
Posts: 4
Joined: Sat Sep 08, 2007 7:45 pm

Re: [Release] VistaX 1.0.1 (phpBB 3.0.0)

Post by Smiglow »

nice style :o
User avatar
GurlzLubme
Registered User
Posts: 880
Joined: Wed Sep 01, 2004 11:21 am
Location: New York

Re: [Release] VistaX 1.0.1 (phpBB 3.0.0)

Post by GurlzLubme »

hi, is there a Forward (for pm) button icon? If not, could you make one please? =)

and i love this style! Great work!
Last edited by GurlzLubme on Mon Dec 24, 2007 10:02 pm, edited 2 times in total.
1,000,000 Thank Yous to everyone who's been helping me on phpbb.com!
User avatar
carita
Registered User
Posts: 60
Joined: Tue Jul 25, 2006 8:23 pm
Location: Finland
Contact:

Re: [Release] VistaX 1.0.1 (phpBB 3.0.0)

Post by carita »

It looks really good. Somehow makes me feel like it isn't even phpbb 3 style!
Locked

Return to “[3.0.x] Styles in Development”