Icy Phoenix

     
 

Missing "New Topic"

Missing "New Topic"

Article
Reply with quote    Download Post  
Post Missing "New Topic" 
 
Ok, before I ask I want to qualify myself and say that I am very very green to phpBB but I am trying to learn and yes I have searched for a solution to my problem and have yet to find one.

I have setup my site, logged in as a testaccount and opened a forum but there is no "New Topic" or "New Post" button or link in my forum. By default new users should get rights to post new topics shouldn't they or do I have to flip a switch to activate new posts?

Thanks

Rick



 
joerides - View user's profile Send private message  
joerides [ Mon 07 Mar, 2011 18:15 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


Missing "New Topic"

Comments
Reply with quote    Download Post  
Post Re: Missing "New Topic" 
 
are you using PhpBB o IcyPhoenix   ?



 
spydie - View user's profile Send private message  
spydie [ Mon 07 Mar, 2011 19:52 ]
Reply with quote    Download Post  
Post Re: Missing "New Topic" 
 
 
Off Topic
:
joerides wrote: [View Post]
I am very very green to phpBB

spydie wrote: [View Post]
are you using PhpBB o IcyPhoenix   ?

This time I guess it was more than just a feeling Spydie   ..I will move and try a sensible reply


Hi joerides,

First of all please post questions about phpbb in the correct section (where your post is now), thanks in advance  

Second .. what is your default installed language of your board or the the language you set in your profile, can you maybe post a link to your board or set it in your profile here?
Also what style are we talking about?

Greetings,
...Joshua203



 
Edited by Joshua203, Tue 08 Mar, 2011 03:27: made it a little more readable
Joshua203 - View user's profile Send private message  
Joshua203 [ Tue 08 Mar, 2011 03:21 ]
Reply with quote    Download Post  
Post Re: Missing "New Topic" 
 
Sorry, I should have said, green to both phpBB and IcyPhoenix but trying to learn I promise. I'm running (trying to run) IcyPhoenix with hInfinity Dark style.

English is the default language and the url is h**p://***.joeridesforum.com/icyphoenix

I've made a few mods but nothing siginificant (I thought) that would block permissions. I promise I'm trying to figure this out and not installing it and then coming here to the forum to be spoon fed every step of the way. With that said, where do I find the setting to change the background to say another image of my choosing?  

Any and all help would be greatly appreciated.



 
joerides - View user's profile Send private message  
joerides [ Tue 08 Mar, 2011 11:51 ]
Reply with quote    Download Post  
Post Re: Missing "New Topic" 
 
Moved your post to it's original location  
I'm sure someone will jump on this question soon.



 
Joshua203 - View user's profile Send private message  
Joshua203 [ Tue 08 Mar, 2011 14:14 ]
Reply with quote    Download Post  
Post Re: Missing "New Topic" 
 
to change you´re background image you should go to

templates/your_style/style.css

find something like

Code: [Download] [Hide] [Select]
body {
    background: #ffffff;
    /*background: #ffffff url('images/ice/bg_body.gif') top left repeat-x;*/
    margin: 0px 0px 0px 0;
    padding: 0px 10px 0px;
}


change to

Code: [Download] [Hide] [Select]
body {
    //background: #ffffff;
    background: #transparent url('images/your_style/background.gif') top left repeat-x;
    margin: 0px 0px 0px 0;
    padding: 0px 10px 0px;
}


for example.

If you want to use an image that covers the hole site background in one go,

change top left repeat-x; to top left no-repeat;



 
spydie - View user's profile Send private message  
spydie [ Tue 08 Mar, 2011 14:28 ]
Reply with quote    Download Post  
Post Re: Missing "New Topic" 
 
On your button problem... I would start by checking if this path exists:

prosilver_ip/images/dark/lang_english

and that this language folder actually contains the images  



 
Joshua203 - View user's profile Send private message  
Joshua203 [ Tue 08 Mar, 2011 15:13 ]
Reply with quote    Download Post  
Post Re: Missing "New Topic" 
 
hm.

just installed hinfinity on localhost, and I see all bottons.

I checked on you´re site, and it look´s like it´s not rendering the button, nor the link.

funny thing is, the code is there, maybe you go to ACP- Templates and clear the template cache. afterwards compile all.



 
Last edited by spydie on Tue 08 Mar, 2011 15:42; edited 1 time in total 
spydie - View user's profile Send private message  
spydie [ Tue 08 Mar, 2011 15:26 ]
Reply with quote    Download Post  
Post Re: Missing "New Topic" 
 
I must admit these buttons seem to exist on his site too... I'm quite lost for words  



 
Joshua203 - View user's profile Send private message  
Joshua203 [ Tue 08 Mar, 2011 15:31 ]
Reply with quote    Download Post  
Post Re: Missing "New Topic" 
 
spydie wrote: [View Post]
hm.

just installed hinfinity on localhost, and I see all bottons.

I checked on you´re site, and it look´s like it´s not rendering the button, nor the link.

funny thing is, the code is there, maybe you go to ACP- Templates and clear the template cache. afterwards compile all.


On your button problem... I would start by checking if this path exists:

prosilver_ip/images/dark/lang_english

and that this language folder actually contains the images  


Well, cleared and recompiled cache and also verified folder path and contents of folder. Everything looks good. I tried to lock/unlock a forum to see if I could fake it out but no luck there either. Any other ideas before I wipe it out and re-install?



 
joerides - View user's profile Send private message  
joerides [ Wed 09 Mar, 2011 05:51 ]
Reply with quote    Download Post  
Post Re: Missing "New Topic" 
 
All I can think of is.. try another style (in example default style) and see what happens there, but i noticed Spydie has regged himself at your board so you may want to await his reply (because he's one of the experts ...not me    )



 
Joshua203 - View user's profile Send private message  
Joshua203 [ Wed 09 Mar, 2011 12:48 ]
Reply with quote    Download Post  
Post Re: Missing "New Topic" 
 
all i can think of is, something wrong in viewforum.tpl

code apears in Firebug, even if it´s shadowed

maybe you touched something , you should´nt have touched



 
spydie - View user's profile Send private message  
spydie [ Wed 09 Mar, 2011 13:21 ]
Reply with quote    Download Post  
Post Re: Missing "New Topic" 
 
Well, it's definitely something in the style. I switched back to the default style and the "New Post" button is there and functional. Not sure what I broke and how so I guess I will scratch it all and start over.



 
joerides - View user's profile Send private message  
joerides [ Wed 09 Mar, 2011 20:58 ]
Reply with quote    Download Post  
Post Re: Missing "New Topic" 
 
well if default looks fine then you could just remove and reinstall the style only i guess

also a hint on this style you want ... if you change the background colour or pic keep in mind that the corners will start to show because they are black (meaning round corners will look not so round anymore   )



 
Edited by Joshua203, Wed 09 Mar, 2011 21:08: typos
Joshua203 - View user's profile Send private message  
Joshua203 [ Wed 09 Mar, 2011 21:05 ]
Reply with quote    Download Post  
Post Re: Missing "New Topic" 
 
this is , because someone likes to create rounded corners with backgrounds.

I usualy use only transparent or moz



 
spydie - View user's profile Send private message  
spydie [ Wed 09 Mar, 2011 21:35 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1