![]() |
| |||||||
| IPB General Support Post your questions here, no bug reports. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Junior Forumer ![]() | http://bibleman.18.forumer.com Hello again... I would like a 'page down' facility. (a button that takes me to the bottom of the page) Can anyone help? Thanks. |
![]() And Now tell me something I don't know!!! | |
| | |
| | #2 (permalink) |
| Senior Forumer ![]() | Hi Ferq you can try the javascript window.scroll example Code: <script>
function PageDown() {
window.scroll(0,150); // horizontal and vertical scroll targets
}
</script>
<a href="javascript:PageDown()">Page Down </a> ![]() |
| | |
| | #4 (permalink) |
| Active Forumer ![]() | You can put it after <!-- REPORT / UP --> in Post Entry of Topic View Section or/and at top of Board Index Page Top in Board Index Sections. But, MasterVision, the above code just takes me to the top, not to the end of page. Check it. |
![]() Cash is not all. We still have golds, silvers, credit cards, bank notes, securities... | |
| | |
| | #6 (permalink) |
| Active Forumer ![]() | This is the page down, add this code to places I said above: Code: <SCRIPT>
function pageDown () {
if (window.scrollBy)
window.scrollBy(0, window.innerHeight ? window.innerHeight :
document.body.clientHeight);
}
</SCRIPT>
<A HREF="javascript: void 0" ONCLICK="pageDown(); return false;">
page down
</A> |
![]() Cash is not all. We still have golds, silvers, credit cards, bank notes, securities... | |
| | |
| | #7 (permalink) |
| Junior Forumer ![]() | Thanks Duy...(again) And thanks to Master Vision (again) and Wild Cat (again)....good squad! (smile) |
![]() And Now tell me something I don't know!!! | |
| | |
| | #9 (permalink) |
| Junior Forumer ![]() | Yeah but you are just so nice, and you have helped me a few times. ![]() By the way...in the admin, I can't access my HTML. It just says "this option is temporarily disabled"... that was 3 days ago...any idea what's up? ![]() |
![]() And Now tell me something I don't know!!! | |
| | |
| | #10 (permalink) | ||
| Elite Forumer ![]() | Quote:
![]() That's so nice of you Quote:
![]() Server 1 was hacked so they are redesigning the templates and making them better and more secure ![]() Have a look at this thread: http://fhq.forumer.com/showthread.php?t=69733 | ||
| | |
| | #13 (permalink) |
| Junior Forumer ![]() | Well, since I'm always welcome...guess what? I've lost my Admin CP...I overwrote my status with a permissions mask, and now I've locked myself out of it (it's disappeared)...any ideas? Oh dear oh dear.... ![]() Edwin told me to get an FAP...what is that? ![]() |
![]() And Now tell me something I don't know!!! | |
| | |
| | #14 (permalink) |
| Elite Forumer ![]() | FAP account: http://www.forumer.com/fap.php Sign in with the same username and password as you did in your forum when you created it, if it asks you for a forum security code you should have it in the confirmation email which you received when you created the forum. There should be a drop down menu with all the names of the members in your forum........click on your name and click on Make admin..you should be an admin again. Hope it works. Good luck. ![]() |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Blank page when trying to access main page | SLEKISM | phpBB2 Bug Reports | 9 | 05-26-2007 03:30 PM |
| Ad on forum portal page (front page) for only 500fbuck$. | jessicajeffries | Uncategorized stuff | 12 | 01-04-2007 12:15 PM |
| New Page | Xallium | IPB Skinning Help | 5 | 09-01-2004 03:22 PM |
| Log-in Page | troden | IPB General Support | 2 | 07-16-2004 08:40 AM |