[SOLVED] Blocks Not...
 
Notifications
Clear all

[SOLVED] Blocks Not Showing

11 Posts
3 Users
0 Reactions
3,509 Views
(@kittsbud)
Posts: 9
Active Member
Topic starter
 

Hi

www.supernaturalville.net
version 3
No
Version 4.4.2 can be found out from your host
4.1.19 can be found out from your host
Yes (yes/no)
blocks not showing
Yes
  had a problem where the script wouldn't install, and it turned out to be my host. I've moved hosts and the new one kindly installed efiction for me. However, some of my blocks are not working even though I turned them on in the admin panel, and am using a version 3 skin. I don't want to mess with the design of the site until I've sorted this problem. I'm not getting any errors, but polls, users online etc will not show. The search I did came up with version 2 problems, and one person who had a skin problem. Non seemed relevant as I'm on version three, and am already using a skin that came with it.

Also, for some reason I cannot access the yes/no letter section, or the welcome message section. It worked when the scripy was installed, but has now stopped working...

Thanks! 


 
Posted : 21/12/2006 6:19 pm
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

Try and make sure that all your files were uploaded successfully. That nothing was corrupted, skiped, or said to upload when it really wasn't. There have been some problems reported on this forum with those causes.


Whoever said nothing is impossible never tried slamming a revolving door.

url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word

 
Posted : 21/12/2006 8:20 pm
(@tammy)
Posts: 2577
Member Moderator
 

First, this is a skinning issue so it goes in skinning support.

After you turn the block on in the admin panel, you still need to add it edit the skin files to add it to the skin. 


 
Posted : 22/12/2006 12:28 am
(@kittsbud)
Posts: 9
Active Member
Topic starter
 

Hi

As I said, I know a little html, but am very new to skins and PHP. I've looked for a tutorial on all this, and used the search option, but all I can find are answers for version 2, which may be different.

Would some kind person tell me what I need to add to the skin files to make it work? And do I need to alter the variables file as well? I'm running on Zenlike.

Incidentally, the problem I've had with custom header, footer and accept/don't accept letters appears to be  Internet Explorer. Has anyone else had this problem? I'm now using Mozilla Firefox and everything (apart from blocks) loads fine.

Thank you so much for putting up with someone new to all this

Dawn πŸ™‚ 


 
Posted : 22/12/2006 1:06 pm
(@tammy)
Posts: 2577
Member Moderator
 

Also separate problems go in separate posts.


 
Posted : 22/12/2006 3:10 pm
(@kittsbud)
Posts: 9
Active Member
Topic starter
 

Okay, so sticking to the first problem, can someone please help me with the blocks?


 
Posted : 22/12/2006 3:55 pm
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

Did you read all the readmes and docs that came with the 3.0 download? There is skinning help there.


Whoever said nothing is impossible never tried slamming a revolving door.

url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word

 
Posted : 22/12/2006 4:31 pm
(@kittsbud)
Posts: 9
Active Member
Topic starter
 

I can't find anything that explains for an idiot how to activate blocks. There is a readme that says how to install diff header graphics and so on, but I don't see anything about blocks...


 
Posted : 22/12/2006 4:59 pm
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

Did you go to the admin panel on your site? There's a link called blocks there. Click on it.

You can set each block to active, inactive or index only there. You should have all of them set to Index Only except for Who's Online and Menu. Set those two to active.

For more information see the readme's or search the forum.


Whoever said nothing is impossible never tried slamming a revolving door.

url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word

 
Posted : 22/12/2006 8:37 pm
(@tammy)
Posts: 2577
Member Moderator
 

What to add to your skin files and which file to add it to will depend on the skin.  Generally, if you want it to only appear on the index page you'll add it to index.tpl.  If you want it on every page, it'll go in header.tpl or footer.tpl.  All of the blocks that come with the download can be added using 2 variables {BLOCKNAME_title} and {BLOCKNAME_content} where BLOCKNAME is the name of the block.  A number of the blocks also have alternate methods for adding the content to the page.  When you're just starting to figure out how to skin, stick to the _title and _content variables.  On most skins you're going to need to add some html around the block, and what that html will be will also depend on skin.  For the skins I create, I use CSS layout and try to stick to the pattern of:


<div class="block">
<div class="title">{block_title}</div>
<div class="content">{block_content}</div>
</div>

However, since you're working with Zenlike which isn't one of my skins and is a skin that uses tables, I can't tell you exactly what to add.  You're going to have to experiment.  Good luck.


 
Posted : 22/12/2006 9:15 pm
(@kittsbud)
Posts: 9
Active Member
Topic starter
 

Thank you SO much! I was simply activating things on the variables and not the index template! I fiddled with it a little and the blocks are now showing as and where I add them.

Thanks to everyone who helped.

Dawn πŸ™‚ 


 
Posted : 23/12/2006 9:47 am
Share: