[RC] cBB Follower 1.0.1

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Scam Warning
TheDani
Registered User
Posts: 394
Joined: Tue Apr 10, 2012 12:48 pm

Re: [RC] cBB Follower 1.0.1

Post by TheDani »

Which doesn't work, old hashtags before you reinstalled, or new hashtags after you reinstalled?
yukirina
Registered User
Posts: 17
Joined: Sat Dec 14, 2013 4:48 pm

Re: [RC] cBB Follower 1.0.1

Post by yukirina »

You brought up an interesting point so I tested it out... ALL hashtags don't work. ALL mentions don't work either; I even registered a new account on the new forum and then tried using hashtags and mentions; none of them pops up.
Ozo
Registered User
Posts: 330
Joined: Mon Dec 13, 2010 7:57 pm

Re: [RC] cBB Follower 1.0.1

Post by Ozo »

I don't use this mod anymore, but I remember it not un installing properly when I was testing it myself. You could read the install instructions and go over the code edits manually to make sure you don't have missing or double edits of the MOD in your files.
yukirina
Registered User
Posts: 17
Joined: Sat Dec 14, 2013 4:48 pm

Re: [RC] cBB Follower 1.0.1

Post by yukirina »

Well I thought that too, but that's not the case. I backed up my entire forum before uninstalling, and reinstalling then put the forum back in. It didn't work. (Just the hashtag and mention)
User avatar
canidev
Registered User
Posts: 208
Joined: Sun Jun 26, 2011 5:40 pm
Location: Spain
Contact:

Re: [RC] cBB Follower 1.0.1

Post by canidev »

Hi,

The mentions no appears only in posts or in the wall too??
If the problem is only in the posts, its probably that is a installation error. In this case, check the changes in "viewtopic.php" and ""includes/functions_posting.php"

In the posts, the mentions and hastags are inside "<!-- -->" so, if the mod does not process the tags, these are hidden.
yukirina
Registered User
Posts: 17
Joined: Sat Dec 14, 2013 4:48 pm

Re: [RC] cBB Follower 1.0.1

Post by yukirina »

Fixed.
Last edited by yukirina on Fri Jan 17, 2014 2:01 am, edited 1 time in total.
yukirina
Registered User
Posts: 17
Joined: Sat Dec 14, 2013 4:48 pm

Re: [RC] cBB Follower 1.0.1

Post by yukirina »

Looking for assistance with the problem. Would be much appreciated.
User avatar
canidev
Registered User
Posts: 208
Joined: Sun Jun 26, 2011 5:40 pm
Location: Spain
Contact:

Re: [RC] cBB Follower 1.0.1

Post by canidev »

Can you give me access to the forum to do some tests?
yukirina
Registered User
Posts: 17
Joined: Sat Dec 14, 2013 4:48 pm

Re: [RC] cBB Follower 1.0.1

Post by yukirina »

Sure. From the above link, just use my "Saya".
Last edited by yukirina on Thu Dec 26, 2013 12:36 am, edited 1 time in total.
yukirina
Registered User
Posts: 17
Joined: Sat Dec 14, 2013 4:48 pm

Re: [RC] cBB Follower 1.0.1

Post by yukirina »

I fixed it on my own, thanks.

I have a small problem regarding this script though:


There's supposed to be a "p" right before the second "2465" (#p2465, not #2465), otherwise the page doesn't scroll to the post correctly. I tried looking through your code and I'm not sure if any light fix would do;

e.fn.add_fw_edit=
function(t){
if(!e._isFollower)
{return false}
var n=e("#mention-mode");
e(this).prepend(n);
var r=e(t);
if(!r.is("textarea")){
r=r.find("textarea")}
n.children(".fwbutton").click(function(t){t.preventDefault();

It seems to be somewhere along these lines though. Any help would be appreciated. All I need to do is add the p before the second number.

EDIT: Went to your demo URL and confirmed that it was a problem on your demo link also. The redirect is supposed to be #p1234, not #1234.
Last edited by yukirina on Fri Jan 17, 2014 2:01 am, edited 1 time in total.
yukirina
Registered User
Posts: 17
Joined: Sat Dec 14, 2013 4:48 pm

Re: [RC] cBB Follower 1.0.1

Post by yukirina »

Triple post lol, but I really wish for assistance.
User avatar
canidev
Registered User
Posts: 208
Joined: Sun Jun 26, 2011 5:40 pm
Location: Spain
Contact:

Re: [RC] cBB Follower 1.0.1

Post by canidev »

Hi,

Sorry for the delay.
I do not know exactly which area you are referring but the only part where I found that problem is in the notification box.
To solve, open "follower/includes/functions_follower_core.php"
Find (there are two matches):

Code: Select all

'#'
Replace with:

Code: Select all

'#p'
yukirina
Registered User
Posts: 17
Joined: Sat Dec 14, 2013 4:48 pm

Re: [RC] cBB Follower 1.0.1

Post by yukirina »

MUCH appreciated. Thank you so much!

One more thing; I've noticed that every follower has "Usual poster" under their name. Is there some kind of ranking system used to change this or...?
TheDani
Registered User
Posts: 394
Joined: Tue Apr 10, 2012 12:48 pm

Re: [RC] cBB Follower 1.0.1

Post by TheDani »

I think Usual poster just means highest post count.
yukirina
Registered User
Posts: 17
Joined: Sat Dec 14, 2013 4:48 pm

Re: [RC] cBB Follower 1.0.1

Post by yukirina »

Sorry, another question:

I've recently noticed that you can make the follower buttons clickable in quick reply. However, after changing my quick reply so that it appears by default:

https://www.phpbb.com/kb/article/displa ... prosilver/

makes the button disappear. Can anything be done about this?
Locked

Return to “[3.0.x] MODs in Development”