Donation system + other Qs
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Donation system + other Qs
Your Portal Version: 1.0.5
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.noobsnetwork.com
PHP Version: 4
What have you done before the problem was there?
-searched too much in google .
-searched in the forum .
What have you already tryed to solve the problem?
viewed the source of http://www.rufclan.com [another forum] to see what type of mod do they use ...
Description and Message
hello !! ..
here at noobsnetwork.com ,
we will be aiming to make free tutorials for noobs about graphics and webdesign , so maybe i will be making a video tutorial on how to setup board3 portal if you needed one ... i can make a narrated video tutorial for free if you like the idea ...
these forum sections are experimental
__________________________________________________________________________________
alright , the thing i do need at the moment is :
a donation system like the one you can see at http://www.rufclan.com
how can i make it ?
__________________________________________________________________________________
also , the recent topics show the last started threads , i want it to show the threads that last was posted to .... how ?
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.noobsnetwork.com
PHP Version: 4
What have you done before the problem was there?
-searched too much in google .
-searched in the forum .
What have you already tryed to solve the problem?
viewed the source of http://www.rufclan.com [another forum] to see what type of mod do they use ...
Description and Message
hello !! ..
here at noobsnetwork.com ,
we will be aiming to make free tutorials for noobs about graphics and webdesign , so maybe i will be making a video tutorial on how to setup board3 portal if you needed one ... i can make a narrated video tutorial for free if you like the idea ...
these forum sections are experimental
__________________________________________________________________________________
alright , the thing i do need at the moment is :
a donation system like the one you can see at http://www.rufclan.com
how can i make it ?
__________________________________________________________________________________
also , the recent topics show the last started threads , i want it to show the threads that last was posted to .... how ?
Re: Donation system + other Qs
yeah another Questions
- i make 3d games , and this is the latest score list [upload score via 3d game]
http://www.qemum.org/scores/showscores.php
i want to show it in the forum , a php file , how ?
- i make 3d games , and this is the latest score list [upload score via 3d game]
http://www.qemum.org/scores/showscores.php
i want to show it in the forum , a php file , how ?
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: Donation system + other Qs
For scrolling:
search in the thanks-block:
add a new line after:
search in the thanks-block:
add a new line in front of it:
Sorry for my bad English.
search in the thanks-block:
Code: Select all
{$LR_BLOCK_H_L}
Code: Select all
<div style="width:auto; height:200px;border: solid 1px gray; overflow:auto;">
Code: Select all
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
Code: Select all
</div>
V.G. archivar
sorry for my bad english
sorry for my bad english
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: Donation system + other Qs
That you can in your own small or center block lay in the ACP.Belias wrote:yeah another Questions
- i make 3d games , and this is the latest score list [upload score via 3d game]
http://www.qemum.org/scores/showscores.php
i want to show it in the forum , a php file , how ?
V.G. archivar
sorry for my bad english
sorry for my bad english
Re: Donation system + other Qs
i don't have a donation block , i want to install it and [now i can make it scroll]
ok , i will try to include the php in the blocks and will tell you ...
-----------------------------------------------------
EDIT
as you can see here
http://noobsnetwork.com/viewonline.php
the members state is visible , which member is doing what
can i integrate this into the profile ?
also , how can i have the history of the guests IP adresses .
ok , i will try to include the php in the blocks and will tell you ...
-----------------------------------------------------
EDIT
as you can see here
http://noobsnetwork.com/viewonline.php
the members state is visible , which member is doing what
can i integrate this into the profile ?
also , how can i have the history of the guests IP adresses .
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: Donation system + other Qs
Board3 Portal has donation blocks. On the website you mentioned, they just edited the small donation block a little bit. The text you see is hardcoded, so there is no MOD involved.
I think there is or was something like a User Log MOD on phpbb.com.
Anyhow, please only ask Board3 Portal related questions in this forum.
I think there is or was something like a User Log MOD on phpbb.com.
Anyhow, please only ask Board3 Portal related questions in this forum.
Re: Donation system + other Qs
i put the php code in the large custom block , but it returns trash , what to do ?
so does that mean it doesn't support PHP ?
i didn't find the answer in the knowledge base .
Edit , i'm trying this way
knowledge/kb_show.php?id=51
so does that mean it doesn't support PHP ?
i didn't find the answer in the knowledge base .
Edit , i'm trying this way
knowledge/kb_show.php?id=51
Re: Donation system + other Qs
i found an small error in the article in the database
he said ( in the new method section in the article)
styles/*yourstyle*/template/portal/block/
he means
styles/*yourstyle*/template/portal/
this is the path were the files are ...
please correct it .
still applying the tut ... .
** tried the php block stuff , noobsnetwork showed the php file instead of the portal !!
he said ( in the new method section in the article)
styles/*yourstyle*/template/portal/block/
he means
styles/*yourstyle*/template/portal/
this is the path were the files are ...
please correct it .
still applying the tut ... .
** tried the php block stuff , noobsnetwork showed the php file instead of the portal !!
Re: Donation system + other Qs
i did success at putting the PHP page in the front page !!! , but using another way ...
now , can you help me edit the donation block and create a thank you block ?
now , can you help me edit the donation block and create a thank you block ?
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: Donation system + other Qs
This is the code of the donation block from the rufclan website:
As I already told you, they just wrote the text in there.
What do you mean by a Thank you block?
Code: Select all
<!--version $Id: donation_small.html 479 2009-03-15 11:19:27Z kevin74 $ //-->
{$LR_BLOCK_H_L}<img src="{T_THEME_PATH}/images/portal/portal_donation.png" width="16px" height="16px" alt="" /> {L_DONATION}{$LR_BLOCK_H_R}
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<td class="row1" style="padding:10px 1px 10px 1px;">
<div style="text-align: center;">
<center><B>Current Account balance</B></center>
<br />
<div><span style="font-size:xx-small; float:left;">Donations(June)</span><span style="font-size:xx-small; float:right;"> $118.28</span><br /></div>
<div><span style="font-size:xx-small; float:left;">PayPal Fees(robbers)</span><span style="font-size:xx-small; float:right;"> $0.00</span><br /></div>
<div><span style="font-size:xx-small; float:left;">Current account balance</span><span style="font-size:xx-small; float:right;"> $0.00</span><br /></div>
<div><span style="font-size:xx-small; float:left;">Total cost for July</span><span style="font-size:xx-small; float:right;"> $30.00</span><br /></div>
<div><span style="font-size:xx-small; float:left;">Still due for July</span><span style="font-size:xx-small; float:right;">$30.00</span><br /></div><br>
<div><span style="font-size:xx-small; float:center;"><a href="http://rufclan.com/viewtopic.php?f=35&t=705" target="_blank">Click here</a> for cost breakdown</span><br /></div><br>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="{PAY_ACC}" />
<input type="hidden" name="item_name" value="[RUF]Clan Server / Website Donation" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="no_shipping" value="2" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="bn" value="PP-DonationsBF" />
<input type="hidden" name="tax" value="0" />
<input type="text" tabindex="10" name="amount" size="10" maxlength="4" value="Amount Here" onfocus="if(!this._haschanged){this.value=''};this._haschanged=true;" class="inputbox autowidth" title="{L_PAY_MSG}" /><br /><br />
<input type="image" src="{T_THEME_PATH}/images/portal/paypal2.gif"/>
</form>
</div>
</td>
</tr>
</table>
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
What do you mean by a Thank you block?
Re: Donation system + other Qs
my problems are almost near elimination
if you visit the site now you can see a lot of the wanted things [getting help from IRC channel]
at rufclan's
there's a blcok at the left called thank you
it shows names of donors !!
i know how to make scrolling text , but how to link it with paypal donations , or i have to edit it once i get a donation <this is going to be a pain> ...
is there an automated way ... , i prefer html stuff rather than mods !! .
~ i want your feedback on the high score section in the game devolpment forum at the front page , i'm so happy with it !!
game will be translated to english soon !! , also for free !!
if you visit the site now you can see a lot of the wanted things [getting help from IRC channel]
at rufclan's
there's a blcok at the left called thank you
it shows names of donors !!
i know how to make scrolling text , but how to link it with paypal donations , or i have to edit it once i get a donation <this is going to be a pain> ...
is there an automated way ... , i prefer html stuff rather than mods !! .
~ i want your feedback on the high score section in the game devolpment forum at the front page , i'm so happy with it !!
game will be translated to english soon !! , also for free !!
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: Donation system + other Qs
That's also hardcoded:
I'm not aware of any MOD that will show the amounts received and the donators.
Code: Select all
{$LR_BLOCK_H_L}<img src="{T_THEME_PATH}/images/portal/portal_donation.png" width="16px" height="16px" alt="" /> Thank You{$LR_BLOCK_H_R}
<table class="tablebg" cellspacing="1" border="0" width="100%">
<tr class="row1">
<td>
<marquee behavior="scroll" direction="up" scrollamount="1" scrolldelay="5" onmouseover="this.stop()" onmouseout="this.start()" align="center"><center>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Ice Man<br>June 1st $118.28<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Sub_Q<br>May 29th $20.00<P/><br>
<font color=#FFFFFF>Anonymous<br>April 7th $30.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Ogilthorpe<br>March 14th $10.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Hawkins<br>March 13th $20.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>FireShock<br>March 13th $20.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Sub_Q<br>March 13th $10.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>SoundCreepy<br>January 20th $5.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>SoundCreepy<br>January 14th $5.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Sub_Q<br>October 24th $40.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>FireShock<br>October 18th $10.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Ice Man<br>October 10th $38.19<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Ice Man<br>September 10th $16.67<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Ice Man<br>August 2nd $59.85<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Ice Man<br>July 3rd $59.85<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Ice Man<br>June 12th $8.80<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Hawkins<br>June 12th $10.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>FireShock<br>June 12th $10.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Sub_Q<br>June 11th $10.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Ogil<br>June 11th $20.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Ogilthorpe<br>June 11th $10.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Vapor<br>June 11th $21.50<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Josh111<br>June 11th $10.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Sub_Q<br>June 2nd $30.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Josh111<br>Mar 9th $25.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Hawkins<br>Mar 8th $100.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Sub_Q<br>Mar 1st $20.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Ice Man<br>Feb 18th $18.96<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Ice Man<br>Jan 9th $24.06<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Cisco<br>Jan 7th $20.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Ogilthorpe<br>Nov 25th $25.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Vapor<br>Nov 2nd $25.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Fuzzynaval<br>July 2nd $25.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Mojo<br>May 30th $200.00<P/><br>
<font color=#FFFFFF>Sparks <br>May 24th $5.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Sub Q<br>May 24th $20.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Ogilthorpe<br>May 23rd $25.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Ogil<br>May 21th $25.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Vipor<br>May 20th $3.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Cisco<br>May 20th $20.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>L3th4l<br>May 20th $25.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Vapor<br>May 18th $25.00<P/><br>
<font color=#000000>[</font><font color=#00ff00>RUF</font><font color=#000000>]</font>Cisco<br>May 11th $69.40<P/><br>
</center></marquee>
</font><br />
</td>
</tr>
</table>
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
Re: Donation system + other Qs
so you think the only solution would be to edit it manually whenever i get a donation ? ...
and what about the video tutorials for board3 ?
don't you think they can help ?
and what about the video tutorials for board3 ?
don't you think they can help ?
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: Donation system + other Qs
I would like it if there was a better solution, but it currently looks like there is none.
The video tutorials sound like a good idea to me. If you create them I can link them in the Knowledge Base.
The video tutorials sound like a good idea to me. If you create them I can link them in the Knowledge Base.
Re: Donation system + other Qs
alright then , i will make them after i make the 3d modeling video tutorials !!