Website: http://www.slytherinselection.com/eFiction/
I searched the forum first and was able to resolve 1 problem, but I still have 3 2 left that I'm unsure how to resolve.
2) I made the 'who's online' option active and it said the action was successful. But 'who's online' doesn't show up anywhere. I also tried just setting it to index-only with the same result of nothing. The only search results I got regarding problems with 'who's online' were for older versions of eFiction so I wasn't sure they would help me out. Now that I finally have the bulk of the program running smoothly, I really don't want to mess it up! (The blocks file is CHMOD'd to 666)
3) The 'Help' page -- most of it works fine, the links go to where they say they do. I'm having problems with:
What kinds of stories are allowed?
See our Submission Rules. -- when you click on submission rules ( http://www.slytherinselection.com/eFiction/submission.php ) you get:
Not Found
The requested URL /eFiction/submission.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.36 Server at www.slytherinselection.com Port 80
I know submission rules exist because I've modified the rules on the provided page which can be found at http://www.slytherinselection.com/eFiction/viewpage.php?page=rules
The other problem:
How do I submit stories?
If you have not already done so, please register for an account.......................... when you click on register... ( http://www.slytherinselection.com/eFiction/user.php?action=newaccount ) you get a page that is still in the eFiction set-up, but reads: Error!We encountered an error. Please go back and try again.
If people click Login and select register from there, this is the link they follow: http://www.slytherinselection.com/eFiction/user.php?action=register
That one works. What do I need to do to get the links above that work into the help page? I can't seem to find a way to edit the help page. While I'm good with regular HTML and such, I'm completely stupid about editing pages of php code.
Thank you.
Amanda / MysticSong
Problem 2: You have to add the who's online code to your skins tpl files. The code needed are {online_title} and {online_content}
Problem 3: For your links just use "submission.php" instead of " http://yayay..../efiction/submission.php"
******************************************
Mucking around in eFiction since circa 2001 (ver. 1.0)
Now running v.3
Problem 2: You have to add the who's online code to your skins tpl files. The code needed are {online_title} and {online_content}
Problem 3: For your links just use "submission.php" instead of " http://yayay..../efiction/submission.php"
Thanks. You can laugh at me if you want, but I don't see an option anywhere to change the links to the ones that work for problem #3. I spent hours last night/this morning trying to figure out where I could modify the help page, to no avail. I feel like a moron, but where do I go to change that? π
For # 2 -- I can just put those brackets in anywhere on those tpl files and it will work?
I never edited anything for efiction 1.1 so this is totally new ground for me.
Thank you kindly,
Amanda/Mystic
I think I was having the same problem as you were. I just downloaded v 3.3 and several of the links didn't work. I finally found the Help Page under Custom Pages in the admin menu and was able to change the links there(after pressing edit). The main thing I noticed is that the Help Page template tries to go to a page called newaccount when the real page is listed as account. And the same thing with submission rules. The templates are using different names than the actual pages that were created. Hope that helps.
Problem 2: You have to add the who's online code to your skins tpl files. The code needed are {online_title} and {online_content}
Problem 3: For your links just use "submission.php" instead of " http://yayay..../efiction/submission.php"
Thanks. You can laugh at me if you want, but I don't see an option anywhere to change the links to the ones that work for problem #3. I spent hours last night/this morning trying to figure out where I could modify the help page, to no avail. I feel like a moron, but where do I go to change that? π
For # 2 -- I can just put those brackets in anywhere on those tpl files and it will work?
I never edited anything for efiction 1.1 so this is totally new ground for me.
Thank you kindly,
Amanda/Mystic
#1 - Look under "custom pages" under the admin panel.
#2 - Theoretically, that should work. π
... also, "(We would LOVE to see some skin submission! Please let us know if you're interested so we can provide guidelines.)" I can help with that. I mean, you are an affiliate and stuff. :p PM me if interested. xD
archive:
site:
Available for skin/mod commission! π
Okay, I've got my help page fixed. Thank you both for your assistance with that.
Is the index.tpl file correct to edit if I just want them showing up on the first page people see?
I now have the following on index.tpl:
{info_title}
{welcome}{info_content}
{login_content}
{random_title}
{random_content}
{categories_title}
{categories_content}
{recent_title}
{recent_content}
{news_title}
{news_content}
{online_title}
{online_content}
No 'who's online' showing up anywhere though. Did I pick the wrong tpl or am I just missing something?
Make sure that the Who's Online block is active in the Blocks panel.
Go to Admin... Blocks...
Who's Online should be listed as Active. Submit!
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
Make sure that the Who's Online block is active in the Blocks panel.
Go to Admin... Blocks...
Who's Online should be listed as Active. Submit!
I've done that at least 5 times already.
If you are trying to get it to work on Zenlike, it isn't working because the variable isn't on it.
Zenlike's index.tpl:
<!-- INCLUDE BLOCK : header -->
{welcome}<br /><br />
<div align="center"><table width="75%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="c1">{categories_title}</td>
</tr>
<tr>
<td class="c2">{categories_content}</td>
</tr>
</table><br /><br /></div>
<hr />
<div class="n1">{news_title}</div><div align="center">{news_content}</div>
</td>
<td class="m2">
<div class="m3">{info_title}</div><div class="m4">{login_content}<br /><br />{info_content}</div>
<br /><br />
<div class="m3">{random_title}</div><div class="m4">{random_content}<br /><br /></div>
<!-- INCLUDE BLOCK : footer -->
Add {online_title} {online_content} to the index.tpl file and see if that works.
If it doesn't, check your variables.php file and make sure that you don't have it to set that block off. For example, this is what the categories block looks like on in variable.php:
$blocks['categories']['status'] = 1;
And if that doesn't help, then I dont know.
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
Thank you -- finally had time tonight. Got that code into the index.tpl for the skins I currently have, and all show who's online now.
