PDA

View Full Version : new installation


stardad
10-12-2006, 05:08 PM
I have successfully installed the script (I think). When I access the directory the template does not have 'suggest a script' option showing. It does have a place for the editor to sign in, which I do not want to be showing.

What do I need to do?

Thanks,
John

stardad
10-12-2006, 05:17 PM
Sorry, that I meant to say there is no 'suggest a link' option DUH!!

subseo
10-12-2006, 06:28 PM
not sure if this will help, but first try to log into admin and ad few categories

the editor sign in box can be removed, too

which template are you using?

Loren
10-12-2006, 07:45 PM
To remove editors box:

Go to Admin Panel

>Configuration
>Editors Configuration
>Disable Editors (click radio button)
>Save

To enable suggest a link sorry i have looked but its been many months since i first fiddled with this and i cant seem to locate where to fix this.

But as Subseo said, when asking specific question like this please put your url if you can, it makes it easier to answer. :)

Greg
10-12-2006, 09:20 PM
To remove the editors box from showing do as Loren said. Then depending on the template you are using, you will find the following in either the header.tpl or footer.tpl As an example this is for the GreenLeaves template in the header.tpl

Find and remove this code:
{if $config.editors}
<div class="box">
<div class="box-caption2-right">
<div class="box-caption2-left">
<div class="box-caption2">{$lang.editors_area}</div>
</div>
</div>
<div class="box-content">
{if $editor}
{$lang.welcome}, <strong>{$editor.username}</strong>!
<ul class="editor-menu">
{if $category.id > 0 || $config.categories_list}
<li><a href="suggest-category.php{if

$category.id}?id={$category.id}{else}?id=0{/if}">{$lang.suggest_category}</a></li>
<li><a href="suggest-link.php{if

$category.id}?id={$category.id}{else}?id=0{/if}">{$lang.suggest_link}</a></li>
{/if}
{if $editor.type}
<li><a href="approval-links.php">{$lang.approval_links}</a></li>
<li><a

href="editor-categories.php">{$lang.view_my_categories}</a></li>
{/if}
<li><a href="editor-links.php">{$lang.view_my_links}</a></li>
<li><a href="editor-account.php">{$lang.edit_account}</a></li>
{foreach from=$menus item=menu_item name=bottom_menus}
{in_array_exist def=3 values=$menu_item.menus}
{if $result_valid}
<li>{if $menu_item.unique_url}
<a

href="{$menu_item.unique_url}">{$lang[$menu_item.name]}</a>
{else}
{if $config.mod_rewrite}
<a

href="{$config.base}{$config.dir}p{$menu_item.name}.html">{$lang[$menu_item.name]}</a>
{else}
<a

href="{$config.base}{$config.dir}page.php?name={$menu_it em.name}">{$lang[$menu_item.name]}</a>
{/if}
{/if}</li>
{/if}
{/foreach}
<li><a href="logout.php?action=logout">{$lang.logout}</a></li>
</ul>
{else}
<form action="{$config.base}{$config.dir}login.php" method="post">
<table class="no" cellpadding="2" cellspacing="0">
<tr>
<td>{$lang.username}:<br /><input type="text"

tabindex="1" name="username" size="20" value="" /></td>
</tr>
<tr>
<td>{$lang.password}:<br /><input type="password"

tabindex="2" name="password" size="20" value="" /></td>
</tr>
<tr>
<td colspan="2" style="font-size: 10px;"><input

type="submit" tabindex="3" name="login" value="{$lang.login}" />
<a

href="{$config.base}{$config.dir}forgot.php">{$lang.forgot}</a>
{if $category.id > 0 OR not $config.editors_dmoz}
<a

href="{$config.base}{$config.dir}register.php?id={$categ ory.id}" rel="nofollow">{$lang.register}</a>
{/if}</td>
</tr>
</table>
</form>
{/if}</div>
</div>
{/if}

To have suggest a link show on all pages:
Go to
admin panel
CONFIGS
General Configuration
Categories dropdown instead of tree enabled disabled

and choose enabled, save changes.

stardad
10-12-2006, 09:20 PM
not sure if this will help, but first try to log into admin and ad few categories

the editor sign in box can be removed, too

which template are you using?

Thanks Tom, I will try adding a few categories. I am using the default template in the free version. I want to check things out before commiting to the pro version and converting all my sites...then it will be how to import my exisiting links &lt;_&lt;

John

stardad
10-13-2006, 12:42 AM
Thanks for all the input, looks like I still need some help.

Thanks Loren, your fix for the editor block worked (but of course you knew that!).

Tom, I added a couple of categories and that didn't help with 'suggest a link'.

Greg, I don't see the 'categories dropdown or tree' under general config.

Windows wants to know what created the program when I try to remove the code as you suggested.

John

Sergey Ten
10-13-2006, 04:13 PM
Hello stardad,

Please provide me your FTP/Cpanel/Admin panel credentials and I will investigate your problem.

sten@esyndicat.com