Support Forum
Mr Papa said
need to figure out what sequence its looking for and then adjusting the output within that sp filter I gave you... I think its the right place and filter...
Hmm, any tips on how I'd find what sequence it's looking for? I'm totally over my head and stuck.
Would need to see how they set up the js to listen. Would need to inspect DOM or see the code.
Visit Cruise Talk Central and Mr Papa's World
In the Hover plugin folder I see a folder called domTT, is that where I should be looking? Inside that folder there are a few .js files. In the root folder of the Hover plugin there is also an admin.js file, is that what you need? I'm pretty lost at this point.
simon martin said
I figured out how to remove that message by deleting a little code in spForumView.php, but the chart still won't popup. It looks like it should be working, a keyword will be underlined with a little dotted line and when you scroll over it the mouse pointer has a question mark next to it. Both of those are true but no dice. Any other filters I may need to add or any ideas what I can try?Here is a link to the forum view and you can see all of the tickers are underlined.
What code did you remove in spForumView.php please? I think the key here is to remove the tooltip text - is that what you did? Can you elaborate?
YELLOW
SWORDFISH
|
I removed this snippet
, __sp('Browse the thread %NAME%')
from this line
sp_TopicIndexName('tagClass=spRowName', __sp('Browse the thread %NAME%'));
That's what I suspected but when I looked earlier it was still showing up.
Are you willing to make a small code change in the core? This is, at the moment, more for investigation. If my hunch works then I can supply you with a more permanent and safe change that will be update proof.
So - if you are game the file you need is /simple-press/forum/content/sp-forum-view-functions.php
The function in that file you are needing is sp_TopicIndexName() as you already deduced. It is about two thords of the way down.
If you look at that function, near the bottom are two lines that both start $out = - you want the top one.
Track along the line until you find class='$tagClass vtip' and remove the word 'vtip' and the preceding space so you end up with class='$tagClass' and then save. Try reloading the forum topics to see if this has helped.
Remember to use a plain text editor only.
YELLOW
SWORDFISH
|
Yeah, I had a feeling you may have checked, I should have mentioned that I loaded the original back up since it didn't seem to have an effect. I will give your suggestion a try now.
I made the change to the file and made sure to triple check everything, correct file, line of code, and I deleted exactly what you said, preceding space and all. Unfortunately it didn't do the trick. I loaded the original file back up with the vtip text added back, just as an fyi moving forward.
I really appreciate both of you two taking the time to try and get this to work. If it doesn't end up working it wouldn't be the end of the world, but having this function would be a huge feature for my site, so like I said the effort to try and help me here is greatly appreciated.
I was rather hoping you would leave it cut so I could look at it again....
YELLOW
SWORDFISH
|
1 Guest(s)