phpCOIN
RackSpace Hosting

Forum Rules Links To User Sites

If you post a link to your site here, it must point to a phpCOIN powered website.
Any post that contains a link to a page that does not resolve to a phpCOIN powered website will be deleted.
If you move your site to a new domain or path, do remember to post the new link.
If you post asking for feedback about your site, be prepared for negative as well as positive feedback - if you'd rather not risk any negative feedback - don't post !!!!

  Reply to this topicStart new topicStart Poll

> new web, new web using phpcoin
charlie2006
Posted: March 18, 2010 10:20 pm
Quote Post


Member
**

Group: Members
Posts: 16
Member No.: 4,201
Joined: March 11, 2010



La Tienda del Hosting

Hi.

After a lot of work trying to understand this script, translating some other things and adjusting this to our idiosyncrasy La Tienda del Hosting finally is operating.

... I'm very bad for bad reviews ... so please do not throw hard at my store.

My heartfelt thanks to Lightman for his great help and patience.


Charlie2006

P.D. I hope to sell a lot of hosting from this website
PMEmail Poster
Top
webmist49
Posted: March 30, 2010 04:02 am
Quote Post


Advanced Member
***

Group: Members
Posts: 36
Member No.: 4,117
Joined: December 25, 2009



Hello, I love what you have done with your site - even though I cannot understand a word of it! biggrin.gif I am intrigued by the right hand menu , though, where you have a scrolling section and wonder if you can tell me how you did that? I love it and I would like to use something similar on my own site. I am in australia so not competing with you in any way, so hope you can help! and all the best with your new hosting company too.
PMEmail Poster
Top
lightman
Posted: March 30, 2010 03:53 pm
Quote Post


The Janitor
***

Group: Admin
Posts: 3,374
Member No.: 3
Joined: August 25, 2006



If you examine the source code for the site in question, you will find
HTML
<!-- Start menublock -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr bgcolor="#ffffff"><td bgcolor="#ffffff">
<table border="0" cellpadding="5" cellspacing="1" width="100%">
<tr><td class="BLK_MENU_TITLE" width="150">
Novedades
</td></tr>
<tr><td class="BLK_MENU_ENTRY" width="150" valign="top">
<span align="left"><script language="javascript" src="news/ts_files/scroll.js"></script><script LANGUAGE="JavaScript">Tscroll_init (0)</SCRIPT><noscript>Some functions of this site require that javascript be enabled</noscript></span>
</td></tr>
</table>
</td></tr>
</table>

<!-- Stop menublock -->


You can find scroll.js from Google ™

Use the javascript instructions for scroll.js and build and call a php 'do_' function in an override file, as described in http://docs.phpcoin.com/index.php/Menu_Blocks_and_Items - configure your menu item to cal the 'do_' function in the location you want it, and your good to go biggrin.gif


--------------------
***** Unless otherwise stated, all replies refer to the following *****
====================================================================
--- The latest unmodified version of phpCOIN available from the phpCOIN download page on the date and time of this post.
--- All relevant fix files applied - One of the four included unmodified themes - The original language files .
--- Help will be given to install/configure/use phpCOIN, but not programming help to modify phpCOIN operations. If you are competent enough to make programming changes, you should be competent enough to read the source code and figure things out :)
PM
Top
webmist49
Posted: March 30, 2010 09:21 pm
Quote Post


Advanced Member
***

Group: Members
Posts: 36
Member No.: 4,117
Joined: December 25, 2009



thanks Lightman! - I actually thought charlie2006 might reply - could/should have put this in the Coders Corner but didnt think of it till after I posted it. Will have a go at this, later today.

I checked the source, by the way, and looks like he used the Tigra Scroller, so might try that too.

I have put a memorial line in below 'powered by phpCoin' on my website
if this is not ok, will remove immediately. Otherwise thought I would leave it there till end of year. /index.php

Steve is going to be really really missed on this forum, he was a fantastic help to me personally, responded to an email I sent initially, encouraged me to try phpCoin when i was testing it against WHMCS, and referred me to the forums - I have a lot to thank him for.

PMEmail Poster
Top
webmist49
Posted: March 30, 2010 09:36 pm
Quote Post


Advanced Member
***

Group: Members
Posts: 36
Member No.: 4,117
Joined: December 25, 2009



oops don't know what happened there, meant to leave my whole web address!
My Webpage
PMEmail Poster
Top
lightman
Posted: March 30, 2010 09:49 pm
Quote Post


The Janitor
***

Group: Admin
Posts: 3,374
Member No.: 3
Joined: August 25, 2006



Your memorial line is much appreciated, and you may display it on your website entirely at your discretion smile.gif

***EDIT***

You may want to try and adjust the admin > parameters > group=theme subgroup=package >

Table: Width Of Outmost Table
The width of the outermost table. Must include either percent or pixel signs, % or px

you can take this all the way up to 100% (which will then auto re-size for screen resolution) and give yourself a great deal more screen real estate to play with smile.gif


--------------------
***** Unless otherwise stated, all replies refer to the following *****
====================================================================
--- The latest unmodified version of phpCOIN available from the phpCOIN download page on the date and time of this post.
--- All relevant fix files applied - One of the four included unmodified themes - The original language files .
--- Help will be given to install/configure/use phpCOIN, but not programming help to modify phpCOIN operations. If you are competent enough to make programming changes, you should be competent enough to read the source code and figure things out :)
PM
Top
webmist49
Posted: March 31, 2010 08:58 am
Quote Post


Advanced Member
***

Group: Members
Posts: 36
Member No.: 4,117
Joined: December 25, 2009



Hi Lightman

I just saw your edit to your reply post to me - I already had the width set to 100%, all the tables are set to 100% . If you had a problem with my site then perhaps it's my css?

I have used the Package wrapper but also added in some code into styles.css so that I could use the header I have there. Perhaps this has caused the problem -

#main{width:80%;min-height:400px;margin-left:auto;margin-right:auto; margin-top:30px; background-color:#d3e6df; border:#000 5px solid;}
#header .logo{margin-left:auto;margin-right:auto ;border-bottom:5px solid #000;width:100%;height:120px;background-color:#c1d2cd;background-image: url(http://www.webmist.com.au/images/logo.gif); background-repeat: no-repeat;}

Note that I just changed what was 70% to 80% for #main

Any feedback is really appreciated by the way!

.
PMEmail Poster
Top
lightman
Posted: March 31, 2010 11:03 am
Quote Post


The Janitor
***

Group: Admin
Posts: 3,374
Member No.: 3
Joined: August 25, 2006



Whatever you changed - most of the pages look a lot better now biggrin.gif


--------------------
***** Unless otherwise stated, all replies refer to the following *****
====================================================================
--- The latest unmodified version of phpCOIN available from the phpCOIN download page on the date and time of this post.
--- All relevant fix files applied - One of the four included unmodified themes - The original language files .
--- Help will be given to install/configure/use phpCOIN, but not programming help to modify phpCOIN operations. If you are competent enough to make programming changes, you should be competent enough to read the source code and figure things out :)
PM
Top
nimasdj
Posted: April 02, 2010 07:34 am
Quote Post


Advanced Member
***

Group: Members
Posts: 508
Member No.: 6
Joined: August 26, 2006



QUOTE (webmist49 @ March 30, 2010 08:21 pm)
I have put a memorial line in below 'powered by phpCoin' on my website.

Instead of "Remembering", better to use "In Memoriam of...."


--------------------
:: My Contributions to phpCOIN:
:: Geographic whois
:: JAM Integration

If you need help/assistance for phpCOIN and/or addon modules installation. Please read here.

Affiliate marketing is the best way to attract clients for your hosting. Why not starting an Affiliate Program with your phpCOIN? please read here.
PMEmail Poster
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

Topic Options Reply to this topicStart new topicStart Poll

 


Inscrita el Registro Mercantil de Mallorca Tomo 2140, Hoja No. PM-51034, Folio 135
This website owned and operated by: Technology Services RPVW S.L. CIF# B57345084
Avda Constitucion 48 Bajos Alaro 07340 Baleares SPAIN
Tel:+34 971518362    Fax: +34 971518368    eMail: support@phpcoin.com