+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: between 10 - 250 credits per advise

  1. #1
    sinogap is offline x10 Lieutenant sinogap is an unknown quantity at this point
    Join Date
    Mar 2008
    Posts
    342

    between 10 - 250 credits per advise

    here's my site http://seeknow.x10hosting.com/ anyone who can give me advise on how to improve on it I will reward you if I go with your advise
    Please make your advise simple and straight to the point
    If your advise isn't do-able for me or for some reason I can't accomplish If you do it for me or if you provide me with a tutorial I will double reward.

    between 10 - 250 credits per advise depends on how valuable it was to me.

  2. #2
    LHVWB's Avatar
    LHVWB is offline Lord Of The Keys LHVWB is an unknown quantity at this point
    Join Date
    Jan 2008
    Location
    Australia
    Posts
    1,308

    Re: between 10 - 250 credits per advise

    Here are my comments and advise.
    1. You should put a link back from your forums to your main site to increase its navigability. To do this through the logo you can edit the "styles/(style)/template/overall_header.html" (You can also edit it internally) for each style that you want to change. You need to change "<a href="{U_INDEX}">{SITE_LOGO_IMG}</a>" to something like this "<a href="http://seeknow.x10hosting.com/">{SITE_LOGO_IMG}</a>".
    2. For you SMF forum you can change a setting in the admin panel (Go SMF!!!).
    3. Maybe you could also put a link back from the gallery.
    4. I would also recommend that you centre the e107 screen.
    These links are very important, especially for a site like yours because your site has may different software packages, meaning that they all have separate areas which are not very well connected. If possible you should try to avoid using so many software packages especially if you want a user to be able to log into all of them from one login, and you want a user to be able to search the entire site not just the one section. For example you probably don't need two different types of forums. Good luck with the site anyway.

  3. #3
    DeadBattery's Avatar
    DeadBattery is offline Community Support Team DeadBattery is a name known to allDeadBattery is a name known to all
    Join Date
    Mar 2008
    Location
    localhost
    Posts
    4,019

    Re: between 10 - 250 credits per advise

    1) Remove Joomla! ads
    2) Get a favicon, it makes it look more professional
    You can do this by making a logo, resizing it to 16 pixels X 16 pixels (Square) and saving it as "favicon.ico"
    Then upload it to your root directory. Wait a little bit and you have a favicon!
    3) There is a place in the Joomla Administration Panel where you can easily add banner advertisements. I suggest you look into that and try it out, it makes things a lot easier.
    4) Get a logo, your site looks blank without one.
    5) Try to get the Joomla and phpBB3 to have similar skins instead of Blue and Gray.
    That is my advice.


  4. #4
    figu120's Avatar
    figu120 is offline x10 Elder figu120 is an unknown quantity at this point
    Join Date
    Jul 2007
    Location
    medellin-Colombia
    Posts
    924

    Re: between 10 - 250 credits per advise

    Hello
    Well, I have a good template of joomla you can spend by 1000 credits a good pack or you diseņaria but for a new 10000 credits ...
    And

    Soluciones de Cloud Computing y Posicionamiento SEO
    Twitter @AnvarStudios
    Dominio Gratis en : Free domain name in:

  5. #5
    CuteKate400 is offline x10Hosting Member CuteKate400 is an unknown quantity at this point
    Join Date
    Apr 2008
    Posts
    91

    Re: between 10 - 250 credits per advise

    WordPress is better. Joomla slow and uses more CPU resources.

  6. #6
    figu120's Avatar
    figu120 is offline x10 Elder figu120 is an unknown quantity at this point
    Join Date
    Jul 2007
    Location
    medellin-Colombia
    Posts
    924

    Re: between 10 - 250 credits per advise

    bets.
    nuket-et or php nuke

    Soluciones de Cloud Computing y Posicionamiento SEO
    Twitter @AnvarStudios
    Dominio Gratis en : Free domain name in:

  7. #7
    sinogap is offline x10 Lieutenant sinogap is an unknown quantity at this point
    Join Date
    Mar 2008
    Posts
    342

    Re: between 10 - 250 credits per advise

    I tried doing that from my file manager and editing the file but my Seeknow forums logo doesn't link back to the main page

    Can you please tell me where in my where in my admin panel in SMF do I go to make when you click on my community on SMF to link back to the main page


    That is not possible I was thinking to integrate the gallery into my phpbb forum, but I don't know how to install the gallery mod since I need to edit so much files and its really confusing

    I'm gunna use google to search my whole site, and I will cancel the sign=up feature on e107 since it will show my services no need to sign up, and my SMF forums are by invitation only and are a forum for the admins and mods of the entire site.

    This reply is for "verbsite"'s post
    Last edited by sinogap; 04-12-2008 at 06:27 AM.

  8. #8
    LHVWB's Avatar
    LHVWB is offline Lord Of The Keys LHVWB is an unknown quantity at this point
    Join Date
    Jan 2008
    Location
    Australia
    Posts
    1,308

    Re: between 10 - 250 credits per advise

    Quote Originally Posted by sinogap View Post
    I tried doing that from my file manager and editing the file but my Seeknow forums logo doesn't link back to the main page

    Can you please tell me where in my where in my admin panel in SMF do I go to make when you click on my community on SMF to link back to the main page

    That is not possible I was thinking to integrate the gallery into my phpbb forum, but I don't know how to install the gallery mod since I need to edit so much files and its really confusing
    I forgot to mention that for phpbb3 template files to reload you need to go into the admin section and refresh the cache because phpbb3 caches these files into the database. To do this go to the admin panel, and look for 'purge the cache' under 'Resynchronise or reset statistics'.

    For SMF, some of the templates don't let you set it in the admin section, you can manually change the file by going to "Themse/(theme)/index.template.php", you need to change this (or some similar code)

    HTML Code:
    <td id="header_logo" width="1"><a class="topimg" href="http://seeknow.x10hosting.com/community/index.php">
    To...

    HTML Code:
    <td id="header_logo" width="1"> <a class="topimg" href="http://seeknow.x10hosting.com/">

  9. #9
    sinogap is offline x10 Lieutenant sinogap is an unknown quantity at this point
    Join Date
    Mar 2008
    Posts
    342

    Re: between 10 - 250 credits per advise

    Quote Originally Posted by verbsite View Post
    I forgot to mention that for phpbb3 template files to reload you need to go into the admin section and refresh the cache because phpbb3 caches these files into the database. To do this go to the admin panel, and look for 'purge the cache' under 'Resynchronise or reset statistics'.

    For SMF, some of the templates don't let you set it in the admin section, you can manually change the file by going to "Themse/(theme)/index.template.php", you need to change this (or some similar code)

    HTML Code:
    <td id="header_logo" width="1"><a class="topimg" href="http://seeknow.x10hosting.com/community/index.php">
    To...

    HTML Code:
    <td id="header_logo" width="1"> <a class="topimg" href="http://seeknow.x10hosting.com/">
    the phpbb link worked, i will reward you with some credits, but the SMF link i couldn't find anything on my template so if u can assist me with that i will reward you with some more credits

  10. #10
    LHVWB's Avatar
    LHVWB is offline Lord Of The Keys LHVWB is an unknown quantity at this point
    Join Date
    Jan 2008
    Location
    Australia
    Posts
    1,308

    Re: between 10 - 250 credits per advise

    This code (From "Themes/ApolloBB/index.template.php"):
    PHP Code:
        // Show the logo.  It'll be either the default image, or one you set in the Theme Settings.  The stock logo is logo.gif in the images directory for each color.
        
    if (empty($settings['header_logo_url']))
            echo 
    '
                            <a href="'
    $scripturl'" class="topimg"><img src="'$settings['images_url'] . '/'$settings['theme_main_color'], '/logo.gif" style="margin: 0px;border: 0 none;height: 89px" ',  (empty($settings['show_name_near_logo'])) ? 'alt="'.$context['forum_name'].'"' 'alt=""' ,' title="'$context['forum_name'], '" /></a>';
            else echo 
    '
                            <a href="'
    $scripturl'" title="'$context['forum_name'], '" class="topimg"><img src="'$settings['header_logo_url'], '" style="border: 0 none;vertical-align:middle;margin: 0px;" ',  (empty($settings['show_name_near_logo'])) ? 'alt="'.$context['forum_name'].'"' 'alt=""' ,' /></a>';
        echo 
    '
                        </td>'

    Will need to be changed to this
    PHP Code:
        // Show the logo.  It'll be either the default image, or one you set in the Theme Settings.  The stock logo is logo.gif in the images directory for each color.
        
    if (empty($settings['header_logo_url']))
            echo 
    '
                            <a href="http://seeknow.x10hosting.com/" class="topimg"><img src="'
    $settings['images_url'] . '/'$settings['theme_main_color'], '/logo.gif" style="margin: 0px;border: 0 none;height: 89px" ',  (empty($settings['show_name_near_logo'])) ? 'alt="'.$context['forum_name'].'"' 'alt=""' ,' title="'$context['forum_name'], '" /></a>';
            else echo 
    '
                            <a href="http://seeknow.x10hosting.com/" title="'
    $context['forum_name'], '" class="topimg"><img src="'$settings['header_logo_url'], '" style="border: 0 none;vertical-align:middle;margin: 0px;" ',  (empty($settings['show_name_near_logo'])) ? 'alt="'.$context['forum_name'].'"' 'alt=""' ,' /></a>';
        echo 
    '
                        </td>'

    Last edited by LHVWB; 04-12-2008 at 05:37 PM.

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Look at my sites and get credits!
    By Scott B in forum Review My Site
    Replies: 36
    Last Post: 06-01-2008, 06:28 PM
  2. Need Advertising - Will pay in Credits
    By Loneua Technologies in forum Advertising
    Replies: 52
    Last Post: 03-16-2008, 02:40 PM
  3. Earn 150+ Credits Answering my question....
    By admintwo in forum The Marketplace
    Replies: 23
    Last Post: 02-15-2008, 07:40 AM
  4. Replies: 4
    Last Post: 11-27-2007, 06:49 PM
  5. Advertise me to easily double credits!
    By QuwenQ in forum The Marketplace
    Replies: 0
    Last Post: 11-01-2007, 04:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers