FRESHERSHOME
Freshers Forum

..Open VIEWTOPIC.PHP file?

This is a discussion on ..Open VIEWTOPIC.PHP file? within the PHP forums, part of the Languages category; can I have step by step on how to open this viewtopic file so that I can put up my ...


Go Back   Jobs in India Forum > Programming > Languages > PHP

Notices

PHP PHP Discussion Forum, PHP Configuration, PHP help, etc

 
Reply
 
Thread Tools Display Modes
  #1  
Old 05-02-2008, 11:48 PM
YahooHoo
 
Join Date: Sep 2007
Posts: 2
Default ..Open VIEWTOPIC.PHP file?

can I have step by step on how to open this viewtopic file so that I can put up my ads on my phpbb forum between the posts. thank you very much
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 05-02-2008, 11:50 PM
YahooHoo
 
Join Date: May 2008
Posts: 1
Default

You need to go to the server's Control Panel or cPanel and edit the file there in the File Manager.
__________________
Powered by Yahoo!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 05-15-2008, 12:01 PM
CrEatE
 
Join Date: Jun 2007
Posts: 524
Default

Open >>> template/viewtopic_body.html

FIND:
Code:
<!-- END postrow -->
Before Add:
Code:
<!-- IF postrow.S_FIRST_ROW  -->
   <div class="post bg2">
<div class="inner">
<span class="corners-top">
<span></span></span>
<div class="content">
<dl class="faq">

<dd style="text-align:center;">   

<!-- INCLUDE ads.txt -->
</dd></dl>
      </div>
<span class="corners-bottom">
<span></span></span>
</div>
</div>
   <!-- ENDIF -->
If you want ads after the first and last post.
Change:
Code:
<!-- IF postrow.S_FIRST_ROW -->
To:
Code:
<!-- IF postrow.S_FIRST_ROW or postrow.S_LAST_ROW -->
Make a ads.txt for your template folder and place your ads in it.


You can find more information here at phpBB
__________________
Job Board
Career Tips Freshers Career Plan, Tips for CAT, MBA, Study Abroad Tips...
Resume Tips Resume Tips For Freshers and Expe... Experts, Know how to build your resume for that very important job.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
phpbb, viewtopic, viewtopic ads

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump

Sitemap
Jobs by Location: Advertising and Marketing Jobs - IT Software Jobs - Walk-in Jobs - BPO Jobs - Government Jobs - Sales / BD Jobs - Tele Communication Jobs App Programming - Network Admin

Jobs By Location: Jobs in Bangalore - Jobs In India - Jobs in Delhi - Jobs in Hyderabad - Jobs in Kochi - Jobs in Mumbai - Jobs in Trivandrum - Jobs in pune - Jobs in Jonida - Jobs in Chennai - Jobs in Coimbator

Jobs Type: Full Time Jobs - Part Time Jobs
Latest Jobs - Accounting Jobs - Engineering Jobs - IT Jobs - Walkins - How to Face Interview - HR Round Tips - Career Info - Guide For Freshers - Apply for Jobs - Future Studies - Jobs Forums - Freshers IT Software Salary Details


All times are GMT +6.5. The time now is 07:14 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
FreshersHome.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62