Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4219
Latest: Toddie
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 42850
Total Topics: 7463
Most Online Today: 96
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 47
Total: 47

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - neforum

Pages: [1]
1
Bugs / Re: SMF Links Breadcrumb Trail not correct
« on: April 02, 2011, 12:34:51 pm »
You're a star. Thanks :-)

2
Bugs / Re: SMF Links Breadcrumb Trail not correct
« on: April 02, 2011, 11:20:08 am »
Sorry to be a pain, but can you fix it so that it counts all the sub category entries into the totals as well please?

Thanks in anticipation.

3
Bugs / Re: SMF Links Breadcrumb Trail not correct
« on: April 02, 2011, 01:12:36 am »
Thanks for the quick response! Have installed that update and seems to work fine now. Great support.  ;D

4
Bugs / SMF Links Breadcrumb Trail not correct
« on: April 01, 2011, 04:48:09 am »
Hi, i'm using SMF Links 2.2.1 on SMF 1.1.12 on my site at http://www.neforum2.co.uk/smf (County Durham Chat Forum)

I have a problem with the breadcrumb trail/nav tree not being correct for Sub Categories, for example, i have a set of links for 'Annfield Plain' and the breadcrumb trail/nav tree displays

"County Durham Chat Forum > Links > Annfield Plain"

This is correct, but I have a Sub Category for Annfield Plain called 'Business and Economy' and when I enter that subsection, the breadcrumb trail/nav tree displays

"County Durham Chat Forum > Links > Business and Economy"

As you can see, the parent link category (Annfield Plain) is no longer in the nav tree and it has lost it's hierarchial order, so the only way to navigate back is to the main links page.

How can I correct this please?

Dave




5
Support / Re: Modifications.english-utf8.php, index.template.php failed
« on: October 02, 2010, 01:04:25 am »
Thanks, i have it working now.

 :)

6
Support / Re: Modifications.english-utf8.php, index.template.php failed
« on: October 01, 2010, 06:01:46 am »
Hi, i'm running 1.1.11 also, but my failures on install are in Modifications.english-utf8.php and Display.template.php

Can you give me the manual mod I need to do to Display.template.php please?

Thanks


7
Support / Re: SMF Classifieds on Classic YaBB SE Theme
« on: September 27, 2007, 05:04:45 pm »
Thanks, it's already attached to the first message in this thread.

8
Support / Re: SMF Classifieds on Classic YaBB SE Theme
« on: September 27, 2007, 01:47:52 am »
A text link would be ok, if you could advise me what I need to add to the index.template.php file.

This is the bit of code that i'm having trouble accommodating, as the bits it does the searches for aren't there in this theme. What do I need in their place?

Code: [Select]
<file name="$themedir/index.template.php">
<operation>
<search position="before"><![CDATA[$current_action = 'admin';
if (in_array($context['current_action'], array(]]></search>
<add><![CDATA['classifieds',]]></add>
</operation>
<operation>
<search position="before"><![CDATA[// the [member] list button
if ($context['allow_memberlist'])
echo ($current_action == 'mlist' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'mlist' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=mlist">' , $txt[331] , '</a>
</td>' , $current_action == 'mlist' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';
]]></search>
<add><![CDATA[
// the [SMF Classifieds] button
if ($context['allow_smfclassifieds_view'])
echo ($current_action == 'classifieds' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'classifieds' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=classifieds">' , $txt['smfclassifieds_menu']  , '</a>
</td>' , $current_action == 'classifieds' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

]]></add>
</operation>
</file>



Thanks,

Dave

9
Support / SMF Classifieds on Classic YaBB SE Theme
« on: September 26, 2007, 12:13:25 pm »
I've installed on the Classic YaBB theme, and i've had to modify certain files manually to get the classifieds working, but i'm totally stumped about the editing needed to index.template.php to get a button showing. Is there in fact a button?

If you could help out i'd be much obliged.

I've attached my index.template.php file.

My installation is at www.neforum2.co.uk/smf




10
Support / Re: How to set to British Pounds?
« on: September 04, 2007, 06:47:43 am »
I'm seeing a 'board off limits' message when I try to follow that link.  ???

11
Latest Mods / Re: [Mod] RSS Feed Poster
« on: August 22, 2007, 07:44:15 am »
The above error is actually when i edit/create the feed.


That error at Line 130 is the exact one I get. Anyone know the significance of the Offset Number? I've found that I also get duplicate postings when I enable the feed. That is with a pseudo-chronjob set up. This is actually more annoying than the error as it starts a new thread for each one, even though the messages are identical.

Can I ask smfhacks to come back on this one please? Is there a way around it? What should be set in the 'importevery' field to optimise things? 

Thanks

Dave

12
Latest Mods / Re: [Mod] RSS Feed Poster
« on: August 21, 2007, 10:54:23 am »
Hi, good mod, but i'm seeing the following in my error logs. How can I solve this please?

http://www.neforum2.co.uk/smf/index.php?action=feedsadmin;sa=editfeed2 

8: Undefined offset: 42
File: /customersites/1/home/httpd/vhosts/neforum2.co.uk/httpdocs/smf/Sources/Subs-RSS.php
Line: 130

That part of the file seems to be about where it executes the function UpdateRSSFeedBots()

This would seem correct as it's an error I get when I update my feeds.

Any ideas?

Thanks.

Pages: [1]

+- Recent Topics

Question on Completed Listing & Reserve Price by SMFHacks
May 31, 2023, 01:43:19 pm

[Mod]GDPR Helper by Nicole
May 29, 2023, 11:58:49 pm

RSS Feed Poster Database Error by SMFHacks
May 22, 2023, 06:26:18 pm

Errors With Older Version. by Ken.
May 09, 2023, 05:35:40 pm

Pretty Urls SEO Pro by SMFHacks
May 06, 2023, 03:30:11 pm

New Post Image Upload Error by Mike66
April 28, 2023, 07:30:28 am

Copyright Removal Key by SMFHacks
April 03, 2023, 02:44:28 pm

Converting from Aeva Media by sudhakar
April 02, 2023, 11:09:54 am

Using SMF's Built-in Search Algorithm by shuban
March 27, 2023, 09:15:10 am

Permissions query by davejo
March 26, 2023, 04:43:48 am

Powered by EzPortal