Advanced Recent Posts / Topics

Started by Marook, January 20, 2008, 11:47:42 PM

Previous topic - Next topic

ekfaysal

Hi
any chance to update it for smf 2 beta 3 please

Marook

i will update this mod for 2.0 final only... you have to wait a bit ;)
SMF Rulez ;) | Meet me home ! | My Mods

InternetMafia

I am using SMF 1.1.4.  Theme works great when I am using the default theme.

However using the avci theme, I have modified the file using the package parser and get a template parse error on line 590.  That is the very last line in the file.

Any ideas?
Its better to be dead and cool than alive and uncool.

ASF

Hi, marook

thanks for the good mod bro, i just want to know, how can i show this at the TOP of the forum instead at the bottom of the forum?


Marook

It seems the installation of my mod has damaged your Recent.php, pls attach it here or use my NoPaste and just post the link...I'll fix it today evening (GMT+2)
SMF Rulez ;) | Meet me home ! | My Mods

Achilles991

How can i set recent posts to show only from one forum? For example only from forum named News...

Marook

Thats a bit difficult, it needs a custom modification of RecentPosts.php... im busy at the moment to do it... maybe in a few weeks....
SMF Rulez ;) | Meet me home ! | My Mods

Achilles991

Ok, i'll be subscribed for this post...

jordanid

hey marook
thanks for the great mod .. its really awsome
tho , if one of the smf coder make something similiar to top 5 stats like the one on VB would be very great ..

i installed the mod , and works 100%
no Errors
running on the core default theme
but when works on my custom theme

it looks weird
have a look on it
www.jordan-id.com

thanks in advance .

Kimmie

#129
Hi marook, I am having a bit of trouble getting this installed onto my custom theme. The theme uses its own BoardIndex.Template file. The code that the parser says to find and the actual code in that themes file are different and I was wondering if you could help me :)

I have attached the boardindex file

Thank you in advance :)


nevermind I fixed it on my own

computerworks

Just upgraded to 1.1.5.

Tried to re-apply the Mod and get failures on the first two tests...

Installing this package will perform the following actions:
   Type    Action    Description
1.    Execute Modification    ./Sources/Recent.php    Test failed
2.    Execute Modification    ./Themes/default/BoardIndex.template.php    Test failed
3.    Execute Modification    ./Sources/ModSettings.php    Test successful
4.    Execute Modification    ./Themes/default/languages/ModSettings.english.php    Test successful
5.    Execute Code    add_settings.php    

Can you help us resolve this?

Thanks

gigz09

#131
i successfully installed version 1.1 first in 1.1.5 SMF Version, it has no effect, the Recent post doesnt appear in my forum.. likewise when i upgrade it into 1.1.6 SMF Version, even i check its settings it Layout and Options... please help me... thanks
ONYX is a non-profit, voluntary initiative of Filipino computer, electronics and software engineers. It was launched on July 2007 in Manila, Philippines. The initial idea is to create a broad organization where the Open Source and Open Content volunteers and professionals can exchange their ideas and embark on new initiatives. In the last year after formation ONYX has matured into an independent organization with partnerships with other Open Source based organization and individuals.

Visit ONYX - Pinoy Open Source Technologies

italo_anonimo

thanks for mod,

if posible exluding some boards from recents? for example: add one setting near your mod switch "Excluding Boards ID list by comma: " or may be you know where may input exclude boards?

thanks

InternetMafia

Any chance of getting this working on 1.1.6?
Its better to be dead and cool than alive and uncool.

gigz09

#134
Quote from: InternetMafia on October 09, 2008, 06:49:42 AM
Any chance of getting this working on 1.1.6?

i also want to do this but it doesnt appear in my forum even i activated it.. i really really want this mod.. hope that anyone could help me most especially the author

this is my forum

Electronics TUP

test account is
user: test
pass: 369369

thank you..
ONYX is a non-profit, voluntary initiative of Filipino computer, electronics and software engineers. It was launched on July 2007 in Manila, Philippines. The initial idea is to create a broad organization where the Open Source and Open Content volunteers and professionals can exchange their ideas and embark on new initiatives. In the last year after formation ONYX has matured into an independent organization with partnerships with other Open Source based organization and individuals.

Visit ONYX - Pinoy Open Source Technologies

mickeyb107

this mod is excellent makes my boards look so much cleaner... i modified this and works for my

enterprise
andro blue
andro 105 green
helios final tp

i still have to do a few more lol

gigz if you installed correctly make sure you click on theme and where it says:
Number of recent posts to display on board index you change to what you want... i have mine set at 10... not sure if that is your problem but mine was set at 1 so i didnt see any change
<a href="http://ftasatfile.com">FTASATFILE FREE TV YOUR
SOURCE FOR ALL YOUR SATELLITE NEEDS

InternetMafia

Probably a stupid question, but does the package parser on the link page allow you to use this with SMF 2.0 Beta 4?
Its better to be dead and cool than alive and uncool.

deathsia

ok since i couldn't find a topic for it i'll post here..the mod "MSN in SMF" keeps giving me this error:
type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: Unable to compile class for JSP:

An error occurred at line: 4 in the jsp file: /v6246/start.jsp
WebUtils cannot be resolved
1: <%@page import="com.emessenger.utils.*"%>
2: <%
3:    String passport = "@hotmail.com";
4:    Cookie c = WebUtils.getCookie(request, "passport");
5:    if (c != null) passport = c.getValue();
6: %>
7: <html>


An error occurred at line: 71 in the jsp file: /v6246/start.jsp
WebUtils cannot be resolved
68: <br /><br />
69: <br>
70: <center>
71: <form method="post" id="login" action="<%=WebUtils.getLoginAction(request.getRemoteAddr(), "/vm070713/login.jsp")%>" onsubmit="setcookies(this)">
72: <table>
73: <tr><td>Passport:</td><td><input type="text" name="passport" id="passport" value="<%=passport%>"/></td></tr>
74: <tr><td>Password:</td><td><input type="password" name="password" id="password" value=""/></td></tr>


Stacktrace:
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:423)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:316)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:294)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:281)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)


note The full stack trace of the root cause is available in the Apache Tomcat/6.0.16 logs.



here's the orginal file: hxxp:www.smfhacks.com/downloads/44msn_en.zip [nonactive]
i don't know what i am doing wrong here...but alittle help would be apreated!

Burke ♞ Knight

Excuse me, but what does that have to do with this mod?

If there is no thread for a mod here, do not post support issues for it in the thread for another mod. That is just rude.

Post a new thread in support for it.
Or go look for the support thread for it at http://www.smfhacks.com

im1

Hey Marook

Im having trouble with your plugin, I installed it succesfully but instead of showind the recent topics/posts now it doesnt show anything at all now.

Can you tell me what the problem is? I though I could uninstall it and then reinstall it hoping it would fix itself but when I uninstall it gives me a FAILED error on the file..
    ./Sources/ModSettings.php

So I dont know what to do now =S

Advertisement: