|
|
 |
 | script editing |  |
Posted: Sat Jan 17, 2004 2:02 am |
|
|
| JoeR |
| Newbie |
|
 |
| Joined: 15 Jan 2004 |
| Posts: 9 |
|
|
|
 |
 |
 |
|
I purchased the unlimited resale rights package and I wanted to change the "powered by" at the bottom of the page to my store info. Can you tell me where to look for this?
Also I would like to add buttons for payment providers under the stats table so people without certain payment providers can use them to sign up before clicking join. Where can I do this?
Thanks in advance,
Joe |
|
|
|
|
 | Re: script editing |  |
Posted: Sun Jan 18, 2004 5:57 am |
|
|
| LittleFoot_1 |
| Visitor |
|
 |
| Joined: 23 Oct 2003 |
| Posts: 20 |
| Location: US |
|
|
 |
 |
 |
|
| JoeR wrote: | | Also I would like to add buttons for payment providers under the stats table so people without certain payment providers can use them to sign up before clicking join. Where can I do this? |
Hi Joe,
I know where to do it at, just don't know the technical stuff. I'd like to do the same thing, but don't want to mess anything up.
templates/main.navigation.php
Have a good day!
Jaime |
|
|
|
|
Posted: Sun Jan 18, 2004 1:53 pm |
|
|
| shadow |
| Addict |
|
 |
| Joined: 16 Oct 2003 |
| Posts: 171 |
| Location: Virgin Islands |
|
|
 |
 |
 |
|
Actually if you add your links to the content.php file below
<?include("$CONFIG->templatedir/main.navigation.php");?><br>
they will be on every page of your site. Just don't make them too wide or they will throw the look of you site off. That row is only 145 pixels wide so you don't want any graphics wider then that.
Shadow |
|
|
|
|
 | Script editing |  |
Posted: Sun Jan 18, 2004 3:04 pm |
|
|
| JoeR |
| Newbie |
|
 |
| Joined: 15 Jan 2004 |
| Posts: 9 |
|
|
|
 |
 |
 |
|
Jamie & Shadow, thanks for the reply. Shadow, could you tell me how to re-brand the software to my company name?
Thanks,
Joe |
|
|
|
|
Posted: Sun Jan 18, 2004 3:14 pm |
|
|
| shadow |
| Addict |
|
 |
| Joined: 16 Oct 2003 |
| Posts: 171 |
| Location: Virgin Islands |
|
|
 |
 |
 |
|
If you are talking about what is visible to the public it is only a matter of editing the footer file. But Daniel has it set up so that if anyone clicks on that link and purchases the script you will get paid a commission. It is all done with one line at the end of the footer. If you would like your own domain name here you can remove the last line and enter the html for your domain but you will loose any chance of a commission and if you have limited resale right you will also loose them. This is actually something you should discuss with Daniel.
Shadow |
|
|
|
|
 | |  |
Posted: Sun Jan 18, 2004 8:57 pm |
|
|
| LittleFoot_1 |
| Visitor |
|
 |
| Joined: 23 Oct 2003 |
| Posts: 20 |
| Location: US |
|
|
 |
 |
 |
|
| shadow wrote: | Actually if you add your links to the content.php file below
<?include("$CONFIG->templatedir/main.navigation.php");?><br>
they will be on every page of your site. Just don't make them too wide or they will throw the look of you site off. That row is only 145 pixels wide so you don't want any graphics wider then that. |
Looks like it already has it:
<?include("$CONFIG->templatedir/main.navigation.php");?> </td></tr></table>
Is it necessary to do it again?
Where are we supposed to add the links at?
"$CONFIG->wwwroot/radmin/leftstats.php";?>
</td>
</tr>
</table>
</td>
</tr>
</table><?}?>
</td>
</tr>
</table><?}
?>
Thanks,
Jaime |
|
|
|
|
Posted: Sun Jan 18, 2004 9:36 pm |
|
|
|
You are in the main_navigation.php file and I was referring to the content.php file. You add your html just below the line
<?include("$CONFIG->templatedir/main.navigation.php");?><br>
Shadow |
|
|
|
|
Posted: Sun Jan 18, 2004 10:51 pm |
|
|
| LittleFoot_1 |
| Visitor |
|
 |
| Joined: 23 Oct 2003 |
| Posts: 20 |
| Location: US |
|
|
 |
 |
 |
|
| LittleFoot_1 wrote: | Looks like it already has it:
<?include("$CONFIG->templatedir/main.navigation.php");?> </td></tr></table>
Is it necessary to do it again? |
Here I was talking about the content file.
| LittleFoot_1 wrote: | Where are we supposed to add the links at?
"$CONFIG->wwwroot/radmin/leftstats.php";?>
</td>
</tr>
</table>
</td>
</tr>
</table><?}?>
</td>
</tr>
</table><?}
?> |
This one, about the main.navigation file.
But so, you're saying to add the links on the content file? If I had only put them on the main.navigation page, what pages would get them then?
Jaime |
|
|
|
|
 | |  |
Posted: Mon Jan 19, 2004 10:53 am |
|
|
| shadow |
| Addict |
|
 |
| Joined: 16 Oct 2003 |
| Posts: 171 |
| Location: Virgin Islands |
|
|
 |
 |
 |
|
They would end up in the table where they were placed and only show up on the pages that that menu shows up on. So if you worked under the members area menu they would only show up in the members area, the public menu the public area and so on. But I have to warn you it is much easier to edit the content.php file and make it look nice and function properly then it is the main_navigation.php file. Also the main_navigation file is read by the script so that it will select specific areas to display so when you edit in here you could stop your script from working.
Shadow |
|
|
|
|
 | |  |
Posted: Tue Jan 20, 2004 12:16 pm |
|
|
| LittleFoot_1 |
| Visitor |
|
 |
| Joined: 23 Oct 2003 |
| Posts: 20 |
| Location: US |
|
|
 |
 |
 |
|
Thanks for saying so, that was why I didn't mess with it.
Do I just go under this line here, that's already in the file?
<?include("$CONFIG->templatedir/main.navigation.php");?> </td></tr></table>
Or do I still need to add this line? If so, where at?
<?include("$CONFIG->templatedir/main.navigation.php");?><br>
Jaime |
|
|
|
|
|
|