HelpHelpSearchSearchMembersMembersCalendarCalendar
Welcome, Guest. Please login or register.

Login with username, password and session length
October 15, 2008, 07:45:58 PM
Please use the support forum for support issues instead of sending me pm's. Thanks.
I will not reply to support issues via pm.
« previous next »
Pages: 1 [2]   Go Down
0 Members and 1 Guest are viewing this topic. Topic Tools  
Read July 18, 2008, 08:46:13 AM #15
m3talc0re

Re: error log

The legend looks like it's working to me Undecided


The real hell is your life gone wrong.
Offline  
Read July 18, 2008, 03:31:20 PM #16
assam_siddibapa

Re: error log

But doesnt work for me...
think so there must be some changes made in as i saw there in the mod that there is  a lot of difference between both.

/Themes/warzone/BoardIndex.template.php

for this mod
http://custom.simplemachines.org/mods/index.php?mod=1077

Offline  
Read July 18, 2008, 05:08:17 PM #17
m3talc0re

Re: error log

Lmao, I'm sorry, I was thinking I added that mod to my theme, apparently not Tongue Gimme a few...


The real hell is your life gone wrong.
Offline  
Read July 18, 2008, 05:15:27 PM #18
m3talc0re

Re: error log

Okay, try the file attached. Make sure you rename it to just BoardIndex.template.php


The real hell is your life gone wrong.
Offline  
Read July 19, 2008, 04:59:21 AM #19
assam_siddibapa

Re: error log

Doesnt work properly

Can u put the code in the users online below the users online list
Offline  
Read July 19, 2008, 11:27:17 AM #20
m3talc0re

Re: error log

My bad, try this one..


The real hell is your life gone wrong.
Offline  
Read July 19, 2008, 11:39:11 AM #21
assam_siddibapa

Re: error log

Worked perfectly... thanks

Last but the least i need 2 help from u .
1)Need some codes(not all) for ad management as i was not able to find them.
2)need to make some boxs as shown in the attachment(in the footer).
 

For this shall i make a new thread or post it in the same thread


I am sorry if i have asked for more support. Couldnt figure it out so had ask u as no one else can help me.

Offline  
Read July 19, 2008, 09:29:46 PM #22
m3talc0re

Re: error log

For the ad mod, you may have better luck asking in that mod's support board at smf's forums. You can find the link to that board in the theme's page on the themes site.

For that footer thing, just edit the index.template.php and put it in there?


The real hell is your life gone wrong.
Offline  
Read July 19, 2008, 09:55:12 PM #23
assam_siddibapa

Re: error log

For that footer thing, just edit the index.template.php and put it in there?

I asked for support as i dont know what code to put..
For the ad mod, you may have better luck asking in that mod's support board at smf's forums. You can find the link to that board in the theme's page on the themes site.
in that mod there are some files which i was not able to find some code which i had to find and replace for example in /Themes/warzone/index.template.php

Find: [Select]
<body>';
Add After: [Select]
   
   //Display ads on the top of the page
   if (function_exists("show_topofpageAds"))
   {
      $ads = show_topofpageAds();   
      if(!empty($ads))
         if($ads['type']==0)
            echo $ads['content'];
         else
            eval($ads['content']);   
      unset($ads);
   }

in which i was not able to find where the body is .
ok never mind about the ad mod ... help me if u can
atleast help me wit that footer code
Offline  
Read July 19, 2008, 10:34:28 PM #24
m3talc0re

Re: error log

I'm not sure what you mean with "you don't know what code to put" for that footer part. Where is that from originally? View source on that page and you can see the code for it.


The real hell is your life gone wrong.
Offline  
Read July 19, 2008, 11:16:19 PM #25
assam_siddibapa

Re: error log

Thanks for the idea...
Offline  
Pages: 1 [2]   Go Up
Jump to:  

Theme by Webtechnica.net
MySQL PHP Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC XHTML 1.0 CSS