|
#1
|
|||
|
|||
|
Target on category links.
I'm testing pp 1.4.1 at the moment before I upgrade my blog from 1.3.
This might have been mentioned before I don't know, anyway I have the category showing in a popup comments windows and when you click the catogory link the browse page opens inside the popup. I'd like it to open on the main page. How do I correct the target on the categories links? Also I've noted that line-breaks are still not keept when commenting. I remember a fix for that but can't seem to find it now. Anyone happend to have a link? Kenneth
__________________
http://www.pinx.dk/photoblog/ |
|
#2
|
||||
|
||||
|
in index.php change the line:
Code:
$image_category_all .= "<a href='$PHP_SELF?x=browse&amp;category=$cat_id'>" .$cfgrow['catgluestart'] . Code:
$image_category_all .= "<a href='$PHP_SELF?x=browse&amp;category=$cat_id' target='new'>" .$cfgrow['catgluestart'] .
__________________
Affordable Website Design in North Wales |
|
#3
|
|||
|
|||
|
Flawless! Thank you.
![]() Kenneth
__________________
http://www.pinx.dk/photoblog/ |
|
#4
|
||||
|
||||
|
good to know. your blog is looking really good! i'm impressed.
EDIT: added you to my photoblogs.org faves... really like soem of your work!
__________________
Affordable Website Design in North Wales |
|
#5
|
|||
|
|||
|
Thanks
![]() I also just found your fix for the linebreaks issue. All I need now is updating my database...
__________________
http://www.pinx.dk/photoblog/ |
|
#6
|
|||
|
|||
|
Joe[y] - I'm glad you like my pictures. Do you happend to know phpmyadmin well (2.6.0-pl3). I'm trying to backup my DB but I'm not sure I'm doing it correctly. All the guides I find are made for older versions of phpmyadmin.
Kenneth
__________________
http://www.pinx.dk/photoblog/ |
|
#7
|
||||
|
||||
|
if you save as SQL with no compression and use all the default 'export' settings i think that should work fine. i have never had to transfer my database though - but i'm fairly sure that should work ok. you're just gonna have to be brave
__________________
Affordable Website Design in North Wales |
|
#8
|
|||
|
|||
|
That's the problem I'm not brave at all when it comes to this... :roll:
__________________
http://www.pinx.dk/photoblog/ |
|
#9
|
||||
|
||||
|
Quote:
is there no way to hold on to your current database during the transfer?
__________________
Affordable Website Design in North Wales |
|
#10
|
||||
|
||||
|
Just did it.
Hey Kenneth. I just did exactly what Joe[y] suggested (before I read this) and all went well. I just moved to a new host and the db export worked perfect.
Not a guarantee of course. :-) Saved as file with no compression. |
| Post Reply |
| Thread Tools | |
|
|