Recent Topics

Members
Stats
  • Total Posts: 10,754
  • Total Topics: 1,374
  • Online today: 92
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 1
Guests: 50
Total: 51

Help Please

Started by mossy, Apr 28, 11, 03:48:13 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mossy

G'day guy's I am using SMF 1.1.13 and I was using just the standard core theme with a few mods installed which I have listed below. To spruce everything up I installed a Crip theme called (UnRelateived 113) and a couple of my mods do not come up on the menu bar and they are (SMF Gallery Lite V. 1.7.1 and and Ad Management V ?) I have since removed Ad Management for other reasons but  SMF Gallery Lite is still a problem. Could you please help me out. I do apologize if I have placed this in the wrong section.

List of Mods

1. SMF 1.0.9 and 1.1 RC3-1 Security Patch 1.0.8/1.1 RC3  [ List Files ] [ Delete ] 
2. SMF 1.1.1 Update Package 1.1.1   [ List Files ] [ Delete ] 
3. Enhanced Calendar 1.0   [ Uninstall ] [ List Files ] [ Delete ] 
4. SMF 1.1.2 Update Package 1.1.2   [ List Files ] [ Delete ] 
5. Users Online Today Mod 1.4.0   [ Uninstall ] [ List Files ] [ Delete ] 
6. YouTube BBC Tag (XHTML Compliant) 1.2   [ Uninstall ] [ List Files ] [ Delete ] 
7. SMF Gallery Lite 1.7.1   [ List Files ] [ Delete ] 
8. SMF 1.0.11 / 1.1.3 Update 1.1   [ List Files ] [ Delete ] 
9. SMF 1.0.12 / 1.1.4 / 2.0 b1.1 Update 1.0   [ List Files ] [ Delete ] 
10. Recent posts user preference 2.4  [ List Files ] [ Delete ] 
11. Add Domaintools to TrackIP 1.0   [ Uninstall ] [ List Files ] [ Delete ] 
12. Ad Managment 3.0.1  [ Apply Mod ] [ List Files ] [ Delete ] 
13. SMF 1.0.13 / 1.1.5 / 2.0 b3.1 Update 1.0   [ List Files ] [ Delete ] 
14. SMF 1.0.14 / 1.1.6 Update 1.0   [ List Files ] [ Delete ] 
15. SMF 1.0.15 / 1.1.7 Update 1.0   [ List Files ] [ Delete ] 
16. SMF 1.0.16 / 1.1.8 Update 1.0   [ List Files ] [ Delete ] 
17. Anti-Spam Verification Questions 1.02   [ Uninstall ] [ List Files ] [ Delete ] 
18. Enhanced Profile Header 1.0   [ Uninstall ] [ List Files ] [ Delete ] 
19. Enhanced PM Warning Message 1.0   [ Uninstall ] [ List Files ] [ Delete ] 
20. Slogan 2   [ Uninstall ] [ List Files ] [ Delete ] 
21. SMF 1.0.17 / 1.1.9 / 2.0 RC1 Update 1.0   [ List Files ] [ Delete ] 
22. SMF 1.0.18 / 1.1.10 / 2.0 RC1-2 Update 1.1   [ List Files ] [ Delete ] 
23. SMF 1.0.19 / 1.1.11 Update 1.0   [ List Files ] [ Delete ] 
24. SMF 1.0.20 / 1.1.12 Update 1.0   [ List Files ] [ Delete ] 
25. SMF 1.0.21 / 1.1.13 Update 1.0   [ Uninstall ] [ List Files ] [ Delete ] 
26. Watermark.light 1.5   [ Uninstall ] [ List Files ] [ Delete ] 

Thank you Mossy

willemjan

Do the menu items come up in the default theme?

mossy


willemjan

Then my best guess is that the mods need to get installed in the theme. So take an full backup of your site (ftp files, and database backup), then uninstall the mods that do not show up, and reinstall them.

mossy

I will give that a try it will take awhile to backup everything thanks a lot.


Mossy

willemjan

Could you share an link to your SMF forum? Thanks!

And good luck with the mods. If you encounter problems, then don't hesitate to ask ;)

mossy

#6
My link is www.fishntales.com/forum/index.php to get in use username oldsalt and password as ******* I got in trouble from max yesterday for putting up the url address so please remove it as soon as you copy it.

Mossy

password deleted by willemjan

willemjan

#7
Thanks for the link. That was because you placed an link to your home site, and not your forum. Maxx experienced that as spam. This is the correct link ;) No problem now!

Edit to add: Can you give that account some admin permissions? I would like to take an look at the default theme...

mossy

#8
Sorry for the delay  Username admin password **********. thanks Mossy

Password deleted again

willemjan

#9
I found this piece of coding in an different index.template.php:
// the [SMF Gallery] button
   if (isset($txt['smfgallery_menu']))
   {
      if ($context['allow_smfgallery_view'])
         echo ($current_action == 'gallery' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
               <td valign="top" class="maintab_' , $current_action == 'gallery' ? 'active_back' : 'back' , '">
                  <a href="', $scripturl, '?action=gallery">' , $txt['smfgallery_menu']  , '</a>
               </td>' , $current_action == 'gallery' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';
   }


An normal copy/paste of that code gives an wrong layout (see attached)

The default coding for buttons in the unrelative theme is:
// Show the [home] button.
               echo '<li><a' , $current_action=='home' ? ' class="current"' : '' , ' href="', $scripturl, '">' , $txt[103] , '</a></li>';


How to show that button correctly? Crip? Maxx? ZarPrime?

SMF 1.1.x is not my thing LOL

[attachment deleted by admin]