wang5555 wrote:Code: Select all
// BEGIN Topic Post Text Hover Mod 'FIRST_POST_TEXT_HOVER' => (isset($hover_first_post)) ? censor_text($hover_first_post) : '', 'LAST_POST_IMG' => (!empty($hover_last_post)) ? $user->img('icon_topic_latest', $hover_last_post) : $user->img('icon_topic_latest', 'VIEW_LATEST_POST'),
As this mod is now developing into a sort of board wide thing, I'll take a look at a more complete integration. Complete = easier (aka less involved file edits)muggins wrote:Rich, for some reason I expected this to work on the index page as well.![]()
Whoops, bug....see above.austin881 wrote:So I just noticed that if you move a topic and leave a shadow topic in place (which is basically a link to the topics actual location this mod behaves strangely.
As there are additional sql being pulled...may slow down the page a tad. I wouldn't think a lot though.One other thing- Does this mod slow down page loading times considerably or is it just me? I thought it slowed down my page load time when I installed it for topics and then noticed it again when I made the changes for the search pages too.
Thank you for your kind words!!Great mod anyhow! I do love it and appreciate your work.
Code: Select all
Parse error: syntax error, unexpected T_IF, expecting ')' in /zxc.net/htdocs/includes/functions_display.php on line 103
Code: Select all
if ($config['hover_active'])
Post the 10 or so lines prior to that lineEragon wrote:Topic Text Hover - 1.0.2
line 103Code: Select all
Parse error: syntax error, unexpected T_IF, expecting ')' in /zxc.net/htdocs/includes/functions_display.php on line 103
thanksCode: Select all
if ($config['hover_active'])
..and done. If people would go hover around my forum, I would appreciate it.RMcGirr83 wrote:
Yep, that is planned for the next release. Either css or javascript...probably go with css.
I know...problem is within the prosilver template file itself. Eg, viewforum_body.html states thisrtadams89 wrote:Good. Only one problem. There are still the default popups which present info such as "no new posts." In some cases, these overlap the CSS tooltips you have created.
..and the <dt surrounds the topic's title. So a decision needs to be if that is left or taken out...if taken out, then hovering over anything with in the attached pic will not produce the title "no new posts", etc. If left then the only thing that can be done would be to move the tooltip around to accomodate the title popup. That's why you sort of see two tooltips.<dt<!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
That would be up to the MOD Validation Team.rtadams89 wrote:Any idea when the latest version (with CSS) will be approved and available here?
I could probably help if you gave more information than "this one didn't work for me."wolf2009 wrote:This one didn't work for me.
My board is alienbabeltech.com
No, you can leave them.Do i need to undo the SQL changes this mod did ? How do i do that then ?
followed all the instructions in the install.xml file . edited the files , uploaded the files ,RMcGirr83 wrote:I could probably help if you gave more information than "this one didn't work for me."wolf2009 wrote:This one didn't work for me.
My board is alienbabeltech.com
No, you can leave them.Do i need to undo the SQL changes this mod did ? How do i do that then ?