[ABD] Topic Preview 0.7.1

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Locked
autinhyeu
Registered User
Posts: 685
Joined: Mon Apr 14, 2008 6:34 am
Location: Vietnamese
Contact:

Re: [BETA] Topic Preview 0.7.0a

Post by autinhyeu »

when i search new posts, this MOD not work...
sr
phpBB Community in Vietnamese: http://www.phpbbvn.com

Sorry, my English language is fine impossible
construaprende
Registered User
Posts: 59
Joined: Tue May 18, 2004 7:40 pm
Location: Mexico
Contact:

Re: [BETA] Topic Preview 0.6.1

Post by construaprende »

J.o.h wrote:
LeNeR wrote:I like this mod but have two questions. Tha preview background is very dark and the font color also it is somwhat hard to read the preview sometimes. Have to look really close. Is there somwhere I can change the background colour an font colours for the prevew.

Also. When I put my mousecursor over the topic headline the preview lies all over the link and that makes it not clickable. I have to point the cursor right under the topic headline so that the preview wont cover it. Is it possible to change that? So that the preview always shows up right under or next to the headline no matter where I put my cursor?
In \root\styles\prosilver\template\topic_preview.html you can change everything you want.

;)
Hi
I opened topic_preview.html
but I would like to know how to change the background color
Because i use Prosilver, but the Preview Text is not shown very well because the background is transparent

Image

Thanks
User avatar
IPB_Refugee
Registered User
Posts: 1290
Joined: Fri Jul 07, 2006 2:25 pm
Location: Austria
Name: Wolfgang Weber

Re: [BETA] Topic Preview 0.7.0a

Post by IPB_Refugee »

Hi,

it should not look this way, so maybe you haven't installed it correctly or forgot to purge the cache.

But you can change the background color in styles/prosilver/theme/common.css:
/* Styles for Topic Preview MOD */
.topicpreview {
z-index: 999;
position: absolute;
display: none;
font-size: 10px;
width: 350px;
padding: 2px 5px;
background-color: #C4C4EE;
border: 1px solid #3333EE;
overflow: hidden;
}
.tpfooter {
font-weight: bold;
width: 100%;
border-top: 1px dotted #3333EE;
margin-top: 2px;
padding-top: 2px;
}
If you want a different color for text, add

color:#colorcode;

below

background-color: #C4C4EE;

You can find color codes e.g. in your ACP :) or here: http://www.immigration-usa.com/html_colors.html

Regards
Wolfgang
construaprende
Registered User
Posts: 59
Joined: Tue May 18, 2004 7:40 pm
Location: Mexico
Contact:

Re: [BETA] Topic Preview 0.7.0a

Post by construaprende »

Thanks
I did clear all cache

I made the modifications, and cleared cache again, but still having the same problem, nothing changed

I installed this mod with:
Seven ModX Installer
http://www.phpbb.com/community/viewtopi ... &t=1062905

And followed all instructions

My phpbb version is 3.0.2 (an upgrade from 2.023)
And I have this MODs:

Code: Select all

adv_phpbb3_mod_rewriteV0-4-4
full_syndication_suite
Similar Topic
Country-Flags
Top-Posters

Thanks
Last edited by construaprende on Thu Jul 31, 2008 8:30 am, edited 2 times in total.
User avatar
IPB_Refugee
Registered User
Posts: 1290
Joined: Fri Jul 07, 2006 2:25 pm
Location: Austria
Name: Wolfgang Weber

Re: [BETA] Topic Preview 0.7.0a

Post by IPB_Refugee »

I visited your board and didn't see anything from Topic Preview MOD BUT I saw that you have installed another MOD which shows a topic preview via title="" attribute. These two MODs are not compatible. Take one MOD, delete the other one.

If it still doesn't work, try installing the MOD without Seven ModX Installer and also don't forget to clear the cache of your browser.

Good luck
Wolfgang
construaprende
Registered User
Posts: 59
Joined: Tue May 18, 2004 7:40 pm
Location: Mexico
Contact:

Re: [BETA] Topic Preview 0.7.0a

Post by construaprende »

Hi
No, I use this MOD
I am checking if I forgot some aditional file
construaprende
Registered User
Posts: 59
Joined: Tue May 18, 2004 7:40 pm
Location: Mexico
Contact:

Re: [BETA] Topic Preview 0.7.0a

Post by construaprende »

I check all, and it seems all code changes are ok

I Read again the file install_topic_preview_0.7.0a.xml
And copy to clipboard all modifications asked, and find they in the modified files, so Seven Modx Installer did all the changes correctly (Excep one I had to do manually in viewforum_body.html because the code to replace had some difference)

So, I don't see what could be missing
I have not installed another MOD of preview topics, only this

Thanks
User avatar
IPB_Refugee
Registered User
Posts: 1290
Joined: Fri Jul 07, 2006 2:25 pm
Location: Austria
Name: Wolfgang Weber

Re: [BETA] Topic Preview 0.7.0a

Post by IPB_Refugee »

Guess I was in the wrong board.

Izcallibur.com =
Powered by: vBulletin, Versión 3.7.0
Derechos de Autor ©2000 - 2008, Jelsoft Enterprises Ltd.
Bye :lol:
Wolfgang
construaprende
Registered User
Posts: 59
Joined: Tue May 18, 2004 7:40 pm
Location: Mexico
Contact:

Re: [BETA] Topic Preview 0.7.0a

Post by construaprende »

Jeje
Yes, that another board is in vbulletin
pgarvin76
Registered User
Posts: 136
Joined: Sun Mar 20, 2005 5:33 am
Location: Philadelphia, USA
Contact:

Re: [BETA] Topic Preview 0.6.1

Post by pgarvin76 »

construaprende wrote: Hi
I opened topic_preview.html
but I would like to know how to change the background color
Because i use Prosilver, but the Preview Text is not shown very well because the background is transparent

Image

Thanks
Everyone please take note:
1. You have to go into ACP -> Styles -> Themes -> prosilver and click on Refresh to update the stylesheet that is in the database.
2. You have to force a reload or clear the cache in your browser when this happens. The browser will keep a local cached copy of the stylesheet so it doesn't have to re-download it all the time. You have to force your browser to re-download the stylesheet after you add the Topic Preview styles to it.

Thank you IPB_Refugee for taking care of everyone while I was on vacation & away from a computer.
autinhyeu
Registered User
Posts: 685
Joined: Mon Apr 14, 2008 6:34 am
Location: Vietnamese
Contact:

Re: [BETA] Topic Preview 0.7.0a

Post by autinhyeu »

autinhyeu wrote:when i search new posts, this MOD not work...
sr
up :(
phpBB Community in Vietnamese: http://www.phpbbvn.com

Sorry, my English language is fine impossible
construaprende
Registered User
Posts: 59
Joined: Tue May 18, 2004 7:40 pm
Location: Mexico
Contact:

Re: [BETA] Topic Preview 0.6.1

Post by construaprende »

pgarvin76 wrote:
construaprende wrote: Hi
I opened topic_preview.html
but I would like to know how to change the background color
Because i use Prosilver, but the Preview Text is not shown very well because the background is transparent

Image

Thanks
Everyone please take note:
1. You have to go into ACP -> Styles -> Themes -> prosilver and click on Refresh to update the stylesheet that is in the database.
2. You have to force a reload or clear the cache in your browser when this happens. The browser will keep a local cached copy of the stylesheet so it doesn't have to re-download it all the time. You have to force your browser to re-download the stylesheet after you add the Topic Preview styles to it.

Thank you IPB_Refugee for taking care of everyone while I was on vacation & away from a computer.
Thanks
That fix it

Rergards
User avatar
Gleasonator
Registered User
Posts: 652
Joined: Tue Jun 05, 2007 2:19 pm
Location: Texas
Contact:

Re: [BETA] Topic Preview 0.7.0a

Post by Gleasonator »

Hi, great mod.

Is there an easy way I can make the preview hover above the mouse rather than below it, though? I'm using a huge mouse (about 100px tall) and it's covering up a large portion of the preview when I hover over a topic.

Thanks.
Sorry for my bad Engrish !
gleason|design

Image
User avatar
IPB_Refugee
Registered User
Posts: 1290
Joined: Fri Jul 07, 2006 2:25 pm
Location: Austria
Name: Wolfgang Weber

Re: [BETA] Topic Preview 0.7.0a

Post by IPB_Refugee »

Hi Gleasonator,

that's easy: in topic_preview.html change the values in

Code: Select all

		this.prevbox.style.left = (mX + 10) + "px";
		this.prevbox.style.top = (mY - 20) + "px";
E.g.

Code: Select all

		this.prevbox.style.top = (mY - 40) + "px";
will place the preview right to the mouse (or, when the message is short, even above the mouse). Play with the value and decide by yourself, what you like. mX is for horicontal, mY for vertical display.

Regards
Wolfgang
DJ Skitzo
Registered User
Posts: 596
Joined: Sun Aug 12, 2007 7:25 pm

Re: [BETA] Topic Preview 0.7.0a

Post by DJ Skitzo »

Great mod!

Will install this on my board shortly
Locked

Return to “[3.0.x] Abandoned MODs”